COLOR #E88E9D

HEX: #E88E9D
RGB: (232,142,157)

Color info

#E88E9D contains mainly red color. Web safe color of #E88E9D is #FF9999 (or #F99).

RGB color model

#E88E9D color RGB value is (232,142,157).

  • red value is 232;
  • green value is 142;
  • blue value is 157.
RGB:
(232,142,157)
(91%,56%,62%)

RGB channels and saturation

R 232 of 255 = 91%
G 142 of 255 = 56%
B 157 of 255 = 62%

232
142
157

R + G + B ~ 70%. #E88E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 142 + 157 = 531 (100%)
R 232 of 531 ~ 43.69%
G 142 of 531 ~ 26.74%
B 157 of 531 ~ 29.57%

%43.69
%26.74
%29.57

CMYK color model

#E88E9D color CMYK value is (0,39,32,9).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 32.33%
  • key color value is 9.02%
CMYK:
(0,39,32,9)
C0M39Y32K9 
(0%,39%,32%,9%)
(0.00/0.39/0.32/0.09)	

CMYK percentages

%0
%38.79
%32.33
%9.02

Codes

Color #E88E9D in popluar color models

E88E9D
RGB232142157
HSL350°66.18%73.33%
HSB/HSV350°38.79%90.98%
CMYK0.00%38.79%32.33%
9.02%

Color #E88E9D in popluar number systems.

HEXE88E9D
Decimal232142157
Binary111010001000111010011101
Octal350216235

Shades and tints

Shades of #E88E9D

#E88E9D
(232,142,157)
#D3828F
(211,130,143)
#BE7681
(190,118,129)
#A96A73
(169,106,115)
#945E65
(148,94,101)
#7F5257
(127,82,87)
#6A4649
(106,70,73)
#553A3B
(85,58,59)
#402E2D
(64,46,45)
#2B221F
(43,34,31)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #E88E9D

#E88E9D
(232,142,157)
#EA98A5
(234,152,165)
#ECA2AD
(236,162,173)
#EEACB5
(238,172,181)
#F0B6BD
(240,182,189)
#F2C0C5
(242,192,197)
#F4CACD
(244,202,205)
#F6D4D5
(246,212,213)
#F8DEDD
(248,222,221)
#FAE8E5
(250,232,229)
#FCF2ED
(252,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88E9D color. Also use rgb(232,142,157) instead hex code.

Text Font Color

.myTextColor { color: #E88E9D; }

<p style="color:#E88E9D">This sample text font color is #E88E9D.</p>

This text font color is #E88E9D.


Background Color

.myBgColor { background-color: #E88E9D; }

<div style="background-color:#E88E9D">Inner text</div>

This div background color is #E88E9D.


Border color

.myBorderColor { border: 1px solid #E88E9D; }

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

This div border color is #E88E9D.


Opacity

.myOpacity80 { color: #E88E9D; opacity: 0.8; }

<p style="color:#E88E9D;opacity:0.8;">80%</p>

Text with #E88E9D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E88E9D;}

<p style="text-shadow: 3px 3px 1px #E88E9D">Text here.</p>

This text has shadow with #E88E9D color.

.textShadow {text-shadow: 3px 3px 1px #E88E9D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E88E9D, 5px 5px 20px red">Text here.</p>

This text has shadow with #E88E9D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E88E9D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E88E9D, Direction=45, Strength=4)">Text</p>

This text has shadow with #E88E9D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E88E9D;
  -webkit-box-shadow:	1px 1px 3px 2px #E88E9D;
  box-shadow:		1px 1px 3px 2px #E88E9D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E88E9D;
-webkit-box-shadow: 1px 1px 3px 2px #E88E9D;
box-shadow:1px 1px 3px 2px #E88E9D;">
Div content here</div>
This div box has shadow with color #E88E9D.

Preview

Color preview on black background

This text has color #E88E9D on black background.


Color preview on white background

This text has color #E88E9D on white background.



Black color preview on #E88E9D background

This text has black color on #E88E9D background.


White color preview on #E88E9D background

This text has white color on #E88E9D background.