Color Hex Logo

#ea298d Color Hex

#EA298D
(234,41,141)
0 Favorites   0 Comments

Color spaces of #ea298d

RGB 23441141
HSL0.910.820.54
HSV329°82°92°
CMYK 0.000.820.40   0.08
XYZ39.532321.001427.1694
Yxy21.00140.45080.2395
Hunter Lab45.827373.7829-3.0719
CIE-Lab52.951076.0256-7.0317

#ea298d color RGB value is (234,41,141).

#ea298d hex color red value is 234, green value is 41 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea298d hue: 0.91 , saturation: 0.82 and the lightness value of ea298d is 0.54.

The process color (four color CMYK) of #ea298d color hex is 0.00, 0.82, 0.40, 0.08. Web safe color of #ea298d is #ff3399. Color #ea298d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101001 10001101
Octal 352 51 215
Decimal 234 41 141
Hex EA 29 8D

RGB Percentages of Color #ea298d

%56.25
%9.86
%33.89

CMYK Percentages of Color #ea298d

%0
%82
%40
%8

Triadic Colors of #ea298d

#ea298d #8dea29 #298dea

Analogous Colors of #ea298d

#ea298d #ea292c #e729ea

Monochromatic Colors of #ea298d

#ea298d

Complementary Color

#ea298d #29ea86

#ea298d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea298d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea298d Color CSS Codes

.mybgcolor {background-color:#ea298d; } 
.myforecolor {color:#ea298d; }
.mybordercolor {border:3px solid #ea298d; }

#ea298d Text Font Color

<p style="color:#ea298d">Text here</p>

This sample text font color is #ea298d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ea298d Background Color

<div style="background-color:#ea298d">
Div content here</div>

This div background color is #ea298d


#ea298d Border Color

<div style="border:3px solid #ea298d">
Div here</div>

This div border color is #ea298d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,41,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ea298d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ea298d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea298d;
  box-shadow:         1px 1px 3px 2px #ea298d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,41,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ea298d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ea298d;
  -webkit-box-shadow: 1px 1px 3px 2px #ea298d;
  box-shadow:         1px 1px 3px 2px #ea298d;">
Div content here</div>

This div box has shadow with color #ea298d


Comments

No comments written yet.

Please login to write comment.