COLOR #E884DE

HEX: #E884DE RGB: (232,132,222)

Color info

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

RGB color model

#E884DE color RGB value is (232,132,222).

RGB: (232,132,222) (91%, 52%, 87%)

RGB channels and saturation

R 232 of 255 = 91%
G 132 of 255 = 52%
B 222 of 255 = 87%

232
132
222

R + G + B ~ 77%. #E884DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 132 + 222 = 586 (100%)
R 232 of 586 ~ 39.59%
G 132 of 586 ~ 22.53%
B 222 of 586 ~ 37.88'%

%39.59
%22.53
%37.88

CMYK color model

#E884DE color CMYK value is (0,43,4,9).

  • cyan value is 0.00%
  • magenta value is 43.10%
  • yellow value is 4.31%
  • key color value is 9.02%

CMYK: (0,43,4,9)
C0M43Y4K9 (0%, 43%, 4%, 9%)
(0.00 / 0.43 / 0.04 / 0.09)

CMYK percentages

%0
%43.1
%4.31
%9.02

Codes

Color #E884DE in popluar color models

E8 84 DE
RGB 232 132 222
HSL 306° 68.49% 71.37%
HSB/HSV 306° 43.10% 90.98%
CMYK 0.00% 43.10% 4.31%
9.02%

Color #E884DE in popluar number systems.

HEX E8 84 DE
Decimal 232 132 222
Binary 11101000 10000100 11011110
Octal 350 204 336

Shades and tints

Shades of #E884DE

#E884DE
(232,132,222)
#D378CA
(211,120,202)
#BE6CB6
(190,108,182)
#A960A2
(169,96,162)
#94548E
(148,84,142)
#7F487A
(127,72,122)
#6A3C66
(106,60,102)
#553052
(85,48,82)
#40243E
(64,36,62)
#2B182A
(43,24,42)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #E884DE

#E884DE
(232,132,222)
#EA8FE1
(234,143,225)
#EC9AE4
(236,154,228)
#EEA5E7
(238,165,231)
#F0B0EA
(240,176,234)
#F2BBED
(242,187,237)
#F4C6F0
(244,198,240)
#F6D1F3
(246,209,243)
#F8DCF6
(248,220,246)
#FAE7F9
(250,231,249)
#FCF2FC
(252,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E884DE color. Also use rgb(232,132,222) instead hex code.

Text Font Color

.myTextColor { color: #E884DE; }

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

This text font color is #E884DE.

Background Color

.myBgColor { background-color: #E884DE; }

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

This div background color is #E884DE.

Border color

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

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

This div border color is #E884DE.

Opacity

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

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

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

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

This text has shadow with #E884DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E884DE.

Preview

Color preview on black background

This text has color #E884DE on black background.


Color preview on white background

This text has color #E884DE on white background.


Black color preview on #E884DE background

This text has black color on #E884DE background.


White color preview on #E884DE background

This text has white color on #E884DE background.


Related colors

Complementary color

Complementary color for #hex is #177B21.


I love getcolorcode.com

Triadic colors

1 #DEE884 and #84DEE8 with #E884DE are triadic colors.

2 #DE84E8 and #84E8DE with #E884DE are triadic colors.