COLOR #E5A2A9

HEX: #E5A2A9 RGB: (229,162,169)

Color info

#E5A2A9 contains mainly red color. Web safe color of #E5A2A9 is #CC9999 (or #C99).

RGB color model

#E5A2A9 color RGB value is (229,162,169).

RGB: (229,162,169) (90%, 64%, 66%)

RGB channels and saturation

R 229 of 255 = 90%
G 162 of 255 = 64%
B 169 of 255 = 66%

229
162
169

R + G + B ~ 73%. #E5A2A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 162 + 169 = 560 (100%)
R 229 of 560 ~ 40.89%
G 162 of 560 ~ 28.93%
B 169 of 560 ~ 30.18'%

%40.89
%28.93
%30.18

CMYK color model

#E5A2A9 color CMYK value is (0,29,26,10).

  • cyan value is 0.00%
  • magenta value is 29.26%
  • yellow value is 26.20%
  • key color value is 10.20%

CMYK: (0,29,26,10)
C0M29Y26K10 (0%, 29%, 26%, 10%)
(0.00 / 0.29 / 0.26 / 0.10)

CMYK percentages

%0
%29.26
%26.2
%10.2

Codes

Color #E5A2A9 in popluar color models

E5 A2 A9
RGB 229 162 169
HSL 354° 56.30% 76.67%
HSB/HSV 354° 29.26% 89.80%
CMYK 0.00% 29.26% 26.20%
10.20%

Color #E5A2A9 in popluar number systems.

HEX E5 A2 A9
Decimal 229 162 169
Binary 11100101 10100010 10101001
Octal 345 242 251

Shades and tints

Shades of #E5A2A9

#E5A2A9
(229,162,169)
#D1949A
(209,148,154)
#BD868B
(189,134,139)
#A9787C
(169,120,124)
#956A6D
(149,106,109)
#815C5E
(129,92,94)
#6D4E4F
(109,78,79)
#594040
(89,64,64)
#453231
(69,50,49)
#312422
(49,36,34)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5A2A9

#E5A2A9
(229,162,169)
#E7AAB0
(231,170,176)
#E9B2B7
(233,178,183)
#EBBABE
(235,186,190)
#EDC2C5
(237,194,197)
#EFCACC
(239,202,204)
#F1D2D3
(241,210,211)
#F3DADA
(243,218,218)
#F5E2E1
(245,226,225)
#F7EAE8
(247,234,232)
#F9F2EF
(249,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A2A9 color. Also use rgb(229,162,169) instead hex code.

Text Font Color

.myTextColor { color: #E5A2A9; }

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

This text font color is #E5A2A9.

Background Color

.myBgColor { background-color: #E5A2A9; }

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

This div background color is #E5A2A9.

Border color

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

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

This div border color is #E5A2A9.

Opacity

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

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

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

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

This text has shadow with #E5A2A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5A2A9.

Preview

Color preview on black background

This text has color #E5A2A9 on black background.


Color preview on white background

This text has color #E5A2A9 on white background.


Black color preview on #E5A2A9 background

This text has black color on #E5A2A9 background.


White color preview on #E5A2A9 background

This text has white color on #E5A2A9 background.


Related colors

Complementary color

Complementary color for #hex is #1A5D56.


I love getcolorcode.com

Triadic colors

1 #A9E5A2 and #A2A9E5 with #E5A2A9 are triadic colors.

2 #A9A2E5 and #A2E5A9 with #E5A2A9 are triadic colors.