Shades of Pale Chestnut #E0AAB1
Tints of Pale Chestnut #E0AAB1
RGB
CMYK
RGB Variations
Color information
#E0AAB1 (or 0xE0AAB1) is known color: Pale Chestnut. HEX triplet: E0, AA and B1. RGB value is (224,170,177). Sum of RGB (Red+Green+Blue) = 224+170+177=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 177 (69.53% from 255 or 31.00% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AAB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AAB1 is #1F554E. Grayscale: #BABABA. Windows color (decimal): -2053455 or 11643616. OLE color: 11643616.
HSL color Cylindrical-coordinate representation of color #E0AAB1: hue angle of 352.22º 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 #E0AAB1 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 177 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.12 |
| HSL | 352.22º | 0.47% | 0.77% | - |
| HSV(B) | 352.22º | 0.24% | 0.88% | - |
| XYZ | 53.05 | 47.77 | 48.02 | - |
| YUV | 186.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 177 | 0 | 0.24 | 0.21 | 0.12 | 352.22 | 0.47 | 0.77 |
| Hex | E0 | AA | B1 | 0 | 18 | 15 | C | 160 | 2F | 4D |
| Octal | 340 | 252 | 261 | 0 | 30 | 25 | 14 | 540 | 57 | 115 |
| Binary | 11100000 | 10101010 | 10110001 | 0 | 11000 | 10101 | 1100 | 101100000 | 101111 | 1001101 |
Color Harmonies of #E0AAB1
Complementary color
Monochromatic Colors of #E0AAB1
Black with #E0AAB1
Text Example
Text Example
White with #E0AAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AAB1; }
p { color: rgb(224,170,177); }
H1.HeaderClassName
{
color: #E0AAB1;
}
.AnyTagClassName
{
color: #E0AAB1;
}
</style>
background-color css
<style>
a { background-color: #E0AAB1; }
a { background-color: rgb(224,170,177); }
div.DivClassName
{
background-color: #E0AAB1;
}
.BgClassName
{
background-color: #E0AAB1;
}
</style>
border-color css
<style>
span { border-color: #E0AAB1; }
span { border-color: rgb(224,170,177); }
td.TdClassName
{
border-color: #E0AAB1;
}
.TagClassName
{
border-color: #E0AAB1;
}
</style>