Shades of Tonys Pink #E5A080
Tints of Tonys Pink #E5A080
RGB
CMYK
RGB Variations
Color information
#E5A080 (or 0xE5A080) is known color: Tonys Pink. HEX triplet: E5, A0 and 80. RGB value is (229,160,128). Sum of RGB (Red+Green+Blue) = 229+160+128=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A080 is #1A5F7F. Grayscale: #B1B1B1. Windows color (decimal): -1728384 or 8429797. OLE color: 8429797.
HSL color Cylindrical-coordinate representation of color #E5A080: hue angle of 19.01º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E5A080 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 128 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.10 |
| HSL | 19.01º | 0.66% | 0.7% | - |
| HSV(B) | 19.01º | 0.44% | 0.9% | - |
| XYZ | 48.78 | 43.36 | 26.22 | - |
| YUV | 176.98 | 100.36 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 128 | 0 | 0.30 | 0.44 | 0.10 | 19.01 | 0.66 | 0.7 |
| Hex | E5 | A0 | 80 | 0 | 1E | 2C | A | 13 | 42 | 46 |
| Octal | 345 | 240 | 200 | 0 | 36 | 54 | 12 | 23 | 102 | 106 |
| Binary | 11100101 | 10100000 | 10000000 | 0 | 11110 | 101100 | 1010 | 10011 | 1000010 | 1000110 |
Color Harmonies of #E5A080
Complementary color
Monochromatic Colors of #E5A080
Black with #E5A080
Text Example
Text Example
White with #E5A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A080; }
p { color: rgb(229,160,128); }
H1.HeaderClassName
{
color: #E5A080;
}
.AnyTagClassName
{
color: #E5A080;
}
</style>
background-color css
<style>
a { background-color: #E5A080; }
a { background-color: rgb(229,160,128); }
div.DivClassName
{
background-color: #E5A080;
}
.BgClassName
{
background-color: #E5A080;
}
</style>
border-color css
<style>
span { border-color: #E5A080; }
span { border-color: rgb(229,160,128); }
td.TdClassName
{
border-color: #E5A080;
}
.TagClassName
{
border-color: #E5A080;
}
</style>