Shades of Pale Chestnut #E1A4A8
Tints of Pale Chestnut #E1A4A8
RGB
CMYK
RGB Variations
Color information
#E1A4A8 (or 0xE1A4A8) is known color: Pale Chestnut. HEX triplet: E1, A4 and A8. RGB value is (225,164,168). Sum of RGB (Red+Green+Blue) = 225+164+168=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 168 (66.02% from 255 or 30.16% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A4A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1A4A8 is #1E5B57. Grayscale: #B6B6B6. Windows color (decimal): -1989464 or 11052257. OLE color: 11052257.
HSL color Cylindrical-coordinate representation of color #E1A4A8: hue angle of 356.07º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1A4A8 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 168 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.12 |
| HSL | 356.07º | 0.5% | 0.76% | - |
| HSV(B) | 356.07º | 0.27% | 0.88% | - |
| XYZ | 51.39 | 45.39 | 43.1 | - |
| YUV | 182.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 168 | 0 | 0.27 | 0.25 | 0.12 | 356.07 | 0.5 | 0.76 |
| Hex | E1 | A4 | A8 | 0 | 1B | 19 | C | 164 | 32 | 4C |
| Octal | 341 | 244 | 250 | 0 | 33 | 31 | 14 | 544 | 62 | 114 |
| Binary | 11100001 | 10100100 | 10101000 | 0 | 11011 | 11001 | 1100 | 101100100 | 110010 | 1001100 |
Color Harmonies of #E1A4A8
Complementary color
Monochromatic Colors of #E1A4A8
Black with #E1A4A8
Text Example
Text Example
White with #E1A4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4A8; }
p { color: rgb(225,164,168); }
H1.HeaderClassName
{
color: #E1A4A8;
}
.AnyTagClassName
{
color: #E1A4A8;
}
</style>
background-color css
<style>
a { background-color: #E1A4A8; }
a { background-color: rgb(225,164,168); }
div.DivClassName
{
background-color: #E1A4A8;
}
.BgClassName
{
background-color: #E1A4A8;
}
</style>
border-color css
<style>
span { border-color: #E1A4A8; }
span { border-color: rgb(225,164,168); }
td.TdClassName
{
border-color: #E1A4A8;
}
.TagClassName
{
border-color: #E1A4A8;
}
</style>