COLOR #E887BC

HEX: #E887BC
RGB: (232,135,188)

Color info

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

RGB color model

#E887BC color RGB value is (232,135,188).

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

RGB channels and saturation

R 232 of 255 = 91%
G 135 of 255 = 53%
B 188 of 255 = 74%

232
135
188

R + G + B ~ 73%. #E887BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 135 + 188 = 555 (100%)
R 232 of 555 ~ 41.8%
G 135 of 555 ~ 24.32%
B 188 of 555 ~ 33.87%

%41.8
%24.32
%33.87

CMYK color model

#E887BC color CMYK value is (0,42,19,9).

  • cyan value is 0.00%
  • magenta value is 41.81%
  • yellow value is 18.97%
  • key color value is 9.02%
CMYK:
(0,42,19,9)
C0M42Y19K9 
(0%,42%,19%,9%)
(0.00/0.42/0.19/0.09)	

CMYK percentages

%0
%41.81
%18.97
%9.02

Codes

Color #E887BC in popluar color models

E887BC
RGB232135188
HSL327°67.83%71.96%
HSB/HSV327°41.81%90.98%
CMYK0.00%41.81%18.97%
9.02%

Color #E887BC in popluar number systems.

HEXE887BC
Decimal232135188
Binary111010001000011110111100
Octal350207274

Shades and tints

Shades of #E887BC

#E887BC
(232,135,188)
#D37BAB
(211,123,171)
#BE6F9A
(190,111,154)
#A96389
(169,99,137)
#945778
(148,87,120)
#7F4B67
(127,75,103)
#6A3F56
(106,63,86)
#553345
(85,51,69)
#402734
(64,39,52)
#2B1B23
(43,27,35)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #E887BC

#E887BC
(232,135,188)
#EA91C2
(234,145,194)
#EC9BC8
(236,155,200)
#EEA5CE
(238,165,206)
#F0AFD4
(240,175,212)
#F2B9DA
(242,185,218)
#F4C3E0
(244,195,224)
#F6CDE6
(246,205,230)
#F8D7EC
(248,215,236)
#FAE1F2
(250,225,242)
#FCEBF8
(252,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E887BC; }

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

This text font color is #E887BC.


Background Color

.myBgColor { background-color: #E887BC; }

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

This div background color is #E887BC.


Border color

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

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

This div border color is #E887BC.


Opacity

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

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

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

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

This text has shadow with #E887BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E887BC on black background.


Color preview on white background

This text has color #E887BC on white background.



Black color preview on #E887BC background

This text has black color on #E887BC background.


White color preview on #E887BC background

This text has white color on #E887BC background.