Shades of Tonys Pink #EC9786
Tints of Tonys Pink #EC9786
RGB
CMYK
RGB Variations
Color information
#EC9786 (or 0xEC9786) is known color: Tonys Pink. HEX triplet: EC, 97 and 86. RGB value is (236,151,134). Sum of RGB (Red+Green+Blue) = 236+151+134=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9786 is #136879. Grayscale: #AEAEAE. Windows color (decimal): -1271930 or 8820716. OLE color: 8820716.
HSL color Cylindrical-coordinate representation of color #EC9786: hue angle of 10º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC9786 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 134 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.07 |
| HSL | 10º | 0.73% | 0.73% | - |
| HSV(B) | 10º | 0.43% | 0.93% | - |
| XYZ | 49.96 | 41.69 | 27.97 | - |
| YUV | 174.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 134 | 0 | 0.36 | 0.43 | 0.07 | 10 | 0.73 | 0.73 |
| Hex | EC | 97 | 86 | 0 | 24 | 2B | 7 | A | 49 | 49 |
| Octal | 354 | 227 | 206 | 0 | 44 | 53 | 7 | 12 | 111 | 111 |
| Binary | 11101100 | 10010111 | 10000110 | 0 | 100100 | 101011 | 111 | 1010 | 1001001 | 1001001 |
Color Harmonies of #EC9786
Complementary color
Monochromatic Colors of #EC9786
Black with #EC9786
Text Example
Text Example
White with #EC9786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9786; }
p { color: rgb(236,151,134); }
H1.HeaderClassName
{
color: #EC9786;
}
.AnyTagClassName
{
color: #EC9786;
}
</style>
background-color css
<style>
a { background-color: #EC9786; }
a { background-color: rgb(236,151,134); }
div.DivClassName
{
background-color: #EC9786;
}
.BgClassName
{
background-color: #EC9786;
}
</style>
border-color css
<style>
span { border-color: #EC9786; }
span { border-color: rgb(236,151,134); }
td.TdClassName
{
border-color: #EC9786;
}
.TagClassName
{
border-color: #EC9786;
}
</style>