Shades of Tonys Pink #E19F85
Tints of Tonys Pink #E19F85
RGB
CMYK
RGB Variations
Color information
#E19F85 (or 0xE19F85) is known color: Tonys Pink. HEX triplet: E1, 9F and 85. RGB value is (225,159,133). Sum of RGB (Red+Green+Blue) = 225+159+133=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F85 is #1E607A. Grayscale: #AFAFAF. Windows color (decimal): -1990779 or 8757217. OLE color: 8757217.
HSL color Cylindrical-coordinate representation of color #E19F85: hue angle of 16.96º 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 #E19F85 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 133 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.12 |
| HSL | 16.96º | 0.61% | 0.7% | - |
| HSV(B) | 16.96º | 0.41% | 0.88% | - |
| XYZ | 47.68 | 42.5 | 27.88 | - |
| YUV | 175.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 133 | 0 | 0.29 | 0.41 | 0.12 | 16.96 | 0.61 | 0.7 |
| Hex | E1 | 9F | 85 | 0 | 1D | 29 | C | 11 | 3D | 46 |
| Octal | 341 | 237 | 205 | 0 | 35 | 51 | 14 | 21 | 75 | 106 |
| Binary | 11100001 | 10011111 | 10000101 | 0 | 11101 | 101001 | 1100 | 10001 | 111101 | 1000110 |
Color Harmonies of #E19F85
Complementary color
Monochromatic Colors of #E19F85
Black with #E19F85
Text Example
Text Example
White with #E19F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F85; }
p { color: rgb(225,159,133); }
H1.HeaderClassName
{
color: #E19F85;
}
.AnyTagClassName
{
color: #E19F85;
}
</style>
background-color css
<style>
a { background-color: #E19F85; }
a { background-color: rgb(225,159,133); }
div.DivClassName
{
background-color: #E19F85;
}
.BgClassName
{
background-color: #E19F85;
}
</style>
border-color css
<style>
span { border-color: #E19F85; }
span { border-color: rgb(225,159,133); }
td.TdClassName
{
border-color: #E19F85;
}
.TagClassName
{
border-color: #E19F85;
}
</style>