Shades of Pale Chestnut #E2AFB1
Tints of Pale Chestnut #E2AFB1
RGB
CMYK
RGB Variations
Color information
#E2AFB1 (or 0xE2AFB1) is known color: Pale Chestnut. HEX triplet: E2, AF and B1. RGB value is (226,175,177). Sum of RGB (Red+Green+Blue) = 226+175+177=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AFB1 is #1D504E. Grayscale: #BEBEBE. Windows color (decimal): -1921103 or 11644898. OLE color: 11644898.
HSL color Cylindrical-coordinate representation of color #E2AFB1: hue angle of 357.65º 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 #E2AFB1 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 177 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.11 |
| HSL | 357.65º | 0.47% | 0.79% | - |
| HSV(B) | 357.65º | 0.23% | 0.89% | - |
| XYZ | 54.63 | 50 | 48.37 | - |
| YUV | 190.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 177 | 0 | 0.23 | 0.22 | 0.11 | 357.65 | 0.47 | 0.79 |
| Hex | E2 | AF | B1 | 0 | 17 | 16 | B | 166 | 2F | 4F |
| Octal | 342 | 257 | 261 | 0 | 27 | 26 | 13 | 546 | 57 | 117 |
| Binary | 11100010 | 10101111 | 10110001 | 0 | 10111 | 10110 | 1011 | 101100110 | 101111 | 1001111 |
Color Harmonies of #E2AFB1
Complementary color
Monochromatic Colors of #E2AFB1
Black with #E2AFB1
Text Example
Text Example
White with #E2AFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFB1; }
p { color: rgb(226,175,177); }
H1.HeaderClassName
{
color: #E2AFB1;
}
.AnyTagClassName
{
color: #E2AFB1;
}
</style>
background-color css
<style>
a { background-color: #E2AFB1; }
a { background-color: rgb(226,175,177); }
div.DivClassName
{
background-color: #E2AFB1;
}
.BgClassName
{
background-color: #E2AFB1;
}
</style>
border-color css
<style>
span { border-color: #E2AFB1; }
span { border-color: rgb(226,175,177); }
td.TdClassName
{
border-color: #E2AFB1;
}
.TagClassName
{
border-color: #E2AFB1;
}
</style>