Shades of Tonys Pink #E19F8F
Tints of Tonys Pink #E19F8F
RGB
CMYK
RGB Variations
Color information
#E19F8F (or 0xE19F8F) is known color: Tonys Pink. HEX triplet: E1, 9F and 8F. RGB value is (225,159,143). Sum of RGB (Red+Green+Blue) = 225+159+143=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19F8F is #1E6070. Grayscale: #B1B1B1. Windows color (decimal): -1990769 or 9412577. OLE color: 9412577.
HSL color Cylindrical-coordinate representation of color #E19F8F: hue angle of 11.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E19F8F is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 143 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.12 |
| HSL | 11.71º | 0.58% | 0.72% | - |
| HSV(B) | 11.71º | 0.36% | 0.88% | - |
| XYZ | 48.41 | 42.79 | 31.69 | - |
| YUV | 176.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 143 | 0 | 0.29 | 0.36 | 0.12 | 11.71 | 0.58 | 0.72 |
| Hex | E1 | 9F | 8F | 0 | 1D | 24 | C | C | 3A | 48 |
| Octal | 341 | 237 | 217 | 0 | 35 | 44 | 14 | 14 | 72 | 110 |
| Binary | 11100001 | 10011111 | 10001111 | 0 | 11101 | 100100 | 1100 | 1100 | 111010 | 1001000 |
Color Harmonies of #E19F8F
Complementary color
Monochromatic Colors of #E19F8F
Black with #E19F8F
Text Example
Text Example
White with #E19F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F8F; }
p { color: rgb(225,159,143); }
H1.HeaderClassName
{
color: #E19F8F;
}
.AnyTagClassName
{
color: #E19F8F;
}
</style>
background-color css
<style>
a { background-color: #E19F8F; }
a { background-color: rgb(225,159,143); }
div.DivClassName
{
background-color: #E19F8F;
}
.BgClassName
{
background-color: #E19F8F;
}
</style>
border-color css
<style>
span { border-color: #E19F8F; }
span { border-color: rgb(225,159,143); }
td.TdClassName
{
border-color: #E19F8F;
}
.TagClassName
{
border-color: #E19F8F;
}
</style>