Shades of Tonys Pink #E59986
Tints of Tonys Pink #E59986
RGB
CMYK
RGB Variations
Color information
#E59986 (or 0xE59986) is known color: Tonys Pink. HEX triplet: E5, 99 and 86. RGB value is (229,153,134). Sum of RGB (Red+Green+Blue) = 229+153+134=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 134 (52.73% from 255 or 25.97% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E59986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59986 is #1A6679. Grayscale: #ADADAD. Windows color (decimal): -1730170 or 8821221. OLE color: 8821221.
HSL color Cylindrical-coordinate representation of color #E59986: hue angle of 12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E59986 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 153 | 134 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.10 |
| HSL | 12º | 0.65% | 0.71% | - |
| HSV(B) | 12º | 0.41% | 0.9% | - |
| XYZ | 48.01 | 41.16 | 27.97 | - |
| YUV | 173.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 153 | 134 | 0 | 0.33 | 0.41 | 0.10 | 12 | 0.65 | 0.71 |
| Hex | E5 | 99 | 86 | 0 | 21 | 29 | A | C | 41 | 47 |
| Octal | 345 | 231 | 206 | 0 | 41 | 51 | 12 | 14 | 101 | 107 |
| Binary | 11100101 | 10011001 | 10000110 | 0 | 100001 | 101001 | 1010 | 1100 | 1000001 | 1000111 |
Color Harmonies of #E59986
Complementary color
Monochromatic Colors of #E59986
Black with #E59986
Text Example
Text Example
White with #E59986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59986; }
p { color: rgb(229,153,134); }
H1.HeaderClassName
{
color: #E59986;
}
.AnyTagClassName
{
color: #E59986;
}
</style>
background-color css
<style>
a { background-color: #E59986; }
a { background-color: rgb(229,153,134); }
div.DivClassName
{
background-color: #E59986;
}
.BgClassName
{
background-color: #E59986;
}
</style>
border-color css
<style>
span { border-color: #E59986; }
span { border-color: rgb(229,153,134); }
td.TdClassName
{
border-color: #E59986;
}
.TagClassName
{
border-color: #E59986;
}
</style>