Shades of Tonys Pink #E99982
Tints of Tonys Pink #E99982
RGB
CMYK
RGB Variations
Color information
#E99982 (or 0xE99982) is known color: Tonys Pink. HEX triplet: E9, 99 and 82. RGB value is (233,153,130). Sum of RGB (Red+Green+Blue) = 233+153+130=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E99982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99982 is #16667D. Grayscale: #AEAEAE. Windows color (decimal): -1468030 or 8559081. OLE color: 8559081.
HSL color Cylindrical-coordinate representation of color #E99982: hue angle of 13.4º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E99982 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 130 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.09 |
| HSL | 13.4º | 0.7% | 0.71% | - |
| HSV(B) | 13.4º | 0.44% | 0.91% | - |
| XYZ | 49.02 | 41.72 | 26.59 | - |
| YUV | 174.3 | 103 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 130 | 0 | 0.34 | 0.44 | 0.09 | 13.4 | 0.7 | 0.71 |
| Hex | E9 | 99 | 82 | 0 | 22 | 2C | 9 | D | 46 | 47 |
| Octal | 351 | 231 | 202 | 0 | 42 | 54 | 11 | 15 | 106 | 107 |
| Binary | 11101001 | 10011001 | 10000010 | 0 | 100010 | 101100 | 1001 | 1101 | 1000110 | 1000111 |
Color Harmonies of #E99982
Complementary color
Monochromatic Colors of #E99982
Black with #E99982
Text Example
Text Example
White with #E99982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99982; }
p { color: rgb(233,153,130); }
H1.HeaderClassName
{
color: #E99982;
}
.AnyTagClassName
{
color: #E99982;
}
</style>
background-color css
<style>
a { background-color: #E99982; }
a { background-color: rgb(233,153,130); }
div.DivClassName
{
background-color: #E99982;
}
.BgClassName
{
background-color: #E99982;
}
</style>
border-color css
<style>
span { border-color: #E99982; }
span { border-color: rgb(233,153,130); }
td.TdClassName
{
border-color: #E99982;
}
.TagClassName
{
border-color: #E99982;
}
</style>