Shades of Tonys Pink #E19E82
Tints of Tonys Pink #E19E82
RGB
CMYK
RGB Variations
Color information
#E19E82 (or 0xE19E82) is known color: Tonys Pink. HEX triplet: E1, 9E and 82. RGB value is (225,158,130). Sum of RGB (Red+Green+Blue) = 225+158+130=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E82 is #1E617D. Grayscale: #AFAFAF. Windows color (decimal): -1991038 or 8560353. OLE color: 8560353.
HSL color Cylindrical-coordinate representation of color #E19E82: hue angle of 17.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E19E82 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 130 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.12 |
| HSL | 17.68º | 0.61% | 0.7% | - |
| HSV(B) | 17.68º | 0.42% | 0.88% | - |
| XYZ | 47.31 | 42.07 | 26.75 | - |
| YUV | 174.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 130 | 0 | 0.30 | 0.42 | 0.12 | 17.68 | 0.61 | 0.7 |
| Hex | E1 | 9E | 82 | 0 | 1E | 2A | C | 12 | 3D | 46 |
| Octal | 341 | 236 | 202 | 0 | 36 | 52 | 14 | 22 | 75 | 106 |
| Binary | 11100001 | 10011110 | 10000010 | 0 | 11110 | 101010 | 1100 | 10010 | 111101 | 1000110 |
Color Harmonies of #E19E82
Complementary color
Monochromatic Colors of #E19E82
Black with #E19E82
Text Example
Text Example
White with #E19E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E82; }
p { color: rgb(225,158,130); }
H1.HeaderClassName
{
color: #E19E82;
}
.AnyTagClassName
{
color: #E19E82;
}
</style>
background-color css
<style>
a { background-color: #E19E82; }
a { background-color: rgb(225,158,130); }
div.DivClassName
{
background-color: #E19E82;
}
.BgClassName
{
background-color: #E19E82;
}
</style>
border-color css
<style>
span { border-color: #E19E82; }
span { border-color: rgb(225,158,130); }
td.TdClassName
{
border-color: #E19E82;
}
.TagClassName
{
border-color: #E19E82;
}
</style>