Shades of Tonys Pink #E19A87
Tints of Tonys Pink #E19A87
RGB
CMYK
RGB Variations
Color information
#E19A87 (or 0xE19A87) is known color: Tonys Pink. HEX triplet: E1, 9A and 87. RGB value is (225,154,135). Sum of RGB (Red+Green+Blue) = 225+154+135=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19A87 is #1E6578. Grayscale: #ADADAD. Windows color (decimal): -1992057 or 8887009. OLE color: 8887009.
HSL color Cylindrical-coordinate representation of color #E19A87: hue angle of 12.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E19A87 is Cyan = 0, Magento = 0.32, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 135 | - |
| CMYK | 0 | 0.32 | 0.4 | 0.12 |
| HSL | 12.67º | 0.6% | 0.71% | - |
| HSV(B) | 12.67º | 0.4% | 0.88% | - |
| XYZ | 46.98 | 40.87 | 28.33 | - |
| YUV | 173.06 | 106.52 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 135 | 0 | 0.32 | 0.4 | 0.12 | 12.67 | 0.6 | 0.71 |
| Hex | E1 | 9A | 87 | 0 | 20 | 28 | C | D | 3C | 47 |
| Octal | 341 | 232 | 207 | 0 | 40 | 50 | 14 | 15 | 74 | 107 |
| Binary | 11100001 | 10011010 | 10000111 | 0 | 100000 | 101000 | 1100 | 1101 | 111100 | 1000111 |
Color Harmonies of #E19A87
Complementary color
Monochromatic Colors of #E19A87
Black with #E19A87
Text Example
Text Example
White with #E19A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19A87; }
p { color: rgb(225,154,135); }
H1.HeaderClassName
{
color: #E19A87;
}
.AnyTagClassName
{
color: #E19A87;
}
</style>
background-color css
<style>
a { background-color: #E19A87; }
a { background-color: rgb(225,154,135); }
div.DivClassName
{
background-color: #E19A87;
}
.BgClassName
{
background-color: #E19A87;
}
</style>
border-color css
<style>
span { border-color: #E19A87; }
span { border-color: rgb(225,154,135); }
td.TdClassName
{
border-color: #E19A87;
}
.TagClassName
{
border-color: #E19A87;
}
</style>