Color Hex Logo

#ea435a Color Hex

#EA435A
(234,67,90)
0 Favorites   0 Comments

Color spaces of #ea435a

RGB 2346790
HSL0.980.800.59
HSV352°71°92°
CMYK 0.000.710.62   0.08
XYZ37.784322.244911.9751
Yxy22.24490.52480.3089
Hunter Lab47.164560.461617.9614
CIE-Lab54.285964.687725.3596

#ea435a color RGB value is (234,67,90).

#ea435a hex color red value is 234, green value is 67 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ea435a hue: 0.98 , saturation: 0.80 and the lightness value of ea435a is 0.59.

The process color (four color CMYK) of #ea435a color hex is 0.00, 0.71, 0.62, 0.08. Web safe color of #ea435a is #ff3366. Color #ea435a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000011 01011010
Octal 352 103 132
Decimal 234 67 90
Hex EA 43 5A

RGB Percentages of Color #ea435a

%59.85
%17.14
%23.02

CMYK Percentages of Color #ea435a

%0
%71
%62
%8

Triadic Colors of #ea435a

#ea435a #5aea43 #435aea

Analogous Colors of #ea435a

#ea435a #ea8043 #ea43ae

Monochromatic Colors of #ea435a

#ea435a

Complementary Color

#ea435a #43ead3

#ea435a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea435a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea435a Color CSS Codes

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

#ea435a Text Font Color

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

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


#ea435a Background Color

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

This div background color is #ea435a


#ea435a Border Color

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

This div border color is #ea435a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea435a


Comments

No comments written yet.

Please login to write comment.