COLOR #E5AAAA

HEX: #E5AAAA RGB: (229,170,170)

Color info

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

RGB color model

#E5AAAA color RGB value is (229,170,170).

RGB: (229,170,170) (90%, 67%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 170 of 255 = 67%
B 170 of 255 = 67%

229
170
170

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

Portions of RGB colors in percentages

R + G + B = 229 + 170 + 170 = 569 (100%)
R 229 of 569 ~ 40.25%
G 170 of 569 ~ 29.88%
B 170 of 569 ~ 29.88'%

%40.25
%29.88
%29.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 25.76%
  • key color value is 10.20%
CMYK: (0,26,26,10) C0M26Y26K10 (0%,26%,26%,10%) (0.00/0.26/0.26/0.10) 

CMYK percentages

%0
%25.76
%25.76
%10.2

Codes

Color #E5AAAA in popluar color models

E5 AA AA
RGB 229 170 170
HSL 53.15% 78.24%
HSB/HSV 25.76% 89.80%
CMYK 0.00% 25.76% 25.76%
10.20%

Color #E5AAAA in popluar number systems.

HEX E5 AA AA
Decimal 229 170 170
Binary 11100101 10101010 10101010
Octal 345 252 252

Shades and tints

Shades of #E5AAAA

#E5AAAA
(229,170,170)
#D19B9B
(209,155,155)
#BD8C8C
(189,140,140)
#A97D7D
(169,125,125)
#956E6E
(149,110,110)
#815F5F
(129,95,95)
#6D5050
(109,80,80)
#594141
(89,65,65)
#453232
(69,50,50)
#312323
(49,35,35)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5AAAA

#E5AAAA
(229,170,170)
#E7B1B1
(231,177,177)
#E9B8B8
(233,184,184)
#EBBFBF
(235,191,191)
#EDC6C6
(237,198,198)
#EFCDCD
(239,205,205)
#F1D4D4
(241,212,212)
#F3DBDB
(243,219,219)
#F5E2E2
(245,226,226)
#F7E9E9
(247,233,233)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AAAA; }

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

This text font color is #E5AAAA.

Background Color

.myBgColor { background-color: #E5AAAA; }

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

This div background color is #E5AAAA.

Border color

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

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

This div border color is #E5AAAA.

Opacity

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

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

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

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

This text has shadow with #E5AAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5AAAA.

Preview

Color preview on black background

This text has color #E5AAAA on black background.


Color preview on white background

This text has color #E5AAAA on white background.


Black color preview on #E5AAAA background

This text has black color on #E5AAAA background.


White color preview on #E5AAAA background

This text has white color on #E5AAAA background.


Related colors

Complementary color

Complementary color for #hex is #1A5555.


I love getcolorcode.com