Shades of Pale Chestnut #E29FA6
Tints of Pale Chestnut #E29FA6
RGB
CMYK
RGB Variations
Color information
#E29FA6 (or 0xE29FA6) is known color: Pale Chestnut. HEX triplet: E2, 9F and A6. RGB value is (226,159,166). Sum of RGB (Red+Green+Blue) = 226+159+166=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FA6 is #1D6059. Grayscale: #B3B3B3. Windows color (decimal): -1925210 or 10919906. OLE color: 10919906.
HSL color Cylindrical-coordinate representation of color #E29FA6: hue angle of 353.73º 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 #E29FA6 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 166 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.11 |
| HSL | 353.73º | 0.54% | 0.75% | - |
| HSV(B) | 353.73º | 0.3% | 0.89% | - |
| XYZ | 50.65 | 43.72 | 41.85 | - |
| YUV | 179.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 166 | 0 | 0.30 | 0.27 | 0.11 | 353.73 | 0.54 | 0.75 |
| Hex | E2 | 9F | A6 | 0 | 1E | 1B | B | 162 | 36 | 4B |
| Octal | 342 | 237 | 246 | 0 | 36 | 33 | 13 | 542 | 66 | 113 |
| Binary | 11100010 | 10011111 | 10100110 | 0 | 11110 | 11011 | 1011 | 101100010 | 110110 | 1001011 |
Color Harmonies of #E29FA6
Complementary color
Monochromatic Colors of #E29FA6
Black with #E29FA6
Text Example
Text Example
White with #E29FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FA6; }
p { color: rgb(226,159,166); }
H1.HeaderClassName
{
color: #E29FA6;
}
.AnyTagClassName
{
color: #E29FA6;
}
</style>
background-color css
<style>
a { background-color: #E29FA6; }
a { background-color: rgb(226,159,166); }
div.DivClassName
{
background-color: #E29FA6;
}
.BgClassName
{
background-color: #E29FA6;
}
</style>
border-color css
<style>
span { border-color: #E29FA6; }
span { border-color: rgb(226,159,166); }
td.TdClassName
{
border-color: #E29FA6;
}
.TagClassName
{
border-color: #E29FA6;
}
</style>