Shades of Pale Chestnut #E0AAAD
Tints of Pale Chestnut #E0AAAD
RGB
CMYK
RGB Variations
Color information
#E0AAAD (or 0xE0AAAD) is known color: Pale Chestnut. HEX triplet: E0, AA and AD. RGB value is (224,170,173). Sum of RGB (Red+Green+Blue) = 224+170+173=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAAD is #1F5552. Grayscale: #BABABA. Windows color (decimal): -2053459 or 11381472. OLE color: 11381472.
HSL color Cylindrical-coordinate representation of color #E0AAAD: hue angle of 356.67º degrees, saturation: 0.47, 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 #E0AAAD is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 173 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.12 |
| HSL | 356.67º | 0.47% | 0.77% | - |
| HSV(B) | 356.67º | 0.24% | 0.88% | - |
| XYZ | 52.66 | 47.61 | 45.95 | - |
| YUV | 186.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 173 | 0 | 0.24 | 0.23 | 0.12 | 356.67 | 0.47 | 0.77 |
| Hex | E0 | AA | AD | 0 | 18 | 17 | C | 165 | 2F | 4D |
| Octal | 340 | 252 | 255 | 0 | 30 | 27 | 14 | 545 | 57 | 115 |
| Binary | 11100000 | 10101010 | 10101101 | 0 | 11000 | 10111 | 1100 | 101100101 | 101111 | 1001101 |
Color Harmonies of #E0AAAD
Complementary color
Monochromatic Colors of #E0AAAD
Black with #E0AAAD
Text Example
Text Example
White with #E0AAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAAD; }
p { color: rgb(224,170,173); }
H1.HeaderClassName
{
color: #E0AAAD;
}
.AnyTagClassName
{
color: #E0AAAD;
}
</style>
background-color css
<style>
a { background-color: #E0AAAD; }
a { background-color: rgb(224,170,173); }
div.DivClassName
{
background-color: #E0AAAD;
}
.BgClassName
{
background-color: #E0AAAD;
}
</style>
border-color css
<style>
span { border-color: #E0AAAD; }
span { border-color: rgb(224,170,173); }
td.TdClassName
{
border-color: #E0AAAD;
}
.TagClassName
{
border-color: #E0AAAD;
}
</style>