COLOR #E88AAE

HEX: #E88AAE
RGB: (232,138,174)

Color info

#E88AAE contains mainly red and blue colors. Web safe color of #E88AAE is #FF9999 (or #F99).

RGB color model

#E88AAE color RGB value is (232,138,174).

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

RGB channels and saturation

R 232 of 255 = 91%
G 138 of 255 = 54%
B 174 of 255 = 68%

232
138
174

R + G + B ~ 71%. #E88AAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 138 + 174 = 544 (100%)
R 232 of 544 ~ 42.65%
G 138 of 544 ~ 25.37%
B 174 of 544 ~ 31.99%

%42.65
%25.37
%31.99

CMYK color model

#E88AAE color CMYK value is (0,41,25,9).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 25.00%
  • key color value is 9.02%
CMYK:
(0,41,25,9)
C0M41Y25K9 
(0%,41%,25%,9%)
(0.00/0.41/0.25/0.09)	

CMYK percentages

%0
%40.52
%25
%9.02

Codes

Color #E88AAE in popluar color models

E88AAE
RGB232138174
HSL337°67.14%72.55%
HSB/HSV337°40.52%90.98%
CMYK0.00%40.52%25.00%
9.02%

Color #E88AAE in popluar number systems.

HEXE88AAE
Decimal232138174
Binary111010001000101010101110
Octal350212256

Shades and tints

Shades of #E88AAE

#E88AAE
(232,138,174)
#D37E9F
(211,126,159)
#BE7290
(190,114,144)
#A96681
(169,102,129)
#945A72
(148,90,114)
#7F4E63
(127,78,99)
#6A4254
(106,66,84)
#553645
(85,54,69)
#402A36
(64,42,54)
#2B1E27
(43,30,39)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #E88AAE

#E88AAE
(232,138,174)
#EA94B5
(234,148,181)
#EC9EBC
(236,158,188)
#EEA8C3
(238,168,195)
#F0B2CA
(240,178,202)
#F2BCD1
(242,188,209)
#F4C6D8
(244,198,216)
#F6D0DF
(246,208,223)
#F8DAE6
(248,218,230)
#FAE4ED
(250,228,237)
#FCEEF4
(252,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88AAE; }

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

This text font color is #E88AAE.


Background Color

.myBgColor { background-color: #E88AAE; }

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

This div background color is #E88AAE.


Border color

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

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

This div border color is #E88AAE.


Opacity

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

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

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

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

This text has shadow with #E88AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88AAE on black background.


Color preview on white background

This text has color #E88AAE on white background.



Black color preview on #E88AAE background

This text has black color on #E88AAE background.


White color preview on #E88AAE background

This text has white color on #E88AAE background.