COLOR #E887E5

HEX: #E887E5
RGB: (232,135,229)

Color info

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

RGB color model

#E887E5 color RGB value is (232,135,229).

  • red value is 232;
  • green value is 135;
  • blue value is 229.
RGB:
(232,135,229)
(91%,53%,90%)

RGB channels and saturation

R 232 of 255 = 91%
G 135 of 255 = 53%
B 229 of 255 = 90%

232
135
229

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

Portions of RGB colors in percentages

R + G + B =
232 + 135 + 229 = 596 (100%)
R 232 of 596 ~ 38.93%
G 135 of 596 ~ 22.65%
B 229 of 596 ~ 38.42%

%38.93
%22.65
%38.42

CMYK color model

#E887E5 color CMYK value is (0,42,1,9).

  • cyan value is 0.00%
  • magenta value is 41.81%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(0,42,1,9)
C0M42Y1K9 
(0%,42%,1%,9%)
(0.00/0.42/0.01/0.09)	

CMYK percentages

%0
%41.81
%1.29
%9.02

Codes

Color #E887E5 in popluar color models

E887E5
RGB232135229
HSL302°67.83%71.96%
HSB/HSV302°41.81%90.98%
CMYK0.00%41.81%1.29%
9.02%

Color #E887E5 in popluar number systems.

HEXE887E5
Decimal232135229
Binary111010001000011111100101
Octal350207345

Shades and tints

Shades of #E887E5

#E887E5
(232,135,229)
#D37BD1
(211,123,209)
#BE6FBD
(190,111,189)
#A963A9
(169,99,169)
#945795
(148,87,149)
#7F4B81
(127,75,129)
#6A3F6D
(106,63,109)
#553359
(85,51,89)
#402745
(64,39,69)
#2B1B31
(43,27,49)
#160F1D
(22,15,29)
#000000
(0,0,0)

Tints of #E887E5

#E887E5
(232,135,229)
#EA91E7
(234,145,231)
#EC9BE9
(236,155,233)
#EEA5EB
(238,165,235)
#F0AFED
(240,175,237)
#F2B9EF
(242,185,239)
#F4C3F1
(244,195,241)
#F6CDF3
(246,205,243)
#F8D7F5
(248,215,245)
#FAE1F7
(250,225,247)
#FCEBF9
(252,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E887E5 color. Also use rgb(232,135,229) instead hex code.

Text Font Color

.myTextColor { color: #E887E5; }

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

This text font color is #E887E5.


Background Color

.myBgColor { background-color: #E887E5; }

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

This div background color is #E887E5.


Border color

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

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

This div border color is #E887E5.


Opacity

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

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

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

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

This text has shadow with #E887E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E887E5 on black background.


Color preview on white background

This text has color #E887E5 on white background.



Black color preview on #E887E5 background

This text has black color on #E887E5 background.


White color preview on #E887E5 background

This text has white color on #E887E5 background.