Color Hex Logo

#ea8899 Color Hex

#EA8899
(234,136,153)
0 Favorites   0 Comments

Color spaces of #ea8899

RGB 234136153
HSL0.970.700.73
HSV350°42°92°
CMYK 0.000.420.35   0.08
XYZ48.485637.400734.8006
Yxy37.40070.40170.3099
Hunter Lab61.156134.49469.0706
CIE-Lab67.576639.26667.3544

#ea8899 color RGB value is (234,136,153).

#ea8899 hex color red value is 234, green value is 136 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ea8899 hue: 0.97 , saturation: 0.70 and the lightness value of ea8899 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 10011001
Octal 352 210 231
Decimal 234 136 153
Hex EA 88 99

RGB Percentages of Color #ea8899

%44.74
%26.00
%29.25

CMYK Percentages of Color #ea8899

%0
%42
%35
%8

Triadic Colors of #ea8899

#ea8899 #99ea88 #8899ea

Analogous Colors of #ea8899

#ea8899 #eaa888 #ea88ca

Monochromatic Colors of #ea8899

#ea8899

Complementary Color

#ea8899 #88ead9

#ea8899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8899 Color CSS Codes

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

#ea8899 Text Font Color

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

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


#ea8899 Background Color

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

This div background color is #ea8899


#ea8899 Border Color

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

This div border color is #ea8899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8899

#ea8899 Color Palettes


Comments

No comments written yet.

Please login to write comment.