COLOR #E88EEE

HEX: #E88EEE RGB: (232,142,238)

Color info

#E88EEE contains mainly red and blue colors. Web safe color of #E88EEE is #FF99FF (or #F9F).

RGB color model

#E88EEE color RGB value is (232,142,238).

RGB: (232,142,238) (91%, 56%, 93%)

RGB channels and saturation

R 232 of 255 = 91%
G 142 of 255 = 56%
B 238 of 255 = 93%

232
142
238

R + G + B ~ 80%. #E88EEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 142 + 238 = 612 (100%)
R 232 of 612 ~ 37.91%
G 142 of 612 ~ 23.2%
B 238 of 612 ~ 38.89'%

%37.91
%23.2
%38.89

CMYK color model

#E88EEE color CMYK value is (3,40,0,7).

  • cyan value is 2.52%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (3,40,0,7) C3M40Y0K7 (3%,40%,0%,7%) (0.03/0.40/0.00/0.07) 

CMYK percentages

%2.52
%40.34
%0
%6.67

Codes

Color #E88EEE in popluar color models

E8 8E EE
RGB 232 142 238
HSL 296° 73.85% 74.51%
HSB/HSV 296° 40.34% 93.33%
CMYK 2.52% 40.34% 0.00%
6.67%

Color #E88EEE in popluar number systems.

HEX E8 8E EE
Decimal 232 142 238
Binary 11101000 10001110 11101110
Octal 350 216 356

Shades and tints

Shades of #E88EEE

#E88EEE
(232,142,238)
#D382D9
(211,130,217)
#BE76C4
(190,118,196)
#A96AAF
(169,106,175)
#945E9A
(148,94,154)
#7F5285
(127,82,133)
#6A4670
(106,70,112)
#553A5B
(85,58,91)
#402E46
(64,46,70)
#2B2231
(43,34,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #E88EEE

#E88EEE
(232,142,238)
#EA98EF
(234,152,239)
#ECA2F0
(236,162,240)
#EEACF1
(238,172,241)
#F0B6F2
(240,182,242)
#F2C0F3
(242,192,243)
#F4CAF4
(244,202,244)
#F6D4F5
(246,212,245)
#F8DEF6
(248,222,246)
#FAE8F7
(250,232,247)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88EEE; }

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

This text font color is #E88EEE.

Background Color

.myBgColor { background-color: #E88EEE; }

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

This div background color is #E88EEE.

Border color

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

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

This div border color is #E88EEE.

Opacity

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

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

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

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

This text has shadow with #E88EEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E88EEE.

Preview

Color preview on black background

This text has color #E88EEE on black background.


Color preview on white background

This text has color #E88EEE on white background.


Black color preview on #E88EEE background

This text has black color on #E88EEE background.


White color preview on #E88EEE background

This text has white color on #E88EEE background.


Related colors

Complementary color

Complementary color for #hex is #177111.


I love getcolorcode.com

Triadic colors

1 #EEE88E and #8EEEE8 with #E88EEE are triadic colors.

2 #EE8EE8 and #8EE8EE with #E88EEE are triadic colors.