Shades of Tonys Pink #E59686
Tints of Tonys Pink #E59686
RGB
CMYK
RGB Variations
Color information
#E59686 (or 0xE59686) is known color: Tonys Pink. HEX triplet: E5, 96 and 86. RGB value is (229,150,134). Sum of RGB (Red+Green+Blue) = 229+150+134=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E59686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59686 is #1A6979. Grayscale: #ABABAB. Windows color (decimal): -1730938 or 8820453. OLE color: 8820453.
HSL color Cylindrical-coordinate representation of color #E59686: hue angle of 10.11º 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 #E59686 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 134 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.10 |
| HSL | 10.11º | 0.65% | 0.71% | - |
| HSV(B) | 10.11º | 0.41% | 0.9% | - |
| XYZ | 47.52 | 40.19 | 27.81 | - |
| YUV | 171.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 134 | 0 | 0.34 | 0.41 | 0.10 | 10.11 | 0.65 | 0.71 |
| Hex | E5 | 96 | 86 | 0 | 22 | 29 | A | A | 41 | 47 |
| Octal | 345 | 226 | 206 | 0 | 42 | 51 | 12 | 12 | 101 | 107 |
| Binary | 11100101 | 10010110 | 10000110 | 0 | 100010 | 101001 | 1010 | 1010 | 1000001 | 1000111 |
Color Harmonies of #E59686
Complementary color
Monochromatic Colors of #E59686
Black with #E59686
Text Example
Text Example
White with #E59686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59686; }
p { color: rgb(229,150,134); }
H1.HeaderClassName
{
color: #E59686;
}
.AnyTagClassName
{
color: #E59686;
}
</style>
background-color css
<style>
a { background-color: #E59686; }
a { background-color: rgb(229,150,134); }
div.DivClassName
{
background-color: #E59686;
}
.BgClassName
{
background-color: #E59686;
}
</style>
border-color css
<style>
span { border-color: #E59686; }
span { border-color: rgb(229,150,134); }
td.TdClassName
{
border-color: #E59686;
}
.TagClassName
{
border-color: #E59686;
}
</style>