Shades of Tonys Pink #E59C8C
Tints of Tonys Pink #E59C8C
RGB
CMYK
RGB Variations
Color information
#E59C8C (or 0xE59C8C) is known color: Tonys Pink. HEX triplet: E5, 9C and 8C. RGB value is (229,156,140). Sum of RGB (Red+Green+Blue) = 229+156+140=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E59C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59C8C is #1A6373. Grayscale: #B0B0B0. Windows color (decimal): -1729396 or 9215205. OLE color: 9215205.
HSL color Cylindrical-coordinate representation of color #E59C8C: hue angle of 10.79º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E59C8C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 140 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.10 |
| HSL | 10.79º | 0.63% | 0.72% | - |
| HSV(B) | 10.79º | 0.39% | 0.9% | - |
| XYZ | 48.94 | 42.33 | 30.4 | - |
| YUV | 176 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 140 | 0 | 0.32 | 0.39 | 0.10 | 10.79 | 0.63 | 0.72 |
| Hex | E5 | 9C | 8C | 0 | 20 | 27 | A | B | 3F | 48 |
| Octal | 345 | 234 | 214 | 0 | 40 | 47 | 12 | 13 | 77 | 110 |
| Binary | 11100101 | 10011100 | 10001100 | 0 | 100000 | 100111 | 1010 | 1011 | 111111 | 1001000 |
Color Harmonies of #E59C8C
Complementary color
Monochromatic Colors of #E59C8C
Black with #E59C8C
Text Example
Text Example
White with #E59C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59C8C; }
p { color: rgb(229,156,140); }
H1.HeaderClassName
{
color: #E59C8C;
}
.AnyTagClassName
{
color: #E59C8C;
}
</style>
background-color css
<style>
a { background-color: #E59C8C; }
a { background-color: rgb(229,156,140); }
div.DivClassName
{
background-color: #E59C8C;
}
.BgClassName
{
background-color: #E59C8C;
}
</style>
border-color css
<style>
span { border-color: #E59C8C; }
span { border-color: rgb(229,156,140); }
td.TdClassName
{
border-color: #E59C8C;
}
.TagClassName
{
border-color: #E59C8C;
}
</style>