Shades of Pale Chestnut #E0A0A4
Tints of Pale Chestnut #E0A0A4
RGB
CMYK
RGB Variations
Color information
#E0A0A4 (or 0xE0A0A4) is known color: Pale Chestnut. HEX triplet: E0, A0 and A4. RGB value is (224,160,164). Sum of RGB (Red+Green+Blue) = 224+160+164=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A0A4 is #1F5F5B. Grayscale: #B3B3B3. Windows color (decimal): -2056028 or 10789088. OLE color: 10789088.
HSL color Cylindrical-coordinate representation of color #E0A0A4: hue angle of 356.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0A0A4 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 164 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.12 |
| HSL | 356.25º | 0.51% | 0.75% | - |
| HSV(B) | 356.25º | 0.29% | 0.88% | - |
| XYZ | 50.01 | 43.67 | 40.92 | - |
| YUV | 179.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 164 | 0 | 0.29 | 0.27 | 0.12 | 356.25 | 0.51 | 0.75 |
| Hex | E0 | A0 | A4 | 0 | 1D | 1B | C | 164 | 33 | 4B |
| Octal | 340 | 240 | 244 | 0 | 35 | 33 | 14 | 544 | 63 | 113 |
| Binary | 11100000 | 10100000 | 10100100 | 0 | 11101 | 11011 | 1100 | 101100100 | 110011 | 1001011 |
Color Harmonies of #E0A0A4
Complementary color
Monochromatic Colors of #E0A0A4
Black with #E0A0A4
Text Example
Text Example
White with #E0A0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A0A4; }
p { color: rgb(224,160,164); }
H1.HeaderClassName
{
color: #E0A0A4;
}
.AnyTagClassName
{
color: #E0A0A4;
}
</style>
background-color css
<style>
a { background-color: #E0A0A4; }
a { background-color: rgb(224,160,164); }
div.DivClassName
{
background-color: #E0A0A4;
}
.BgClassName
{
background-color: #E0A0A4;
}
</style>
border-color css
<style>
span { border-color: #E0A0A4; }
span { border-color: rgb(224,160,164); }
td.TdClassName
{
border-color: #E0A0A4;
}
.TagClassName
{
border-color: #E0A0A4;
}
</style>