Color Hex Logo

#ea119a Color Hex

#EA119A
(234,17,154)
0 Favorites   0 Comments

Color spaces of #ea119a

RGB 23417154
HSL0.890.860.49
HSV322°93°92°
CMYK 0.000.930.34   0.08
XYZ39.964920.226432.3696
Yxy20.22640.43180.2185
Hunter Lab44.973879.9158-11.1920
CIE-Lab52.092281.0838-16.0815

#ea119a color RGB value is (234,17,154).

#ea119a hex color red value is 234, green value is 17 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea119a hue: 0.89 , saturation: 0.86 and the lightness value of ea119a is 0.49.

The process color (four color CMYK) of #ea119a color hex is 0.00, 0.93, 0.34, 0.08. Web safe color of #ea119a is #ff0099. Color #ea119a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010001 10011010
Octal 352 21 232
Decimal 234 17 154
Hex EA 11 9A

RGB Percentages of Color #ea119a

%57.78
%4.20
%38.02

CMYK Percentages of Color #ea119a

%0
%93
%34
%8

Triadic Colors of #ea119a

#ea119a #9aea11 #119aea

Analogous Colors of #ea119a

#ea119a #ea112d #ce11ea

Monochromatic Colors of #ea119a

#ea119a

Complementary Color

#ea119a #11ea61

#ea119a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea119a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea119a Color CSS Codes

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

#ea119a Text Font Color

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

This sample text font color is #ea119a
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.


#ea119a Background Color

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

This div background color is #ea119a


#ea119a Border Color

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

This div border color is #ea119a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea119a


Comments

No comments written yet.

Please login to write comment.