Shades of Tonys Pink #E59885
Tints of Tonys Pink #E59885
RGB
CMYK
RGB Variations
Color information
#E59885 (or 0xE59885) is known color: Tonys Pink. HEX triplet: E5, 98 and 85. RGB value is (229,152,133). Sum of RGB (Red+Green+Blue) = 229+152+133=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E59885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59885 is #1A677A. Grayscale: #ADADAD. Windows color (decimal): -1730427 or 8755429. OLE color: 8755429.
HSL color Cylindrical-coordinate representation of color #E59885: hue angle of 11.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E59885 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 152 | 133 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.10 |
| HSL | 11.88º | 0.65% | 0.71% | - |
| HSV(B) | 11.88º | 0.42% | 0.9% | - |
| XYZ | 47.77 | 40.81 | 27.55 | - |
| YUV | 172.86 | 105.51 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 152 | 133 | 0 | 0.34 | 0.42 | 0.10 | 11.88 | 0.65 | 0.71 |
| Hex | E5 | 98 | 85 | 0 | 22 | 2A | A | C | 41 | 47 |
| Octal | 345 | 230 | 205 | 0 | 42 | 52 | 12 | 14 | 101 | 107 |
| Binary | 11100101 | 10011000 | 10000101 | 0 | 100010 | 101010 | 1010 | 1100 | 1000001 | 1000111 |
Color Harmonies of #E59885
Complementary color
Monochromatic Colors of #E59885
Black with #E59885
Text Example
Text Example
White with #E59885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59885; }
p { color: rgb(229,152,133); }
H1.HeaderClassName
{
color: #E59885;
}
.AnyTagClassName
{
color: #E59885;
}
</style>
background-color css
<style>
a { background-color: #E59885; }
a { background-color: rgb(229,152,133); }
div.DivClassName
{
background-color: #E59885;
}
.BgClassName
{
background-color: #E59885;
}
</style>
border-color css
<style>
span { border-color: #E59885; }
span { border-color: rgb(229,152,133); }
td.TdClassName
{
border-color: #E59885;
}
.TagClassName
{
border-color: #E59885;
}
</style>