Shades of Tonys Pink #E7A080
Tints of Tonys Pink #E7A080
RGB
CMYK
RGB Variations
Color information
#E7A080 (or 0xE7A080) is known color: Tonys Pink. HEX triplet: E7, A0 and 80. RGB value is (231,160,128). Sum of RGB (Red+Green+Blue) = 231+160+128=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A080 is #185F7F. Grayscale: #B1B1B1. Windows color (decimal): -1597312 or 8429799. OLE color: 8429799.
HSL color Cylindrical-coordinate representation of color #E7A080: hue angle of 18.64º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7A080 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 128 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.09 |
| HSL | 18.64º | 0.68% | 0.7% | - |
| HSV(B) | 18.64º | 0.45% | 0.91% | - |
| XYZ | 49.42 | 43.69 | 26.25 | - |
| YUV | 177.58 | 100.02 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 128 | 0 | 0.31 | 0.45 | 0.09 | 18.64 | 0.68 | 0.7 |
| Hex | E7 | A0 | 80 | 0 | 1F | 2D | 9 | 13 | 44 | 46 |
| Octal | 347 | 240 | 200 | 0 | 37 | 55 | 11 | 23 | 104 | 106 |
| Binary | 11100111 | 10100000 | 10000000 | 0 | 11111 | 101101 | 1001 | 10011 | 1000100 | 1000110 |
Color Harmonies of #E7A080
Complementary color
Monochromatic Colors of #E7A080
Black with #E7A080
Text Example
Text Example
White with #E7A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A080; }
p { color: rgb(231,160,128); }
H1.HeaderClassName
{
color: #E7A080;
}
.AnyTagClassName
{
color: #E7A080;
}
</style>
background-color css
<style>
a { background-color: #E7A080; }
a { background-color: rgb(231,160,128); }
div.DivClassName
{
background-color: #E7A080;
}
.BgClassName
{
background-color: #E7A080;
}
</style>
border-color css
<style>
span { border-color: #E7A080; }
span { border-color: rgb(231,160,128); }
td.TdClassName
{
border-color: #E7A080;
}
.TagClassName
{
border-color: #E7A080;
}
</style>