COLOR #E87D9F

HEX: #E87D9F RGB: (232,125,159)

Color info

#E87D9F contains mainly red color. Web safe color of #E87D9F is #FF6699 (or #F69).

RGB color model

#E87D9F color RGB value is (232,125,159).

RGB: (232,125,159) (91%, 49%, 62%)

RGB channels and saturation

R 232 of 255 = 91%
G 125 of 255 = 49%
B 159 of 255 = 62%

232
125
159

R + G + B ~ 67%. #E87D9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 125 + 159 = 516 (100%)
R 232 of 516 ~ 44.96%
G 125 of 516 ~ 24.22%
B 159 of 516 ~ 30.81'%

%44.96
%24.22
%30.81

CMYK color model

#E87D9F color CMYK value is (0,46,31,9).

  • cyan value is 0.00%
  • magenta value is 46.12%
  • yellow value is 31.47%
  • key color value is 9.02%

CMYK: (0,46,31,9)
C0M46Y31K9 (0%, 46%, 31%, 9%)
(0.00 / 0.46 / 0.31 / 0.09)

CMYK percentages

%0
%46.12
%31.47
%9.02

Codes

Color #E87D9F in popluar color models

E8 7D 9F
RGB 232 125 159
HSL 341° 69.93% 70.00%
HSB/HSV 341° 46.12% 90.98%
CMYK 0.00% 46.12% 31.47%
9.02%

Color #E87D9F in popluar number systems.

HEX E8 7D 9F
Decimal 232 125 159
Binary 11101000 1111101 10011111
Octal 350 175 237

Shades and tints

Shades of #E87D9F

#E87D9F
(232,125,159)
#D37291
(211,114,145)
#BE6783
(190,103,131)
#A95C75
(169,92,117)
#945167
(148,81,103)
#7F4659
(127,70,89)
#6A3B4B
(106,59,75)
#55303D
(85,48,61)
#40252F
(64,37,47)
#2B1A21
(43,26,33)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #E87D9F

#E87D9F
(232,125,159)
#EA88A7
(234,136,167)
#EC93AF
(236,147,175)
#EE9EB7
(238,158,183)
#F0A9BF
(240,169,191)
#F2B4C7
(242,180,199)
#F4BFCF
(244,191,207)
#F6CAD7
(246,202,215)
#F8D5DF
(248,213,223)
#FAE0E7
(250,224,231)
#FCEBEF
(252,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87D9F color. Also use rgb(232,125,159) instead hex code.

Text Font Color

.myTextColor { color: #E87D9F; }

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

This text font color is #E87D9F.

Background Color

.myBgColor { background-color: #E87D9F; }

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

This div background color is #E87D9F.

Border color

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

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

This div border color is #E87D9F.

Opacity

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

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

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

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

This text has shadow with #E87D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E87D9F.

Preview

Color preview on black background

This text has color #E87D9F on black background.


Color preview on white background

This text has color #E87D9F on white background.


Black color preview on #E87D9F background

This text has black color on #E87D9F background.


White color preview on #E87D9F background

This text has white color on #E87D9F background.


Related colors

Complementary color

Complementary color for #hex is #178260.


I love getcolorcode.com

Triadic colors

1 #9FE87D and #7D9FE8 with #E87D9F are triadic colors.

2 #9F7DE8 and #7DE89F with #E87D9F are triadic colors.