Shades of Pale Chestnut #E2AAAB
Tints of Pale Chestnut #E2AAAB
RGB
CMYK
RGB Variations
Color information
#E2AAAB (or 0xE2AAAB) is known color: Pale Chestnut. HEX triplet: E2, AA and AB. RGB value is (226,170,171). Sum of RGB (Red+Green+Blue) = 226+170+171=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AAAB is #1D5554. Grayscale: #BABABA. Windows color (decimal): -1922389 or 11250402. OLE color: 11250402.
HSL color Cylindrical-coordinate representation of color #E2AAAB: hue angle of 358.93º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2AAAB is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 171 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.11 |
| HSL | 358.93º | 0.49% | 0.78% | - |
| HSV(B) | 358.93º | 0.25% | 0.89% | - |
| XYZ | 53.09 | 47.86 | 44.97 | - |
| YUV | 186.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 171 | 0 | 0.25 | 0.24 | 0.11 | 358.93 | 0.49 | 0.78 |
| Hex | E2 | AA | AB | 0 | 19 | 18 | B | 167 | 31 | 4E |
| Octal | 342 | 252 | 253 | 0 | 31 | 30 | 13 | 547 | 61 | 116 |
| Binary | 11100010 | 10101010 | 10101011 | 0 | 11001 | 11000 | 1011 | 101100111 | 110001 | 1001110 |
Color Harmonies of #E2AAAB
Complementary color
Monochromatic Colors of #E2AAAB
Black with #E2AAAB
Text Example
Text Example
White with #E2AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AAAB; }
p { color: rgb(226,170,171); }
H1.HeaderClassName
{
color: #E2AAAB;
}
.AnyTagClassName
{
color: #E2AAAB;
}
</style>
background-color css
<style>
a { background-color: #E2AAAB; }
a { background-color: rgb(226,170,171); }
div.DivClassName
{
background-color: #E2AAAB;
}
.BgClassName
{
background-color: #E2AAAB;
}
</style>
border-color css
<style>
span { border-color: #E2AAAB; }
span { border-color: rgb(226,170,171); }
td.TdClassName
{
border-color: #E2AAAB;
}
.TagClassName
{
border-color: #E2AAAB;
}
</style>