Color Hex Logo

#ea999e Color Hex

#EA999E
(234,153,158)
0 Favorites   0 Comments

Color spaces of #ea999e

RGB 234153158
HSL0.990.660.76
HSV356°35°92°
CMYK 0.000.350.32   0.08
XYZ51.494542.743537.8840
Yxy42.74350.38970.3235
Hunter Lab65.378526.180711.4090
CIE-Lab71.380530.96919.9881

#ea999e color RGB value is (234,153,158).

#ea999e hex color red value is 234, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea999e hue: 0.99 , saturation: 0.66 and the lightness value of ea999e is 0.76.

The process color (four color CMYK) of #ea999e color hex is 0.00, 0.35, 0.32, 0.08. Web safe color of #ea999e is #ff9999. Color #ea999e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011001 10011110
Octal 352 231 236
Decimal 234 153 158
Hex EA 99 9E

RGB Percentages of Color #ea999e

%42.94
%28.07
%28.99

CMYK Percentages of Color #ea999e

%0
%35
%32
%8

Triadic Colors of #ea999e

#ea999e #9eea99 #999eea

Analogous Colors of #ea999e

#ea999e #eabd99 #ea99c7

Monochromatic Colors of #ea999e

#ea999e

Complementary Color

#ea999e #99eae5

#ea999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea999e Color CSS Codes

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

#ea999e Text Font Color

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

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


#ea999e Background Color

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

This div background color is #ea999e


#ea999e Border Color

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

This div border color is #ea999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea999e


Comments

No comments written yet.

Please login to write comment.