Color Hex Logo

#ea095e Color Hex

#EA095E
(234,9,94)
0 Favorites   0 Comments

Color spaces of #ea095e

RGB 234994
HSL0.940.930.48
HSV337°96°92°
CMYK 0.000.960.60   0.08
XYZ36.049818.496012.2597
Yxy18.49600.53960.2769
Hunter Lab43.007074.362113.2035
CIE-Lab50.092377.049817.3760

#ea095e color RGB value is (234,9,94).

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

The process color (four color CMYK) of #ea095e color hex is 0.00, 0.96, 0.60, 0.08. Web safe color of #ea095e is #ff0066. Color #ea095e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001001 01011110
Octal 352 11 136
Decimal 234 9 94
Hex EA 9 5E

RGB Percentages of Color #ea095e

%69.44
%2.67
%27.89

CMYK Percentages of Color #ea095e

%0
%96
%60
%8

Triadic Colors of #ea095e

#ea095e #5eea09 #095eea

Analogous Colors of #ea095e

#ea095e #ea2409 #ea09cf

Monochromatic Colors of #ea095e

#ea095e

Complementary Color

#ea095e #09ea95

#ea095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea095e Color CSS Codes

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

#ea095e Text Font Color

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

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


#ea095e Background Color

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

This div background color is #ea095e


#ea095e Border Color

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

This div border color is #ea095e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea095e


Comments

No comments written yet.

Please login to write comment.