COLOR #E8A5B0

HEX: #E8A5B0
RGB: (232,165,176)

Color info

#E8A5B0 contains mainly red and blue colors. Web safe color of #E8A5B0 is #FF9999 (or #F99).

RGB color model

#E8A5B0 color RGB value is (232,165,176).

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

RGB channels and saturation

R 232 of 255 = 91%
G 165 of 255 = 65%
B 176 of 255 = 69%

232
165
176

R + G + B ~ 75%. #E8A5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
232 + 165 + 176 = 573 (100%)
R 232 of 573 ~ 40.49%
G 165 of 573 ~ 28.8%
B 176 of 573 ~ 30.72%

%40.49
%28.8
%30.72

CMYK color model

#E8A5B0 color CMYK value is (0,29,24,9).

  • cyan value is 0.00%
  • magenta value is 28.88%
  • yellow value is 24.14%
  • key color value is 9.02%
CMYK:
(0,29,24,9)
C0M29Y24K9 
(0%,29%,24%,9%)
(0.00/0.29/0.24/0.09)	

CMYK percentages

%0
%28.88
%24.14
%9.02

Codes

Color #E8A5B0 in popluar color models

E8A5B0
RGB232165176
HSL350°59.29%77.84%
HSB/HSV350°28.88%90.98%
CMYK0.00%28.88%24.14%
9.02%

Color #E8A5B0 in popluar number systems.

HEXE8A5B0
Decimal232165176
Binary111010001010010110110000
Octal350245260

Shades and tints

Shades of #E8A5B0

#E8A5B0
(232,165,176)
#D396A0
(211,150,160)
#BE8790
(190,135,144)
#A97880
(169,120,128)
#946970
(148,105,112)
#7F5A60
(127,90,96)
#6A4B50
(106,75,80)
#553C40
(85,60,64)
#402D30
(64,45,48)
#2B1E20
(43,30,32)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #E8A5B0

#E8A5B0
(232,165,176)
#EAADB7
(234,173,183)
#ECB5BE
(236,181,190)
#EEBDC5
(238,189,197)
#F0C5CC
(240,197,204)
#F2CDD3
(242,205,211)
#F4D5DA
(244,213,218)
#F6DDE1
(246,221,225)
#F8E5E8
(248,229,232)
#FAEDEF
(250,237,239)
#FCF5F6
(252,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8A5B0; }

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

This text font color is #E8A5B0.


Background Color

.myBgColor { background-color: #E8A5B0; }

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

This div background color is #E8A5B0.


Border color

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

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

This div border color is #E8A5B0.


Opacity

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

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

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

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

This text has shadow with #E8A5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8A5B0 on black background.


Color preview on white background

This text has color #E8A5B0 on white background.



Black color preview on #E8A5B0 background

This text has black color on #E8A5B0 background.


White color preview on #E8A5B0 background

This text has white color on #E8A5B0 background.