COLOR #E887A6

HEX: #E887A6
RGB: (232,135,166)

Color info

#E887A6 contains mainly red color. Web safe color of #E887A6 is #FF9999 (or #F99).

RGB color model

#E887A6 color RGB value is (232,135,166).

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

RGB channels and saturation

R 232 of 255 = 91%
G 135 of 255 = 53%
B 166 of 255 = 65%

232
135
166

R + G + B ~ 70%. #E887A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 135 + 166 = 533 (100%)
R 232 of 533 ~ 43.53%
G 135 of 533 ~ 25.33%
B 166 of 533 ~ 31.14%

%43.53
%25.33
%31.14

CMYK color model

#E887A6 color CMYK value is (0,42,28,9).

  • cyan value is 0.00%
  • magenta value is 41.81%
  • yellow value is 28.45%
  • key color value is 9.02%
CMYK:
(0,42,28,9)
C0M42Y28K9 
(0%,42%,28%,9%)
(0.00/0.42/0.28/0.09)	

CMYK percentages

%0
%41.81
%28.45
%9.02

Codes

Color #E887A6 in popluar color models

E887A6
RGB232135166
HSL341°67.83%71.96%
HSB/HSV341°41.81%90.98%
CMYK0.00%41.81%28.45%
9.02%

Color #E887A6 in popluar number systems.

HEXE887A6
Decimal232135166
Binary111010001000011110100110
Octal350207246

Shades and tints

Shades of #E887A6

#E887A6
(232,135,166)
#D37B97
(211,123,151)
#BE6F88
(190,111,136)
#A96379
(169,99,121)
#94576A
(148,87,106)
#7F4B5B
(127,75,91)
#6A3F4C
(106,63,76)
#55333D
(85,51,61)
#40272E
(64,39,46)
#2B1B1F
(43,27,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #E887A6

#E887A6
(232,135,166)
#EA91AE
(234,145,174)
#EC9BB6
(236,155,182)
#EEA5BE
(238,165,190)
#F0AFC6
(240,175,198)
#F2B9CE
(242,185,206)
#F4C3D6
(244,195,214)
#F6CDDE
(246,205,222)
#F8D7E6
(248,215,230)
#FAE1EE
(250,225,238)
#FCEBF6
(252,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E887A6; }

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

This text font color is #E887A6.


Background Color

.myBgColor { background-color: #E887A6; }

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

This div background color is #E887A6.


Border color

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

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

This div border color is #E887A6.


Opacity

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

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

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

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

This text has shadow with #E887A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E887A6 on black background.


Color preview on white background

This text has color #E887A6 on white background.



Black color preview on #E887A6 background

This text has black color on #E887A6 background.


White color preview on #E887A6 background

This text has white color on #E887A6 background.