COLOR #E88C99

HEX: #E88C99
RGB: (232,140,153)

Color info

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

RGB color model

#E88C99 color RGB value is (232,140,153).

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

RGB channels and saturation

R 232 of 255 = 91%
G 140 of 255 = 55%
B 153 of 255 = 60%

232
140
153

R + G + B ~ 69%. #E88C99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 140 + 153 = 525 (100%)
R 232 of 525 ~ 44.19%
G 140 of 525 ~ 26.67%
B 153 of 525 ~ 29.14%

%44.19
%26.67
%29.14

CMYK color model

#E88C99 color CMYK value is (0,40,34,9).

  • cyan value is 0.00%
  • magenta value is 39.66%
  • yellow value is 34.05%
  • key color value is 9.02%
CMYK:
(0,40,34,9)
C0M40Y34K9 
(0%,40%,34%,9%)
(0.00/0.40/0.34/0.09)	

CMYK percentages

%0
%39.66
%34.05
%9.02

Codes

Color #E88C99 in popluar color models

E88C99
RGB232140153
HSL352°66.67%72.94%
HSB/HSV352°39.66%90.98%
CMYK0.00%39.66%34.05%
9.02%

Color #E88C99 in popluar number systems.

HEXE88C99
Decimal232140153
Binary111010001000110010011001
Octal350214231

Shades and tints

Shades of #E88C99

#E88C99
(232,140,153)
#D3808C
(211,128,140)
#BE747F
(190,116,127)
#A96872
(169,104,114)
#945C65
(148,92,101)
#7F5058
(127,80,88)
#6A444B
(106,68,75)
#55383E
(85,56,62)
#402C31
(64,44,49)
#2B2024
(43,32,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #E88C99

#E88C99
(232,140,153)
#EA96A2
(234,150,162)
#ECA0AB
(236,160,171)
#EEAAB4
(238,170,180)
#F0B4BD
(240,180,189)
#F2BEC6
(242,190,198)
#F4C8CF
(244,200,207)
#F6D2D8
(246,210,216)
#F8DCE1
(248,220,225)
#FAE6EA
(250,230,234)
#FCF0F3
(252,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88C99; }

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

This text font color is #E88C99.


Background Color

.myBgColor { background-color: #E88C99; }

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

This div background color is #E88C99.


Border color

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

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

This div border color is #E88C99.


Opacity

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

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

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

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

This text has shadow with #E88C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88C99 on black background.


Color preview on white background

This text has color #E88C99 on white background.



Black color preview on #E88C99 background

This text has black color on #E88C99 background.


White color preview on #E88C99 background

This text has white color on #E88C99 background.