Shades of Tonys Pink #E99D80
Tints of Tonys Pink #E99D80
RGB
CMYK
RGB Variations
Color information
#E99D80 (or 0xE99D80) is known color: Tonys Pink. HEX triplet: E9, 9D and 80. RGB value is (233,157,128). Sum of RGB (Red+Green+Blue) = 233+157+128=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99D80 is #16627F. Grayscale: #B0B0B0. Windows color (decimal): -1467008 or 8429033. OLE color: 8429033.
HSL color Cylindrical-coordinate representation of color #E99D80: hue angle of 16.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E99D80 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 128 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.09 |
| HSL | 16.57º | 0.7% | 0.71% | - |
| HSV(B) | 16.57º | 0.45% | 0.91% | - |
| XYZ | 49.56 | 43 | 26.11 | - |
| YUV | 176.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 128 | 0 | 0.33 | 0.45 | 0.09 | 16.57 | 0.7 | 0.71 |
| Hex | E9 | 9D | 80 | 0 | 21 | 2D | 9 | 11 | 46 | 47 |
| Octal | 351 | 235 | 200 | 0 | 41 | 55 | 11 | 21 | 106 | 107 |
| Binary | 11101001 | 10011101 | 10000000 | 0 | 100001 | 101101 | 1001 | 10001 | 1000110 | 1000111 |
Color Harmonies of #E99D80
Complementary color
Monochromatic Colors of #E99D80
Black with #E99D80
Text Example
Text Example
White with #E99D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D80; }
p { color: rgb(233,157,128); }
H1.HeaderClassName
{
color: #E99D80;
}
.AnyTagClassName
{
color: #E99D80;
}
</style>
background-color css
<style>
a { background-color: #E99D80; }
a { background-color: rgb(233,157,128); }
div.DivClassName
{
background-color: #E99D80;
}
.BgClassName
{
background-color: #E99D80;
}
</style>
border-color css
<style>
span { border-color: #E99D80; }
span { border-color: rgb(233,157,128); }
td.TdClassName
{
border-color: #E99D80;
}
.TagClassName
{
border-color: #E99D80;
}
</style>