Color Hex Logo

#ea243b Color Hex

#EA243B
(234,36,59)
0 Favorites   0 Comments

Color spaces of #ea243b

RGB 2343659
HSL0.980.830.53
HSV353°85°92°
CMYK 0.000.850.75   0.08
XYZ35.352019.06995.9553
Yxy19.06990.58550.3158
Hunter Lab43.669168.082522.4828
CIE-Lab50.768971.782839.2008

#ea243b color RGB value is (234,36,59).

#ea243b hex color red value is 234, green value is 36 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ea243b hue: 0.98 , saturation: 0.83 and the lightness value of ea243b is 0.53.

The process color (four color CMYK) of #ea243b color hex is 0.00, 0.85, 0.75, 0.08. Web safe color of #ea243b is #ff3333. Color #ea243b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 00111011
Octal 352 44 73
Decimal 234 36 59
Hex EA 24 3B

RGB Percentages of Color #ea243b

%71.12
%10.94
%17.93

CMYK Percentages of Color #ea243b

%0
%85
%75
%8

Triadic Colors of #ea243b

#ea243b #3bea24 #243bea

Analogous Colors of #ea243b

#ea243b #ea7024 #ea249e

Monochromatic Colors of #ea243b

#ea243b

Complementary Color

#ea243b #24ead3

#ea243b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea243b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea243b Color CSS Codes

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

#ea243b Text Font Color

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

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


#ea243b Background Color

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

This div background color is #ea243b


#ea243b Border Color

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

This div border color is #ea243b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea243b


Comments

No comments written yet.

Please login to write comment.