COLOR #E0A5B0

HEX: #E0A5B0 RGB: (224,165,176)

Color info

#E0A5B0 contains red, green and blue colors in about the same proportion. Web safe color of #E0A5B0 is #CC9999 (or #C99).

RGB color model

#E0A5B0 color RGB value is (224,165,176).

RGB: (224,165,176) (88%, 65%, 69%)

RGB channels and saturation

R 224 of 255 = 88%
G 165 of 255 = 65%
B 176 of 255 = 69%

224
165
176

R + G + B ~ 74%. #E0A5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 165 + 176 = 565 (100%)
R 224 of 565 ~ 39.65%
G 165 of 565 ~ 29.2%
B 176 of 565 ~ 31.15'%

%39.65
%29.2
%31.15

CMYK color model

#E0A5B0 color CMYK value is (0,26,21,12).

  • cyan value is 0.00%
  • magenta value is 26.34%
  • yellow value is 21.43%
  • key color value is 12.16%

CMYK: (0,26,21,12)
C0M26Y21K12 (0%, 26%, 21%, 12%)
(0.00 / 0.26 / 0.21 / 0.12)

CMYK percentages

%0
%26.34
%21.43
%12.16

Codes

Color #E0A5B0 in popluar color models

E0 A5 B0
RGB 224 165 176
HSL 349° 48.76% 76.27%
HSB/HSV 349° 26.34% 87.84%
CMYK 0.00% 26.34% 21.43%
12.16%

Color #E0A5B0 in popluar number systems.

HEX E0 A5 B0
Decimal 224 165 176
Binary 11100000 10100101 10110000
Octal 340 245 260

Shades and tints

Shades of #E0A5B0

#E0A5B0
(224,165,176)
#CC96A0
(204,150,160)
#B88790
(184,135,144)
#A47880
(164,120,128)
#906970
(144,105,112)
#7C5A60
(124,90,96)
#684B50
(104,75,80)
#543C40
(84,60,64)
#402D30
(64,45,48)
#2C1E20
(44,30,32)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #E0A5B0

#E0A5B0
(224,165,176)
#E2ADB7
(226,173,183)
#E4B5BE
(228,181,190)
#E6BDC5
(230,189,197)
#E8C5CC
(232,197,204)
#EACDD3
(234,205,211)
#ECD5DA
(236,213,218)
#EEDDE1
(238,221,225)
#F0E5E8
(240,229,232)
#F2EDEF
(242,237,239)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0A5B0; }

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

This text font color is #E0A5B0.

Background Color

.myBgColor { background-color: #E0A5B0; }

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

This div background color is #E0A5B0.

Border color

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

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

This div border color is #E0A5B0.

Opacity

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

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

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

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

This text has shadow with #E0A5B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0A5B0.

Preview

Color preview on black background

This text has color #E0A5B0 on black background.


Color preview on white background

This text has color #E0A5B0 on white background.


Black color preview on #E0A5B0 background

This text has black color on #E0A5B0 background.


White color preview on #E0A5B0 background

This text has white color on #E0A5B0 background.


Related colors

Complementary color

Complementary color for #hex is #1F5A4F.


I love getcolorcode.com

Triadic colors

1 #B0E0A5 and #A5B0E0 with #E0A5B0 are triadic colors.

2 #B0A5E0 and #A5E0B0 with #E0A5B0 are triadic colors.