Color Hex Logo

#ea424e Color Hex

#EA424E
(234,66,78)
0 Favorites   0 Comments

Color spaces of #ea424e

RGB 2346678
HSL0.990.800.59
HSV356°72°92°
CMYK 0.000.720.67   0.08
XYZ37.255021.93899.4788
Yxy21.93890.54250.3195
Hunter Lab46.839060.007920.7888
CIE-Lab53.962164.358531.9847

#ea424e color RGB value is (234,66,78).

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

The process color (four color CMYK) of #ea424e color hex is 0.00, 0.72, 0.67, 0.08. Web safe color of #ea424e is #ff3366. Color #ea424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 01001110
Octal 352 102 116
Decimal 234 66 78
Hex EA 42 4E

RGB Percentages of Color #ea424e

%61.90
%17.46
%20.63

CMYK Percentages of Color #ea424e

%0
%72
%67
%8

Triadic Colors of #ea424e

#ea424e #4eea42 #424eea

Analogous Colors of #ea424e

#ea424e #ea8a42 #ea42a2

Monochromatic Colors of #ea424e

#ea424e

Complementary Color

#ea424e #42eade

#ea424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea424e Color CSS Codes

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

#ea424e Text Font Color

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

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


#ea424e Background Color

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

This div background color is #ea424e


#ea424e Border Color

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

This div border color is #ea424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea424e


Comments

No comments written yet.

Please login to write comment.