Shades of Tonys Pink #E59685
Tints of Tonys Pink #E59685
RGB
CMYK
RGB Variations
Color information
#E59685 (or 0xE59685) is known color: Tonys Pink. HEX triplet: E5, 96 and 85. RGB value is (229,150,133). Sum of RGB (Red+Green+Blue) = 229+150+133=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E59685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59685 is #1A697A. Grayscale: #ABABAB. Windows color (decimal): -1730939 or 8754917. OLE color: 8754917.
HSL color Cylindrical-coordinate representation of color #E59685: hue angle of 10.62º 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 #E59685 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 133 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.10 |
| HSL | 10.63º | 0.65% | 0.71% | - |
| HSV(B) | 10.63º | 0.42% | 0.9% | - |
| XYZ | 47.45 | 40.16 | 27.44 | - |
| YUV | 171.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 133 | 0 | 0.34 | 0.42 | 0.10 | 10.63 | 0.65 | 0.71 |
| Hex | E5 | 96 | 85 | 0 | 22 | 2A | A | B | 41 | 47 |
| Octal | 345 | 226 | 205 | 0 | 42 | 52 | 12 | 13 | 101 | 107 |
| Binary | 11100101 | 10010110 | 10000101 | 0 | 100010 | 101010 | 1010 | 1011 | 1000001 | 1000111 |
Color Harmonies of #E59685
Complementary color
Monochromatic Colors of #E59685
Black with #E59685
Text Example
Text Example
White with #E59685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59685; }
p { color: rgb(229,150,133); }
H1.HeaderClassName
{
color: #E59685;
}
.AnyTagClassName
{
color: #E59685;
}
</style>
background-color css
<style>
a { background-color: #E59685; }
a { background-color: rgb(229,150,133); }
div.DivClassName
{
background-color: #E59685;
}
.BgClassName
{
background-color: #E59685;
}
</style>
border-color css
<style>
span { border-color: #E59685; }
span { border-color: rgb(229,150,133); }
td.TdClassName
{
border-color: #E59685;
}
.TagClassName
{
border-color: #E59685;
}
</style>