Color Hex Logo

#ea414b Color Hex

#EA414B
(234,65,75)
0 Favorites   0 Comments

Color spaces of #ea414b

RGB 2346575
HSL0.990.800.59
HSV356°72°92°
CMYK 0.000.720.68   0.08
XYZ37.092021.78108.9058
Yxy21.78100.54730.3214
Hunter Lab46.670160.193721.3551
CIE-Lab53.793964.549333.5180

#ea414b color RGB value is (234,65,75).

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

The process color (four color CMYK) of #ea414b color hex is 0.00, 0.72, 0.68, 0.08. Web safe color of #ea414b is #ff3333. Color #ea414b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000001 01001011
Octal 352 101 113
Decimal 234 65 75
Hex EA 41 4B

RGB Percentages of Color #ea414b

%62.57
%17.38
%20.05

CMYK Percentages of Color #ea414b

%0
%72
%68
%8

Triadic Colors of #ea414b

#ea414b #4bea41 #414bea

Analogous Colors of #ea414b

#ea414b #ea8c41 #ea41a0

Monochromatic Colors of #ea414b

#ea414b

Complementary Color

#ea414b #41eae0

#ea414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea414b Color CSS Codes

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

#ea414b Text Font Color

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

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


#ea414b Background Color

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

This div background color is #ea414b


#ea414b Border Color

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

This div border color is #ea414b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea414b


Comments

No comments written yet.

Please login to write comment.