COLOR #E88AA0

HEX: #E88AA0
RGB: (232,138,160)

Color info

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

RGB color model

#E88AA0 color RGB value is (232,138,160).

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

RGB channels and saturation

R 232 of 255 = 91%
G 138 of 255 = 54%
B 160 of 255 = 63%

232
138
160

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

Portions of RGB colors in percentages

R + G + B =
232 + 138 + 160 = 530 (100%)
R 232 of 530 ~ 43.77%
G 138 of 530 ~ 26.04%
B 160 of 530 ~ 30.19%

%43.77
%26.04
%30.19

CMYK color model

#E88AA0 color CMYK value is (0,41,31,9).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 31.03%
  • key color value is 9.02%
CMYK:
(0,41,31,9)
C0M41Y31K9 
(0%,41%,31%,9%)
(0.00/0.41/0.31/0.09)	

CMYK percentages

%0
%40.52
%31.03
%9.02

Codes

Color #E88AA0 in popluar color models

E88AA0
RGB232138160
HSL346°67.14%72.55%
HSB/HSV346°40.52%90.98%
CMYK0.00%40.52%31.03%
9.02%

Color #E88AA0 in popluar number systems.

HEXE88AA0
Decimal232138160
Binary111010001000101010100000
Octal350212240

Shades and tints

Shades of #E88AA0

#E88AA0
(232,138,160)
#D37E92
(211,126,146)
#BE7284
(190,114,132)
#A96676
(169,102,118)
#945A68
(148,90,104)
#7F4E5A
(127,78,90)
#6A424C
(106,66,76)
#55363E
(85,54,62)
#402A30
(64,42,48)
#2B1E22
(43,30,34)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #E88AA0

#E88AA0
(232,138,160)
#EA94A8
(234,148,168)
#EC9EB0
(236,158,176)
#EEA8B8
(238,168,184)
#F0B2C0
(240,178,192)
#F2BCC8
(242,188,200)
#F4C6D0
(244,198,208)
#F6D0D8
(246,208,216)
#F8DAE0
(248,218,224)
#FAE4E8
(250,228,232)
#FCEEF0
(252,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88AA0; }

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

This text font color is #E88AA0.


Background Color

.myBgColor { background-color: #E88AA0; }

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

This div background color is #E88AA0.


Border color

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

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

This div border color is #E88AA0.


Opacity

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

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

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

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

This text has shadow with #E88AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88AA0 on black background.


Color preview on white background

This text has color #E88AA0 on white background.



Black color preview on #E88AA0 background

This text has black color on #E88AA0 background.


White color preview on #E88AA0 background

This text has white color on #E88AA0 background.