Color Hex Logo

#ea255c Color Hex

#EA255C
(234,37,92)
0 Favorites   0 Comments

Color spaces of #ea255c

RGB 2343792
HSL0.950.820.53
HSV343°84°92°
CMYK 0.000.840.61   0.08
XYZ36.525019.588311.9810
Yxy19.58830.53640.2877
Hunter Lab44.258769.856614.9310
CIE-Lab51.368573.132120.3139

#ea255c color RGB value is (234,37,92).

#ea255c hex color red value is 234, green value is 37 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ea255c hue: 0.95 , saturation: 0.82 and the lightness value of ea255c is 0.53.

The process color (four color CMYK) of #ea255c color hex is 0.00, 0.84, 0.61, 0.08. Web safe color of #ea255c is #ff3366. Color #ea255c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100101 01011100
Octal 352 45 134
Decimal 234 37 92
Hex EA 25 5C

RGB Percentages of Color #ea255c

%64.46
%10.19
%25.34

CMYK Percentages of Color #ea255c

%0
%84
%61
%8

Triadic Colors of #ea255c

#ea255c #5cea25 #255cea

Analogous Colors of #ea255c

#ea255c #ea5125 #ea25bf

Monochromatic Colors of #ea255c

#ea255c

Complementary Color

#ea255c #25eab3

#ea255c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea255c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea255c Color CSS Codes

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

#ea255c Text Font Color

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

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


#ea255c Background Color

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

This div background color is #ea255c


#ea255c Border Color

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

This div border color is #ea255c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea255c


Comments

No comments written yet.

Please login to write comment.