Shades of Tonys Pink #E79F80
Tints of Tonys Pink #E79F80
RGB
CMYK
RGB Variations
Color information
#E79F80 (or 0xE79F80) is known color: Tonys Pink. HEX triplet: E7, 9F and 80. RGB value is (231,159,128). Sum of RGB (Red+Green+Blue) = 231+159+128=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79F80 is #18607F. Grayscale: #B1B1B1. Windows color (decimal): -1597568 or 8429543. OLE color: 8429543.
HSL color Cylindrical-coordinate representation of color #E79F80: hue angle of 18.06º 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 #E79F80 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 128 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.09 |
| HSL | 18.06º | 0.68% | 0.7% | - |
| HSV(B) | 18.06º | 0.45% | 0.91% | - |
| XYZ | 49.25 | 43.34 | 26.19 | - |
| YUV | 176.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 128 | 0 | 0.31 | 0.45 | 0.09 | 18.06 | 0.68 | 0.7 |
| Hex | E7 | 9F | 80 | 0 | 1F | 2D | 9 | 12 | 44 | 46 |
| Octal | 347 | 237 | 200 | 0 | 37 | 55 | 11 | 22 | 104 | 106 |
| Binary | 11100111 | 10011111 | 10000000 | 0 | 11111 | 101101 | 1001 | 10010 | 1000100 | 1000110 |
Color Harmonies of #E79F80
Complementary color
Monochromatic Colors of #E79F80
Black with #E79F80
Text Example
Text Example
White with #E79F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F80; }
p { color: rgb(231,159,128); }
H1.HeaderClassName
{
color: #E79F80;
}
.AnyTagClassName
{
color: #E79F80;
}
</style>
background-color css
<style>
a { background-color: #E79F80; }
a { background-color: rgb(231,159,128); }
div.DivClassName
{
background-color: #E79F80;
}
.BgClassName
{
background-color: #E79F80;
}
</style>
border-color css
<style>
span { border-color: #E79F80; }
span { border-color: rgb(231,159,128); }
td.TdClassName
{
border-color: #E79F80;
}
.TagClassName
{
border-color: #E79F80;
}
</style>