Color Hex Logo

#ea013e Color Hex

#EA013E
(234,1,62)
0 Favorites   0 Comments

Color spaces of #ea013e

RGB 234162
HSL0.960.990.46
HSV344°100°92°
CMYK 0.001.000.74   0.08
XYZ34.812017.86196.1703
Yxy17.86190.59160.3035
Hunter Lab42.263373.068320.9282
CIE-Lab49.328276.152535.8140

#ea013e color RGB value is (234,1,62).

#ea013e hex color red value is 234, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea013e hue: 0.96 , saturation: 0.99 and the lightness value of ea013e is 0.46.

The process color (four color CMYK) of #ea013e color hex is 0.00, 1.00, 0.74, 0.08. Web safe color of #ea013e is #ff0033. Color #ea013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000001 00111110
Octal 352 1 76
Decimal 234 1 62
Hex EA 1 3E

RGB Percentages of Color #ea013e

%78.79
%0.34
%20.88

CMYK Percentages of Color #ea013e

%0
%100
%74
%8

Triadic Colors of #ea013e

#ea013e #3eea01 #013eea

Analogous Colors of #ea013e

#ea013e #ea3901 #ea01b3

Monochromatic Colors of #ea013e

#ea013e

Complementary Color

#ea013e #01eaad

#ea013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea013e Color CSS Codes

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

#ea013e Text Font Color

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

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


#ea013e Background Color

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

This div background color is #ea013e


#ea013e Border Color

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

This div border color is #ea013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea013e


Comments

No comments written yet.

Please login to write comment.