Shades of Pale Chestnut #E7A0A3
Tints of Pale Chestnut #E7A0A3
RGB
CMYK
RGB Variations
Color information
#E7A0A3 (or 0xE7A0A3) is known color: Pale Chestnut. HEX triplet: E7, A0 and A3. RGB value is (231,160,163). Sum of RGB (Red+Green+Blue) = 231+160+163=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A0A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A0A3 is #185F5C. Grayscale: #B5B5B5. Windows color (decimal): -1597277 or 10723559. OLE color: 10723559.
HSL color Cylindrical-coordinate representation of color #E7A0A3: hue angle of 357.46º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7A0A3 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 163 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.09 |
| HSL | 357.46º | 0.6% | 0.77% | - |
| HSV(B) | 357.46º | 0.31% | 0.91% | - |
| XYZ | 52.14 | 44.77 | 40.54 | - |
| YUV | 181.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 163 | 0 | 0.31 | 0.29 | 0.09 | 357.46 | 0.6 | 0.77 |
| Hex | E7 | A0 | A3 | 0 | 1F | 1D | 9 | 165 | 3C | 4D |
| Octal | 347 | 240 | 243 | 0 | 37 | 35 | 11 | 545 | 74 | 115 |
| Binary | 11100111 | 10100000 | 10100011 | 0 | 11111 | 11101 | 1001 | 101100101 | 111100 | 1001101 |
Color Harmonies of #E7A0A3
Complementary color
Monochromatic Colors of #E7A0A3
Black with #E7A0A3
Text Example
Text Example
White with #E7A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0A3; }
p { color: rgb(231,160,163); }
H1.HeaderClassName
{
color: #E7A0A3;
}
.AnyTagClassName
{
color: #E7A0A3;
}
</style>
background-color css
<style>
a { background-color: #E7A0A3; }
a { background-color: rgb(231,160,163); }
div.DivClassName
{
background-color: #E7A0A3;
}
.BgClassName
{
background-color: #E7A0A3;
}
</style>
border-color css
<style>
span { border-color: #E7A0A3; }
span { border-color: rgb(231,160,163); }
td.TdClassName
{
border-color: #E7A0A3;
}
.TagClassName
{
border-color: #E7A0A3;
}
</style>