Shades of Tonys Pink #E59D8F
Tints of Tonys Pink #E59D8F
RGB
CMYK
RGB Variations
Color information
#E59D8F (or 0xE59D8F) is known color: Tonys Pink. HEX triplet: E5, 9D and 8F. RGB value is (229,157,143). Sum of RGB (Red+Green+Blue) = 229+157+143=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59D8F is #1A6270. Grayscale: #B1B1B1. Windows color (decimal): -1729137 or 9412069. OLE color: 9412069.
HSL color Cylindrical-coordinate representation of color #E59D8F: hue angle of 9.77º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E59D8F is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 143 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.10 |
| HSL | 9.77º | 0.62% | 0.73% | - |
| HSV(B) | 9.77º | 0.38% | 0.9% | - |
| XYZ | 49.33 | 42.76 | 31.64 | - |
| YUV | 176.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 143 | 0 | 0.31 | 0.38 | 0.10 | 9.77 | 0.62 | 0.73 |
| Hex | E5 | 9D | 8F | 0 | 1F | 26 | A | A | 3E | 49 |
| Octal | 345 | 235 | 217 | 0 | 37 | 46 | 12 | 12 | 76 | 111 |
| Binary | 11100101 | 10011101 | 10001111 | 0 | 11111 | 100110 | 1010 | 1010 | 111110 | 1001001 |
Color Harmonies of #E59D8F
Complementary color
Monochromatic Colors of #E59D8F
Black with #E59D8F
Text Example
Text Example
White with #E59D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D8F; }
p { color: rgb(229,157,143); }
H1.HeaderClassName
{
color: #E59D8F;
}
.AnyTagClassName
{
color: #E59D8F;
}
</style>
background-color css
<style>
a { background-color: #E59D8F; }
a { background-color: rgb(229,157,143); }
div.DivClassName
{
background-color: #E59D8F;
}
.BgClassName
{
background-color: #E59D8F;
}
</style>
border-color css
<style>
span { border-color: #E59D8F; }
span { border-color: rgb(229,157,143); }
td.TdClassName
{
border-color: #E59D8F;
}
.TagClassName
{
border-color: #E59D8F;
}
</style>