Shades of Tonys Pink #E19E8C
Tints of Tonys Pink #E19E8C
RGB
CMYK
RGB Variations
Color information
#E19E8C (or 0xE19E8C) is known color: Tonys Pink. HEX triplet: E1, 9E and 8C. RGB value is (225,158,140). Sum of RGB (Red+Green+Blue) = 225+158+140=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E8C is #1E6173. Grayscale: #B0B0B0. Windows color (decimal): -1991028 or 9215713. OLE color: 9215713.
HSL color Cylindrical-coordinate representation of color #E19E8C: hue angle of 12.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E19E8C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 140 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.12 |
| HSL | 12.71º | 0.59% | 0.72% | - |
| HSV(B) | 12.71º | 0.38% | 0.88% | - |
| XYZ | 48.01 | 42.35 | 30.46 | - |
| YUV | 175.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 140 | 0 | 0.30 | 0.38 | 0.12 | 12.71 | 0.59 | 0.72 |
| Hex | E1 | 9E | 8C | 0 | 1E | 26 | C | D | 3B | 48 |
| Octal | 341 | 236 | 214 | 0 | 36 | 46 | 14 | 15 | 73 | 110 |
| Binary | 11100001 | 10011110 | 10001100 | 0 | 11110 | 100110 | 1100 | 1101 | 111011 | 1001000 |
Color Harmonies of #E19E8C
Complementary color
Monochromatic Colors of #E19E8C
Black with #E19E8C
Text Example
Text Example
White with #E19E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E8C; }
p { color: rgb(225,158,140); }
H1.HeaderClassName
{
color: #E19E8C;
}
.AnyTagClassName
{
color: #E19E8C;
}
</style>
background-color css
<style>
a { background-color: #E19E8C; }
a { background-color: rgb(225,158,140); }
div.DivClassName
{
background-color: #E19E8C;
}
.BgClassName
{
background-color: #E19E8C;
}
</style>
border-color css
<style>
span { border-color: #E19E8C; }
span { border-color: rgb(225,158,140); }
td.TdClassName
{
border-color: #E19E8C;
}
.TagClassName
{
border-color: #E19E8C;
}
</style>