Color Hex Logo

#ea115b Color Hex

#EA115B
(234,17,91)
0 Favorites   0 Comments

Color spaces of #ea115b

RGB 2341791
HSL0.940.860.49
HSV340°93°92°
CMYK 0.000.930.61   0.08
XYZ36.020518.648711.5986
Yxy18.64870.54360.2814
Hunter Lab43.184173.317114.3045
CIE-Lab50.273676.169919.4569

#ea115b color RGB value is (234,17,91).

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

The process color (four color CMYK) of #ea115b color hex is 0.00, 0.93, 0.61, 0.08. Web safe color of #ea115b is #ff0066. Color #ea115b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010001 01011011
Octal 352 21 133
Decimal 234 17 91
Hex EA 11 5B

RGB Percentages of Color #ea115b

%68.42
%4.97
%26.61

CMYK Percentages of Color #ea115b

%0
%93
%61
%8

Triadic Colors of #ea115b

#ea115b #5bea11 #115bea

Analogous Colors of #ea115b

#ea115b #ea3411 #ea11c8

Monochromatic Colors of #ea115b

#ea115b

Complementary Color

#ea115b #11eaa0

#ea115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea115b Color CSS Codes

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

#ea115b Text Font Color

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

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


#ea115b Background Color

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

This div background color is #ea115b


#ea115b Border Color

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

This div border color is #ea115b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea115b


Comments

No comments written yet.

Please login to write comment.