Shades of Pale Chestnut #E0ABB0
Tints of Pale Chestnut #E0ABB0
RGB
CMYK
RGB Variations
Color information
#E0ABB0 (or 0xE0ABB0) is known color: Pale Chestnut. HEX triplet: E0, AB and B0. RGB value is (224,171,176). Sum of RGB (Red+Green+Blue) = 224+171+176=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0ABB0 is #1F544F. Grayscale: #BBBBBB. Windows color (decimal): -2053200 or 11578336. OLE color: 11578336.
HSL color Cylindrical-coordinate representation of color #E0ABB0: hue angle of 354.34º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0ABB0 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 171 | 176 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.12 |
| HSL | 354.34º | 0.46% | 0.77% | - |
| HSV(B) | 354.34º | 0.24% | 0.88% | - |
| XYZ | 53.14 | 48.11 | 47.56 | - |
| YUV | 187.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 171 | 176 | 0 | 0.24 | 0.21 | 0.12 | 354.34 | 0.46 | 0.77 |
| Hex | E0 | AB | B0 | 0 | 18 | 15 | C | 162 | 2E | 4D |
| Octal | 340 | 253 | 260 | 0 | 30 | 25 | 14 | 542 | 56 | 115 |
| Binary | 11100000 | 10101011 | 10110000 | 0 | 11000 | 10101 | 1100 | 101100010 | 101110 | 1001101 |
Color Harmonies of #E0ABB0
Complementary color
Monochromatic Colors of #E0ABB0
Black with #E0ABB0
Text Example
Text Example
White with #E0ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ABB0; }
p { color: rgb(224,171,176); }
H1.HeaderClassName
{
color: #E0ABB0;
}
.AnyTagClassName
{
color: #E0ABB0;
}
</style>
background-color css
<style>
a { background-color: #E0ABB0; }
a { background-color: rgb(224,171,176); }
div.DivClassName
{
background-color: #E0ABB0;
}
.BgClassName
{
background-color: #E0ABB0;
}
</style>
border-color css
<style>
span { border-color: #E0ABB0; }
span { border-color: rgb(224,171,176); }
td.TdClassName
{
border-color: #E0ABB0;
}
.TagClassName
{
border-color: #E0ABB0;
}
</style>