Shades of Pale Chestnut #E2AFB0
Tints of Pale Chestnut #E2AFB0
RGB
CMYK
RGB Variations
Color information
#E2AFB0 (or 0xE2AFB0) is known color: Pale Chestnut. HEX triplet: E2, AF and B0. RGB value is (226,175,176). Sum of RGB (Red+Green+Blue) = 226+175+176=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFB0 is #1D504F. Grayscale: #BEBEBE. Windows color (decimal): -1921104 or 11579362. OLE color: 11579362.
HSL color Cylindrical-coordinate representation of color #E2AFB0: hue angle of 358.82º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFB0 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 176 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.11 |
| HSL | 358.82º | 0.47% | 0.79% | - |
| HSV(B) | 358.82º | 0.23% | 0.89% | - |
| XYZ | 54.53 | 49.96 | 47.84 | - |
| YUV | 190.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 176 | 0 | 0.23 | 0.22 | 0.11 | 358.82 | 0.47 | 0.79 |
| Hex | E2 | AF | B0 | 0 | 17 | 16 | B | 167 | 2F | 4F |
| Octal | 342 | 257 | 260 | 0 | 27 | 26 | 13 | 547 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10110000 | 0 | 10111 | 10110 | 1011 | 101100111 | 101111 | 1001111 |
Color Harmonies of #E2AFB0
Complementary color
Monochromatic Colors of #E2AFB0
Black with #E2AFB0
Text Example
Text Example
White with #E2AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFB0; }
p { color: rgb(226,175,176); }
H1.HeaderClassName
{
color: #E2AFB0;
}
.AnyTagClassName
{
color: #E2AFB0;
}
</style>
background-color css
<style>
a { background-color: #E2AFB0; }
a { background-color: rgb(226,175,176); }
div.DivClassName
{
background-color: #E2AFB0;
}
.BgClassName
{
background-color: #E2AFB0;
}
</style>
border-color css
<style>
span { border-color: #E2AFB0; }
span { border-color: rgb(226,175,176); }
td.TdClassName
{
border-color: #E2AFB0;
}
.TagClassName
{
border-color: #E2AFB0;
}
</style>