Shades of Pale Chestnut #E2A4AB
Tints of Pale Chestnut #E2A4AB
RGB
CMYK
RGB Variations
Color information
#E2A4AB (or 0xE2A4AB) is known color: Pale Chestnut. HEX triplet: E2, A4 and AB. RGB value is (226,164,171). Sum of RGB (Red+Green+Blue) = 226+164+171=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2A4AB is #1D5B54. Grayscale: #B7B7B7. Windows color (decimal): -1923925 or 11248866. OLE color: 11248866.
HSL color Cylindrical-coordinate representation of color #E2A4AB: hue angle of 353.23º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2A4AB is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 171 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.11 |
| HSL | 353.23º | 0.52% | 0.76% | - |
| HSV(B) | 353.23º | 0.27% | 0.89% | - |
| XYZ | 51.99 | 45.66 | 44.6 | - |
| YUV | 183.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 171 | 0 | 0.27 | 0.24 | 0.11 | 353.23 | 0.52 | 0.76 |
| Hex | E2 | A4 | AB | 0 | 1B | 18 | B | 161 | 34 | 4C |
| Octal | 342 | 244 | 253 | 0 | 33 | 30 | 13 | 541 | 64 | 114 |
| Binary | 11100010 | 10100100 | 10101011 | 0 | 11011 | 11000 | 1011 | 101100001 | 110100 | 1001100 |
Color Harmonies of #E2A4AB
Complementary color
Monochromatic Colors of #E2A4AB
Black with #E2A4AB
Text Example
Text Example
White with #E2A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A4AB; }
p { color: rgb(226,164,171); }
H1.HeaderClassName
{
color: #E2A4AB;
}
.AnyTagClassName
{
color: #E2A4AB;
}
</style>
background-color css
<style>
a { background-color: #E2A4AB; }
a { background-color: rgb(226,164,171); }
div.DivClassName
{
background-color: #E2A4AB;
}
.BgClassName
{
background-color: #E2A4AB;
}
</style>
border-color css
<style>
span { border-color: #E2A4AB; }
span { border-color: rgb(226,164,171); }
td.TdClassName
{
border-color: #E2A4AB;
}
.TagClassName
{
border-color: #E2A4AB;
}
</style>