COLOR #E87BC9

HEX: #E87BC9 RGB: (232,123,201)

Color info

#E87BC9 contains mainly red and blue colors. Web safe color of #E87BC9 is #FF66CC (or #F6C).

RGB color model

#E87BC9 color RGB value is (232,123,201).

RGB: (232,123,201) (91%, 48%, 79%)

RGB channels and saturation

R 232 of 255 = 91%
G 123 of 255 = 48%
B 201 of 255 = 79%

232
123
201

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

Portions of RGB colors in percentages

R + G + B = 232 + 123 + 201 = 556 (100%)
R 232 of 556 ~ 41.73%
G 123 of 556 ~ 22.12%
B 201 of 556 ~ 36.15'%

%41.73
%22.12
%36.15

CMYK color model

#E87BC9 color CMYK value is (0,47,13,9).

  • cyan value is 0.00%
  • magenta value is 46.98%
  • yellow value is 13.36%
  • key color value is 9.02%

CMYK: (0,47,13,9)
C0M47Y13K9 (0%, 47%, 13%, 9%)
(0.00 / 0.47 / 0.13 / 0.09)

CMYK percentages

%0
%46.98
%13.36
%9.02

Codes

Color #E87BC9 in popluar color models

E8 7B C9
RGB 232 123 201
HSL 317° 70.32% 69.61%
HSB/HSV 317° 46.98% 90.98%
CMYK 0.00% 46.98% 13.36%
9.02%

Color #E87BC9 in popluar number systems.

HEX E8 7B C9
Decimal 232 123 201
Binary 11101000 1111011 11001001
Octal 350 173 311

Shades and tints

Shades of #E87BC9

#E87BC9
(232,123,201)
#D370B7
(211,112,183)
#BE65A5
(190,101,165)
#A95A93
(169,90,147)
#944F81
(148,79,129)
#7F446F
(127,68,111)
#6A395D
(106,57,93)
#552E4B
(85,46,75)
#402339
(64,35,57)
#2B1827
(43,24,39)
#160D15
(22,13,21)
#000000
(0,0,0)

Tints of #E87BC9

#E87BC9
(232,123,201)
#EA87CD
(234,135,205)
#EC93D1
(236,147,209)
#EE9FD5
(238,159,213)
#F0ABD9
(240,171,217)
#F2B7DD
(242,183,221)
#F4C3E1
(244,195,225)
#F6CFE5
(246,207,229)
#F8DBE9
(248,219,233)
#FAE7ED
(250,231,237)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87BC9 color. Also use rgb(232,123,201) instead hex code.

Text Font Color

.myTextColor { color: #E87BC9; }

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

This text font color is #E87BC9.

Background Color

.myBgColor { background-color: #E87BC9; }

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

This div background color is #E87BC9.

Border color

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

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

This div border color is #E87BC9.

Opacity

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

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

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

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

This text has shadow with #E87BC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E87BC9.

Preview

Color preview on black background

This text has color #E87BC9 on black background.


Color preview on white background

This text has color #E87BC9 on white background.


Black color preview on #E87BC9 background

This text has black color on #E87BC9 background.


White color preview on #E87BC9 background

This text has white color on #E87BC9 background.


Related colors

Complementary color

Complementary color for #hex is #178436.


I love getcolorcode.com

Triadic colors

1 #C9E87B and #7BC9E8 with #E87BC9 are triadic colors.

2 #C97BE8 and #7BE8C9 with #E87BC9 are triadic colors.