Color Hex Logo

#ea888e Color Hex

#EA888E
(234,136,142)
0 Favorites   0 Comments

Color spaces of #ea888e

RGB 234136142
HSL0.990.700.73
HSV356°42°92°
CMYK 0.000.420.39   0.08
XYZ47.618337.053730.2335
Yxy37.05370.41440.3225
Hunter Lab60.871833.110113.1623
CIE-Lab67.317337.987713.1719

#ea888e color RGB value is (234,136,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 10001110
Octal 352 210 216
Decimal 234 136 142
Hex EA 88 8E

RGB Percentages of Color #ea888e

%45.70
%26.56
%27.73

CMYK Percentages of Color #ea888e

%0
%42
%39
%8

Triadic Colors of #ea888e

#ea888e #8eea88 #888eea

Analogous Colors of #ea888e

#ea888e #eab388 #ea88bf

Monochromatic Colors of #ea888e

#ea888e

Complementary Color

#ea888e #88eae4

#ea888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea888e Color CSS Codes

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

#ea888e Text Font Color

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

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


#ea888e Background Color

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

This div background color is #ea888e


#ea888e Border Color

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

This div border color is #ea888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea888e


Comments

No comments written yet.

Please login to write comment.