COLOR #E88EEB

HEX: #E88EEB
RGB: (232,142,235)

Color info

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

RGB color model

#E88EEB color RGB value is (232,142,235).

  • red value is 232;
  • green value is 142;
  • blue value is 235.
RGB:
(232,142,235)
(91%,56%,92%)

RGB channels and saturation

R 232 of 255 = 91%
G 142 of 255 = 56%
B 235 of 255 = 92%

232
142
235

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

Portions of RGB colors in percentages

R + G + B =
232 + 142 + 235 = 609 (100%)
R 232 of 609 ~ 38.1%
G 142 of 609 ~ 23.32%
B 235 of 609 ~ 38.59%

%38.1
%23.32
%38.59

CMYK color model

#E88EEB color CMYK value is (1,40,0,8).

  • cyan value is 1.28%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(1,40,0,8)
C1M40Y0K8 
(1%,40%,0%,8%)
(0.01/0.40/0.00/0.08)	

CMYK percentages

%1.28
%39.57
%0
%7.84

Codes

Color #E88EEB in popluar color models

E88EEB
RGB232142235
HSL298°69.92%73.92%
HSB/HSV298°39.57%92.16%
CMYK1.28%39.57%0.00%
7.84%

Color #E88EEB in popluar number systems.

HEXE88EEB
Decimal232142235
Binary111010001000111011101011
Octal350216353

Shades and tints

Shades of #E88EEB

#E88EEB
(232,142,235)
#D382D6
(211,130,214)
#BE76C1
(190,118,193)
#A96AAC
(169,106,172)
#945E97
(148,94,151)
#7F5282
(127,82,130)
#6A466D
(106,70,109)
#553A58
(85,58,88)
#402E43
(64,46,67)
#2B222E
(43,34,46)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E88EEB

#E88EEB
(232,142,235)
#EA98EC
(234,152,236)
#ECA2ED
(236,162,237)
#EEACEE
(238,172,238)
#F0B6EF
(240,182,239)
#F2C0F0
(242,192,240)
#F4CAF1
(244,202,241)
#F6D4F2
(246,212,242)
#F8DEF3
(248,222,243)
#FAE8F4
(250,232,244)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E88EEB; }

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

This text font color is #E88EEB.


Background Color

.myBgColor { background-color: #E88EEB; }

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

This div background color is #E88EEB.


Border color

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

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

This div border color is #E88EEB.


Opacity

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

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

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

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

This text has shadow with #E88EEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E88EEB on black background.


Color preview on white background

This text has color #E88EEB on white background.



Black color preview on #E88EEB background

This text has black color on #E88EEB background.


White color preview on #E88EEB background

This text has white color on #E88EEB background.