Shades of Pale Chestnut #E09FA2
Tints of Pale Chestnut #E09FA2
RGB
CMYK
RGB Variations
Color information
#E09FA2 (or 0xE09FA2) is known color: Pale Chestnut. HEX triplet: E0, 9F and A2. RGB value is (224,159,162). Sum of RGB (Red+Green+Blue) = 224+159+162=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E09FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09FA2 is #1F605D. Grayscale: #B2B2B2. Windows color (decimal): -2056286 or 10657760. OLE color: 10657760.
HSL color Cylindrical-coordinate representation of color #E09FA2: hue angle of 357.23º 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 #E09FA2 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 162 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.12 |
| HSL | 357.23º | 0.51% | 0.75% | - |
| HSV(B) | 357.23º | 0.29% | 0.88% | - |
| XYZ | 49.66 | 43.25 | 39.91 | - |
| YUV | 178.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 162 | 0 | 0.29 | 0.28 | 0.12 | 357.23 | 0.51 | 0.75 |
| Hex | E0 | 9F | A2 | 0 | 1D | 1C | C | 165 | 33 | 4B |
| Octal | 340 | 237 | 242 | 0 | 35 | 34 | 14 | 545 | 63 | 113 |
| Binary | 11100000 | 10011111 | 10100010 | 0 | 11101 | 11100 | 1100 | 101100101 | 110011 | 1001011 |
Color Harmonies of #E09FA2
Complementary color
Monochromatic Colors of #E09FA2
Black with #E09FA2
Text Example
Text Example
White with #E09FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09FA2; }
p { color: rgb(224,159,162); }
H1.HeaderClassName
{
color: #E09FA2;
}
.AnyTagClassName
{
color: #E09FA2;
}
</style>
background-color css
<style>
a { background-color: #E09FA2; }
a { background-color: rgb(224,159,162); }
div.DivClassName
{
background-color: #E09FA2;
}
.BgClassName
{
background-color: #E09FA2;
}
</style>
border-color css
<style>
span { border-color: #E09FA2; }
span { border-color: rgb(224,159,162); }
td.TdClassName
{
border-color: #E09FA2;
}
.TagClassName
{
border-color: #E09FA2;
}
</style>