Color Hex Logo

#ea555a Color Hex

#EA555A
(234,85,90)
0 Favorites   0 Comments

Color spaces of #ea555a

RGB 2348590
HSL0.990.780.63
HSV358°64°92°
CMYK 0.000.640.62   0.08
XYZ39.025624.727612.3889
Yxy24.72760.51250.3248
Hunter Lab49.726953.064720.0373
CIE-Lab56.809057.794828.6186

#ea555a color RGB value is (234,85,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010101 01011010
Octal 352 125 132
Decimal 234 85 90
Hex EA 55 5A

RGB Percentages of Color #ea555a

%57.21
%20.78
%22.00

CMYK Percentages of Color #ea555a

%0
%64
%62
%8

Triadic Colors of #ea555a

#ea555a #5aea55 #555aea

Analogous Colors of #ea555a

#ea555a #ea9b55 #ea55a5

Monochromatic Colors of #ea555a

#ea555a

Complementary Color

#ea555a #55eae5

#ea555a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea555a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea555a Color CSS Codes

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

#ea555a Text Font Color

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

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


#ea555a Background Color

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

This div background color is #ea555a


#ea555a Border Color

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

This div border color is #ea555a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea555a


Comments

No comments written yet.

Please login to write comment.