COLOR #E9A5B4

HEX: #E9A5B4 RGB: (233,165,180)

Color info

#E9A5B4 contains mainly red and blue colors. Web safe color of #E9A5B4 is #FF99CC (or #F9C).

RGB color model

#E9A5B4 color RGB value is (233,165,180).

RGB: (233,165,180) (91%, 65%, 71%)

RGB channels and saturation

R 233 of 255 = 91%
G 165 of 255 = 65%
B 180 of 255 = 71%

233
165
180

R + G + B ~ 76%. #E9A5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 165 + 180 = 578 (100%)
R 233 of 578 ~ 40.31%
G 165 of 578 ~ 28.55%
B 180 of 578 ~ 31.14'%

%40.31
%28.55
%31.14

CMYK color model

#E9A5B4 color CMYK value is (0,29,23,9).

  • cyan value is 0.00%
  • magenta value is 29.18%
  • yellow value is 22.75%
  • key color value is 8.63%

CMYK: (0,29,23,9)
C0M29Y23K9 (0%, 29%, 23%, 9%)
(0.00 / 0.29 / 0.23 / 0.09)

CMYK percentages

%0
%29.18
%22.75
%8.63

Codes

Color #E9A5B4 in popluar color models

E9 A5 B4
RGB 233 165 180
HSL 347° 60.71% 78.04%
HSB/HSV 347° 29.18% 91.37%
CMYK 0.00% 29.18% 22.75%
8.63%

Color #E9A5B4 in popluar number systems.

HEX E9 A5 B4
Decimal 233 165 180
Binary 11101001 10100101 10110100
Octal 351 245 264

Shades and tints

Shades of #E9A5B4

#E9A5B4
(233,165,180)
#D496A4
(212,150,164)
#BF8794
(191,135,148)
#AA7884
(170,120,132)
#956974
(149,105,116)
#805A64
(128,90,100)
#6B4B54
(107,75,84)
#563C44
(86,60,68)
#412D34
(65,45,52)
#2C1E24
(44,30,36)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #E9A5B4

#E9A5B4
(233,165,180)
#EBADBA
(235,173,186)
#EDB5C0
(237,181,192)
#EFBDC6
(239,189,198)
#F1C5CC
(241,197,204)
#F3CDD2
(243,205,210)
#F5D5D8
(245,213,216)
#F7DDDE
(247,221,222)
#F9E5E4
(249,229,228)
#FBEDEA
(251,237,234)
#FDF5F0
(253,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9A5B4 color. Also use rgb(233,165,180) instead hex code.

Text Font Color

.myTextColor { color: #E9A5B4; }

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

This text font color is #E9A5B4.

Background Color

.myBgColor { background-color: #E9A5B4; }

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

This div background color is #E9A5B4.

Border color

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

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

This div border color is #E9A5B4.

Opacity

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

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

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

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

This text has shadow with #E9A5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9A5B4.

Preview

Color preview on black background

This text has color #E9A5B4 on black background.


Color preview on white background

This text has color #E9A5B4 on white background.


Black color preview on #E9A5B4 background

This text has black color on #E9A5B4 background.


White color preview on #E9A5B4 background

This text has white color on #E9A5B4 background.


Related colors

Complementary color

Complementary color for #hex is #165A4B.


I love getcolorcode.com

Triadic colors

1 #B4E9A5 and #A5B4E9 with #E9A5B4 are triadic colors.

2 #B4A5E9 and #A5E9B4 with #E9A5B4 are triadic colors.