Shades of Pale Chestnut #E1AAAD
Tints of Pale Chestnut #E1AAAD
RGB
CMYK
RGB Variations
Color information
#E1AAAD (or 0xE1AAAD) is known color: Pale Chestnut. HEX triplet: E1, AA and AD. RGB value is (225,170,173). Sum of RGB (Red+Green+Blue) = 225+170+173=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AAAD is #1E5552. Grayscale: #BABABA. Windows color (decimal): -1987923 or 11381473. OLE color: 11381473.
HSL color Cylindrical-coordinate representation of color #E1AAAD: hue angle of 356.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1AAAD is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 173 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.12 |
| HSL | 356.73º | 0.48% | 0.77% | - |
| HSV(B) | 356.73º | 0.24% | 0.88% | - |
| XYZ | 52.97 | 47.77 | 45.96 | - |
| YUV | 186.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 173 | 0 | 0.24 | 0.23 | 0.12 | 356.73 | 0.48 | 0.77 |
| Hex | E1 | AA | AD | 0 | 18 | 17 | C | 165 | 30 | 4D |
| Octal | 341 | 252 | 255 | 0 | 30 | 27 | 14 | 545 | 60 | 115 |
| Binary | 11100001 | 10101010 | 10101101 | 0 | 11000 | 10111 | 1100 | 101100101 | 110000 | 1001101 |
Color Harmonies of #E1AAAD
Complementary color
Monochromatic Colors of #E1AAAD
Black with #E1AAAD
Text Example
Text Example
White with #E1AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AAAD; }
p { color: rgb(225,170,173); }
H1.HeaderClassName
{
color: #E1AAAD;
}
.AnyTagClassName
{
color: #E1AAAD;
}
</style>
background-color css
<style>
a { background-color: #E1AAAD; }
a { background-color: rgb(225,170,173); }
div.DivClassName
{
background-color: #E1AAAD;
}
.BgClassName
{
background-color: #E1AAAD;
}
</style>
border-color css
<style>
span { border-color: #E1AAAD; }
span { border-color: rgb(225,170,173); }
td.TdClassName
{
border-color: #E1AAAD;
}
.TagClassName
{
border-color: #E1AAAD;
}
</style>