Shades of Pale Chestnut #E29EA1
Tints of Pale Chestnut #E29EA1
RGB
CMYK
RGB Variations
Color information
#E29EA1 (or 0xE29EA1) is known color: Pale Chestnut. HEX triplet: E2, 9E and A1. RGB value is (226,158,161). Sum of RGB (Red+Green+Blue) = 226+158+161=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E29EA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29EA1 is #1D615E. Grayscale: #B2B2B2. Windows color (decimal): -1925471 or 10591970. OLE color: 10591970.
HSL color Cylindrical-coordinate representation of color #E29EA1: hue angle of 357.35º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29EA1 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 161 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.11 |
| HSL | 357.35º | 0.54% | 0.75% | - |
| HSV(B) | 357.35º | 0.3% | 0.89% | - |
| XYZ | 50.02 | 43.2 | 39.42 | - |
| YUV | 178.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 161 | 0 | 0.30 | 0.29 | 0.11 | 357.35 | 0.54 | 0.75 |
| Hex | E2 | 9E | A1 | 0 | 1E | 1D | B | 165 | 36 | 4B |
| Octal | 342 | 236 | 241 | 0 | 36 | 35 | 13 | 545 | 66 | 113 |
| Binary | 11100010 | 10011110 | 10100001 | 0 | 11110 | 11101 | 1011 | 101100101 | 110110 | 1001011 |
Color Harmonies of #E29EA1
Complementary color
Monochromatic Colors of #E29EA1
Black with #E29EA1
Text Example
Text Example
White with #E29EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29EA1; }
p { color: rgb(226,158,161); }
H1.HeaderClassName
{
color: #E29EA1;
}
.AnyTagClassName
{
color: #E29EA1;
}
</style>
background-color css
<style>
a { background-color: #E29EA1; }
a { background-color: rgb(226,158,161); }
div.DivClassName
{
background-color: #E29EA1;
}
.BgClassName
{
background-color: #E29EA1;
}
</style>
border-color css
<style>
span { border-color: #E29EA1; }
span { border-color: rgb(226,158,161); }
td.TdClassName
{
border-color: #E29EA1;
}
.TagClassName
{
border-color: #E29EA1;
}
</style>