Shades of Tonys Pink #E19984
Tints of Tonys Pink #E19984
RGB
CMYK
RGB Variations
Color information
#E19984 (or 0xE19984) is known color: Tonys Pink. HEX triplet: E1, 99 and 84. RGB value is (225,153,132). Sum of RGB (Red+Green+Blue) = 225+153+132=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E19984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19984 is #1E667B. Grayscale: #ACACAC. Windows color (decimal): -1992316 or 8690145. OLE color: 8690145.
HSL color Cylindrical-coordinate representation of color #E19984: hue angle of 13.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E19984 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 132 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.12 |
| HSL | 13.55º | 0.61% | 0.7% | - |
| HSV(B) | 13.55º | 0.41% | 0.88% | - |
| XYZ | 46.61 | 40.46 | 27.18 | - |
| YUV | 172.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 132 | 0 | 0.32 | 0.41 | 0.12 | 13.55 | 0.61 | 0.7 |
| Hex | E1 | 99 | 84 | 0 | 20 | 29 | C | E | 3D | 46 |
| Octal | 341 | 231 | 204 | 0 | 40 | 51 | 14 | 16 | 75 | 106 |
| Binary | 11100001 | 10011001 | 10000100 | 0 | 100000 | 101001 | 1100 | 1110 | 111101 | 1000110 |
Color Harmonies of #E19984
Complementary color
Monochromatic Colors of #E19984
Black with #E19984
Text Example
Text Example
White with #E19984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19984; }
p { color: rgb(225,153,132); }
H1.HeaderClassName
{
color: #E19984;
}
.AnyTagClassName
{
color: #E19984;
}
</style>
background-color css
<style>
a { background-color: #E19984; }
a { background-color: rgb(225,153,132); }
div.DivClassName
{
background-color: #E19984;
}
.BgClassName
{
background-color: #E19984;
}
</style>
border-color css
<style>
span { border-color: #E19984; }
span { border-color: rgb(225,153,132); }
td.TdClassName
{
border-color: #E19984;
}
.TagClassName
{
border-color: #E19984;
}
</style>