Color Hex Logo

#ea182e Color Hex

#EA182E
(234,24,46)
0 Favorites   0 Comments

Color spaces of #ea182e

RGB 2342446
HSL0.980.830.51
HSV354°90°92°
CMYK 0.000.900.80   0.08
XYZ34.751518.34294.2937
Yxy18.34290.60560.3196
Hunter Lab42.828669.886324.0360
CIE-Lab49.909473.439945.5620

#ea182e color RGB value is (234,24,46).

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

The process color (four color CMYK) of #ea182e color hex is 0.00, 0.90, 0.80, 0.08. Web safe color of #ea182e is #ff0033. Color #ea182e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011000 00101110
Octal 352 30 56
Decimal 234 24 46
Hex EA 18 2E

RGB Percentages of Color #ea182e

%76.97
%7.89
%15.13

CMYK Percentages of Color #ea182e

%0
%90
%80
%8

Triadic Colors of #ea182e

#ea182e #2eea18 #182eea

Analogous Colors of #ea182e

#ea182e #ea6b18 #ea1897

Monochromatic Colors of #ea182e

#ea182e

Complementary Color

#ea182e #18ead4

#ea182e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea182e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea182e Color CSS Codes

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

#ea182e Text Font Color

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

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


#ea182e Background Color

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

This div background color is #ea182e


#ea182e Border Color

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

This div border color is #ea182e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea182e


Comments

No comments written yet.

Please login to write comment.