Shades of Pale Chestnut #E1ABAE
Tints of Pale Chestnut #E1ABAE
RGB
CMYK
RGB Variations
Color information
#E1ABAE (or 0xE1ABAE) is known color: Pale Chestnut. HEX triplet: E1, AB and AE. RGB value is (225,171,174). Sum of RGB (Red+Green+Blue) = 225+171+174=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E1ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1ABAE is #1E5451. Grayscale: #BBBBBB. Windows color (decimal): -1987666 or 11447265. OLE color: 11447265.
HSL color Cylindrical-coordinate representation of color #E1ABAE: hue angle of 356.67º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1ABAE is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 174 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.12 |
| HSL | 356.67º | 0.47% | 0.78% | - |
| HSV(B) | 356.67º | 0.24% | 0.88% | - |
| XYZ | 53.25 | 48.19 | 46.54 | - |
| YUV | 187.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 174 | 0 | 0.24 | 0.23 | 0.12 | 356.67 | 0.47 | 0.78 |
| Hex | E1 | AB | AE | 0 | 18 | 17 | C | 165 | 2F | 4E |
| Octal | 341 | 253 | 256 | 0 | 30 | 27 | 14 | 545 | 57 | 116 |
| Binary | 11100001 | 10101011 | 10101110 | 0 | 11000 | 10111 | 1100 | 101100101 | 101111 | 1001110 |
Color Harmonies of #E1ABAE
Complementary color
Monochromatic Colors of #E1ABAE
Black with #E1ABAE
Text Example
Text Example
White with #E1ABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ABAE; }
p { color: rgb(225,171,174); }
H1.HeaderClassName
{
color: #E1ABAE;
}
.AnyTagClassName
{
color: #E1ABAE;
}
</style>
background-color css
<style>
a { background-color: #E1ABAE; }
a { background-color: rgb(225,171,174); }
div.DivClassName
{
background-color: #E1ABAE;
}
.BgClassName
{
background-color: #E1ABAE;
}
</style>
border-color css
<style>
span { border-color: #E1ABAE; }
span { border-color: rgb(225,171,174); }
td.TdClassName
{
border-color: #E1ABAE;
}
.TagClassName
{
border-color: #E1ABAE;
}
</style>