Color Hex Logo

#ea015e Color Hex

#EA015E
(234,1,94)
0 Favorites   0 Comments

Color spaces of #ea015e

RGB 234194
HSL0.930.990.46
HSV336°100°92°
CMYK 0.001.000.60   0.08
XYZ35.962918.322312.2308
Yxy18.32230.54070.2755
Hunter Lab42.804675.061513.0219
CIE-Lab49.884777.653317.0941

#ea015e color RGB value is (234,1,94).

#ea015e hex color red value is 234, green value is 1 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ea015e hue: 0.93 , saturation: 0.99 and the lightness value of ea015e is 0.46.

The process color (four color CMYK) of #ea015e color hex is 0.00, 1.00, 0.60, 0.08. Web safe color of #ea015e is #ff0066. Color #ea015e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 01011110
Octal 352 1 136
Decimal 234 1 94
Hex EA 1 5E

RGB Percentages of Color #ea015e

%71.12
%0.30
%28.57

CMYK Percentages of Color #ea015e

%0
%100
%60
%8

Triadic Colors of #ea015e

#ea015e #5eea01 #015eea

Analogous Colors of #ea015e

#ea015e #ea1901 #ea01d3

Monochromatic Colors of #ea015e

#ea015e

Complementary Color

#ea015e #01ea8d

#ea015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea015e Color CSS Codes

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

#ea015e Text Font Color

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

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


#ea015e Background Color

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

This div background color is #ea015e


#ea015e Border Color

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

This div border color is #ea015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea015e


Comments

No comments written yet.

Please login to write comment.