Color Hex Logo

#ea555c Color Hex

#EA555C
(234,85,92)
0 Favorites   0 Comments

Color spaces of #ea555c

RGB 2348592
HSL0.990.780.63
HSV357°64°92°
CMYK 0.000.640.61   0.08
XYZ39.112024.762112.8434
Yxy24.76210.50980.3228
Hunter Lab49.761553.216319.5304
CIE-Lab56.842957.922927.5060

#ea555c color RGB value is (234,85,92).

#ea555c hex color red value is 234, green value is 85 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ea555c hue: 0.99 , saturation: 0.78 and the lightness value of ea555c is 0.63.

The process color (four color CMYK) of #ea555c color hex is 0.00, 0.64, 0.61, 0.08. Web safe color of #ea555c is #ff6666. Color #ea555c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 01011100
Octal 352 125 134
Decimal 234 85 92
Hex EA 55 5C

RGB Percentages of Color #ea555c

%56.93
%20.68
%22.38

CMYK Percentages of Color #ea555c

%0
%64
%61
%8

Triadic Colors of #ea555c

#ea555c #5cea55 #555cea

Analogous Colors of #ea555c

#ea555c #ea9955 #ea55a7

Monochromatic Colors of #ea555c

#ea555c

Complementary Color

#ea555c #55eae3

#ea555c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea555c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea555c Color CSS Codes

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

#ea555c Text Font Color

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

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


#ea555c Background Color

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

This div background color is #ea555c


#ea555c Border Color

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

This div border color is #ea555c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,85,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 #ea555c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea555c


Comments

No comments written yet.

Please login to write comment.