Shades of Tonys Pink #E59C85
Tints of Tonys Pink #E59C85
RGB
CMYK
RGB Variations
Color information
#E59C85 (or 0xE59C85) is known color: Tonys Pink. HEX triplet: E5, 9C and 85. RGB value is (229,156,133). Sum of RGB (Red+Green+Blue) = 229+156+133=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C85 is #1A637A. Grayscale: #AFAFAF. Windows color (decimal): -1729403 or 8756453. OLE color: 8756453.
HSL color Cylindrical-coordinate representation of color #E59C85: hue angle of 14.38º 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 #E59C85 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 133 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.10 |
| HSL | 14.38º | 0.65% | 0.71% | - |
| HSV(B) | 14.38º | 0.42% | 0.9% | - |
| XYZ | 48.44 | 42.13 | 27.77 | - |
| YUV | 175.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 133 | 0 | 0.32 | 0.42 | 0.10 | 14.38 | 0.65 | 0.71 |
| Hex | E5 | 9C | 85 | 0 | 20 | 2A | A | E | 41 | 47 |
| Octal | 345 | 234 | 205 | 0 | 40 | 52 | 12 | 16 | 101 | 107 |
| Binary | 11100101 | 10011100 | 10000101 | 0 | 100000 | 101010 | 1010 | 1110 | 1000001 | 1000111 |
Color Harmonies of #E59C85
Complementary color
Monochromatic Colors of #E59C85
Black with #E59C85
Text Example
Text Example
White with #E59C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C85; }
p { color: rgb(229,156,133); }
H1.HeaderClassName
{
color: #E59C85;
}
.AnyTagClassName
{
color: #E59C85;
}
</style>
background-color css
<style>
a { background-color: #E59C85; }
a { background-color: rgb(229,156,133); }
div.DivClassName
{
background-color: #E59C85;
}
.BgClassName
{
background-color: #E59C85;
}
</style>
border-color css
<style>
span { border-color: #E59C85; }
span { border-color: rgb(229,156,133); }
td.TdClassName
{
border-color: #E59C85;
}
.TagClassName
{
border-color: #E59C85;
}
</style>