COLOR #E87AA5

HEX: #E87AA5
RGB: (232,122,165)

Color info

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

RGB color model

#E87AA5 color RGB value is (232,122,165).

  • red value is 232;
  • green value is 122;
  • blue value is 165.
RGB:
(232,122,165)
(91%,48%,65%)

RGB channels and saturation

R 232 of 255 = 91%
G 122 of 255 = 48%
B 165 of 255 = 65%

232
122
165

R + G + B ~ 68%. #E87AA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 122 + 165 = 519 (100%)
R 232 of 519 ~ 44.7%
G 122 of 519 ~ 23.51%
B 165 of 519 ~ 31.79%

%44.7
%23.51
%31.79

CMYK color model

#E87AA5 color CMYK value is (0,47,29,9).

  • cyan value is 0.00%
  • magenta value is 47.41%
  • yellow value is 28.88%
  • key color value is 9.02%
CMYK:
(0,47,29,9)
C0M47Y29K9 
(0%,47%,29%,9%)
(0.00/0.47/0.29/0.09)	

CMYK percentages

%0
%47.41
%28.88
%9.02

Codes

Color #E87AA5 in popluar color models

E87AA5
RGB232122165
HSL337°70.51%69.41%
HSB/HSV337°47.41%90.98%
CMYK0.00%47.41%28.88%
9.02%

Color #E87AA5 in popluar number systems.

HEXE87AA5
Decimal232122165
Binary11101000111101010100101
Octal350172245

Shades and tints

Shades of #E87AA5

#E87AA5
(232,122,165)
#D36F96
(211,111,150)
#BE6487
(190,100,135)
#A95978
(169,89,120)
#944E69
(148,78,105)
#7F435A
(127,67,90)
#6A384B
(106,56,75)
#552D3C
(85,45,60)
#40222D
(64,34,45)
#2B171E
(43,23,30)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #E87AA5

#E87AA5
(232,122,165)
#EA86AD
(234,134,173)
#EC92B5
(236,146,181)
#EE9EBD
(238,158,189)
#F0AAC5
(240,170,197)
#F2B6CD
(242,182,205)
#F4C2D5
(244,194,213)
#F6CEDD
(246,206,221)
#F8DAE5
(248,218,229)
#FAE6ED
(250,230,237)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E87AA5 color. Also use rgb(232,122,165) instead hex code.

Text Font Color

.myTextColor { color: #E87AA5; }

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

This text font color is #E87AA5.


Background Color

.myBgColor { background-color: #E87AA5; }

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

This div background color is #E87AA5.


Border color

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

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

This div border color is #E87AA5.


Opacity

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

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

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

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

This text has shadow with #E87AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E87AA5 on black background.


Color preview on white background

This text has color #E87AA5 on white background.



Black color preview on #E87AA5 background

This text has black color on #E87AA5 background.


White color preview on #E87AA5 background

This text has white color on #E87AA5 background.