Shades of Tonys Pink #E8A795
Tints of Tonys Pink #E8A795
RGB
CMYK
RGB Variations
Color information
#E8A795 (or 0xE8A795) is known color: Tonys Pink. HEX triplet: E8, A7 and 95. RGB value is (232,167,149). Sum of RGB (Red+Green+Blue) = 232+167+149=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A795 is #17586A. Grayscale: #B8B8B8. Windows color (decimal): -1529963 or 9807848. OLE color: 9807848.
HSL color Cylindrical-coordinate representation of color #E8A795: hue angle of 13.01º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E8A795 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 149 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.09 |
| HSL | 13.01º | 0.64% | 0.75% | - |
| HSV(B) | 13.01º | 0.36% | 0.91% | - |
| XYZ | 52.52 | 46.96 | 34.73 | - |
| YUV | 184.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 149 | 0 | 0.28 | 0.36 | 0.09 | 13.01 | 0.64 | 0.75 |
| Hex | E8 | A7 | 95 | 0 | 1C | 24 | 9 | D | 40 | 4B |
| Octal | 350 | 247 | 225 | 0 | 34 | 44 | 11 | 15 | 100 | 113 |
| Binary | 11101000 | 10100111 | 10010101 | 0 | 11100 | 100100 | 1001 | 1101 | 1000000 | 1001011 |
Color Harmonies of #E8A795
Complementary color
Monochromatic Colors of #E8A795
Black with #E8A795
Text Example
Text Example
White with #E8A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A795; }
p { color: rgb(232,167,149); }
H1.HeaderClassName
{
color: #E8A795;
}
.AnyTagClassName
{
color: #E8A795;
}
</style>
background-color css
<style>
a { background-color: #E8A795; }
a { background-color: rgb(232,167,149); }
div.DivClassName
{
background-color: #E8A795;
}
.BgClassName
{
background-color: #E8A795;
}
</style>
border-color css
<style>
span { border-color: #E8A795; }
span { border-color: rgb(232,167,149); }
td.TdClassName
{
border-color: #E8A795;
}
.TagClassName
{
border-color: #E8A795;
}
</style>