COLOR #E88A99

HEX: #E88A99
RGB: (232,138,153)

Color info

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

RGB color model

#E88A99 color RGB value is (232,138,153).

  • red value is 232;
  • green value is 138;
  • blue value is 153.
RGB:
(232,138,153)
(91%,54%,60%)

RGB channels and saturation

R 232 of 255 = 91%
G 138 of 255 = 54%
B 153 of 255 = 60%

232
138
153

R + G + B ~ 68%. #E88A99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 138 + 153 = 523 (100%)
R 232 of 523 ~ 44.36%
G 138 of 523 ~ 26.39%
B 153 of 523 ~ 29.25%

%44.36
%26.39
%29.25

CMYK color model

#E88A99 color CMYK value is (0,41,34,9).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 34.05%
  • key color value is 9.02%
CMYK:
(0,41,34,9)
C0M41Y34K9 
(0%,41%,34%,9%)
(0.00/0.41/0.34/0.09)	

CMYK percentages

%0
%40.52
%34.05
%9.02

Codes

Color #E88A99 in popluar color models

E88A99
RGB232138153
HSL350°67.14%72.55%
HSB/HSV350°40.52%90.98%
CMYK0.00%40.52%34.05%
9.02%

Color #E88A99 in popluar number systems.

HEXE88A99
Decimal232138153
Binary111010001000101010011001
Octal350212231

Shades and tints

Shades of #E88A99

#E88A99
(232,138,153)
#D37E8C
(211,126,140)
#BE727F
(190,114,127)
#A96672
(169,102,114)
#945A65
(148,90,101)
#7F4E58
(127,78,88)
#6A424B
(106,66,75)
#55363E
(85,54,62)
#402A31
(64,42,49)
#2B1E24
(43,30,36)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #E88A99

#E88A99
(232,138,153)
#EA94A2
(234,148,162)
#EC9EAB
(236,158,171)
#EEA8B4
(238,168,180)
#F0B2BD
(240,178,189)
#F2BCC6
(242,188,198)
#F4C6CF
(244,198,207)
#F6D0D8
(246,208,216)
#F8DAE1
(248,218,225)
#FAE4EA
(250,228,234)
#FCEEF3
(252,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E88A99 color. Also use rgb(232,138,153) instead hex code.

Text Font Color

.myTextColor { color: #E88A99; }

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

This text font color is #E88A99.


Background Color

.myBgColor { background-color: #E88A99; }

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

This div background color is #E88A99.


Border color

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

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

This div border color is #E88A99.


Opacity

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

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

Text with #E88A99 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 #E88A99;}

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

This text has shadow with #E88A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88A99 on black background.


Color preview on white background

This text has color #E88A99 on white background.



Black color preview on #E88A99 background

This text has black color on #E88A99 background.


White color preview on #E88A99 background

This text has white color on #E88A99 background.