Color Hex Logo

#ea091e Color Hex

#EA091E
(234,9,30)
0 Favorites   0 Comments

Color spaces of #ea091e

RGB 234930
HSL0.980.930.48
HSV354°96°92°
CMYK 0.000.960.87   0.08
XYZ34.263717.78152.8546
Yxy17.78150.62410.3239
Hunter Lab42.168171.246025.5040
CIE-Lab49.230074.687553.0511

#ea091e color RGB value is (234,9,30).

#ea091e hex color red value is 234, green value is 9 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ea091e hue: 0.98 , saturation: 0.93 and the lightness value of ea091e is 0.48.

The process color (four color CMYK) of #ea091e color hex is 0.00, 0.96, 0.87, 0.08. Web safe color of #ea091e is #ff0033. Color #ea091e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001001 00011110
Octal 352 11 36
Decimal 234 9 30
Hex EA 9 1E

RGB Percentages of Color #ea091e

%85.71
%3.30
%10.99

CMYK Percentages of Color #ea091e

%0
%96
%87
%8

Triadic Colors of #ea091e

#ea091e #1eea09 #091eea

Analogous Colors of #ea091e

#ea091e #ea6509 #ea098f

Monochromatic Colors of #ea091e

#ea091e

Complementary Color

#ea091e #09ead5

#ea091e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea091e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea091e Color CSS Codes

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

#ea091e Text Font Color

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

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


#ea091e Background Color

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

This div background color is #ea091e


#ea091e Border Color

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

This div border color is #ea091e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea091e


Comments

No comments written yet.

Please login to write comment.