Shades of Pale Chestnut #E0A1A5
Tints of Pale Chestnut #E0A1A5
RGB
CMYK
RGB Variations
Color information
#E0A1A5 (or 0xE0A1A5) is known color: Pale Chestnut. HEX triplet: E0, A1 and A5. RGB value is (224,161,165). Sum of RGB (Red+Green+Blue) = 224+161+165=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A1A5 is #1F5E5A. Grayscale: #B4B4B4. Windows color (decimal): -2055771 or 10854880. OLE color: 10854880.
HSL color Cylindrical-coordinate representation of color #E0A1A5: hue angle of 356.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0A1A5 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 161 | 165 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.12 |
| HSL | 356.19º | 0.5% | 0.75% | - |
| HSV(B) | 356.19º | 0.28% | 0.88% | - |
| XYZ | 50.28 | 44.05 | 41.45 | - |
| YUV | 180.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 161 | 165 | 0 | 0.28 | 0.26 | 0.12 | 356.19 | 0.5 | 0.75 |
| Hex | E0 | A1 | A5 | 0 | 1C | 1A | C | 164 | 32 | 4B |
| Octal | 340 | 241 | 245 | 0 | 34 | 32 | 14 | 544 | 62 | 113 |
| Binary | 11100000 | 10100001 | 10100101 | 0 | 11100 | 11010 | 1100 | 101100100 | 110010 | 1001011 |
Color Harmonies of #E0A1A5
Complementary color
Monochromatic Colors of #E0A1A5
Black with #E0A1A5
Text Example
Text Example
White with #E0A1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A1A5; }
p { color: rgb(224,161,165); }
H1.HeaderClassName
{
color: #E0A1A5;
}
.AnyTagClassName
{
color: #E0A1A5;
}
</style>
background-color css
<style>
a { background-color: #E0A1A5; }
a { background-color: rgb(224,161,165); }
div.DivClassName
{
background-color: #E0A1A5;
}
.BgClassName
{
background-color: #E0A1A5;
}
</style>
border-color css
<style>
span { border-color: #E0A1A5; }
span { border-color: rgb(224,161,165); }
td.TdClassName
{
border-color: #E0A1A5;
}
.TagClassName
{
border-color: #E0A1A5;
}
</style>