COLOR #E888DA

HEX: #E888DA
RGB: (232,136,218)

Color info

#E888DA contains mainly red and blue colors. Web safe color of #E888DA is #FF99CC (or #F9C).

RGB color model

#E888DA color RGB value is (232,136,218).

  • red value is 232;
  • green value is 136;
  • blue value is 218.
RGB:
(232,136,218)
(91%,53%,85%)

RGB channels and saturation

R 232 of 255 = 91%
G 136 of 255 = 53%
B 218 of 255 = 85%

232
136
218

R + G + B ~ 76%. #E888DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 136 + 218 = 586 (100%)
R 232 of 586 ~ 39.59%
G 136 of 586 ~ 23.21%
B 218 of 586 ~ 37.2%

%39.59
%23.21
%37.2

CMYK color model

#E888DA color CMYK value is (0,41,6,9).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 6.03%
  • key color value is 9.02%
CMYK:
(0,41,6,9)
C0M41Y6K9 
(0%,41%,6%,9%)
(0.00/0.41/0.06/0.09)	

CMYK percentages

%0
%41.38
%6.03
%9.02

Codes

Color #E888DA in popluar color models

E888DA
RGB232136218
HSL309°67.61%72.16%
HSB/HSV309°41.38%90.98%
CMYK0.00%41.38%6.03%
9.02%

Color #E888DA in popluar number systems.

HEXE888DA
Decimal232136218
Binary111010001000100011011010
Octal350210332

Shades and tints

Shades of #E888DA

#E888DA
(232,136,218)
#D37CC7
(211,124,199)
#BE70B4
(190,112,180)
#A964A1
(169,100,161)
#94588E
(148,88,142)
#7F4C7B
(127,76,123)
#6A4068
(106,64,104)
#553455
(85,52,85)
#402842
(64,40,66)
#2B1C2F
(43,28,47)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #E888DA

#E888DA
(232,136,218)
#EA92DD
(234,146,221)
#EC9CE0
(236,156,224)
#EEA6E3
(238,166,227)
#F0B0E6
(240,176,230)
#F2BAE9
(242,186,233)
#F4C4EC
(244,196,236)
#F6CEEF
(246,206,239)
#F8D8F2
(248,216,242)
#FAE2F5
(250,226,245)
#FCECF8
(252,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E888DA color. Also use rgb(232,136,218) instead hex code.

Text Font Color

.myTextColor { color: #E888DA; }

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

This text font color is #E888DA.


Background Color

.myBgColor { background-color: #E888DA; }

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

This div background color is #E888DA.


Border color

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

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

This div border color is #E888DA.


Opacity

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

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

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

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

This text has shadow with #E888DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E888DA on black background.


Color preview on white background

This text has color #E888DA on white background.



Black color preview on #E888DA background

This text has black color on #E888DA background.


White color preview on #E888DA background

This text has white color on #E888DA background.