COLOR #E884E7

HEX: #E884E7 RGB: (232,132,231)

Color info

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

RGB color model

#E884E7 color RGB value is (232,132,231).

RGB: (232,132,231) (91%, 52%, 91%)

RGB channels and saturation

R 232 of 255 = 91%
G 132 of 255 = 52%
B 231 of 255 = 91%

232
132
231

R + G + B ~ 78%. #E884E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 132 + 231 = 595 (100%)
R 232 of 595 ~ 38.99%
G 132 of 595 ~ 22.18%
B 231 of 595 ~ 38.82'%

%38.99
%22.18
%38.82

CMYK color model

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

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

CMYK: (0,43,0,9)
C0M43Y0K9 (0%, 43%, 0%, 9%)
(0.00 / 0.43 / 0.00 / 0.09)

CMYK percentages

%0
%43.1
%0.43
%9.02

Codes

Color #E884E7 in popluar color models

E8 84 E7
RGB 232 132 231
HSL 301° 68.49% 71.37%
HSB/HSV 301° 43.10% 90.98%
CMYK 0.00% 43.10% 0.43%
9.02%

Color #E884E7 in popluar number systems.

HEX E8 84 E7
Decimal 232 132 231
Binary 11101000 10000100 11100111
Octal 350 204 347

Shades and tints

Shades of #E884E7

#E884E7
(232,132,231)
#D378D2
(211,120,210)
#BE6CBD
(190,108,189)
#A960A8
(169,96,168)
#945493
(148,84,147)
#7F487E
(127,72,126)
#6A3C69
(106,60,105)
#553054
(85,48,84)
#40243F
(64,36,63)
#2B182A
(43,24,42)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #E884E7

#E884E7
(232,132,231)
#EA8FE9
(234,143,233)
#EC9AEB
(236,154,235)
#EEA5ED
(238,165,237)
#F0B0EF
(240,176,239)
#F2BBF1
(242,187,241)
#F4C6F3
(244,198,243)
#F6D1F5
(246,209,245)
#F8DCF7
(248,220,247)
#FAE7F9
(250,231,249)
#FCF2FB
(252,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E884E7; }

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

This text font color is #E884E7.

Background Color

.myBgColor { background-color: #E884E7; }

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

This div background color is #E884E7.

Border color

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

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

This div border color is #E884E7.

Opacity

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

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

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

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

This text has shadow with #E884E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E884E7.

Preview

Color preview on black background

This text has color #E884E7 on black background.


Color preview on white background

This text has color #E884E7 on white background.


Black color preview on #E884E7 background

This text has black color on #E884E7 background.


White color preview on #E884E7 background

This text has white color on #E884E7 background.


Related colors

Complementary color

Complementary color for #hex is #177B18.


I love getcolorcode.com

Triadic colors

1 #E7E884 and #84E7E8 with #E884E7 are triadic colors.

2 #E784E8 and #84E8E7 with #E884E7 are triadic colors.