Shades of Tonys Pink #EC9A84
Tints of Tonys Pink #EC9A84
RGB
CMYK
RGB Variations
Color information
#EC9A84 (or 0xEC9A84) is known color: Tonys Pink. HEX triplet: EC, 9A and 84. RGB value is (236,154,132). Sum of RGB (Red+Green+Blue) = 236+154+132=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A84 is #13657B. Grayscale: #B0B0B0. Windows color (decimal): -1271164 or 8690412. OLE color: 8690412.
HSL color Cylindrical-coordinate representation of color #EC9A84: hue angle of 12.69º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC9A84 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 132 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.07 |
| HSL | 12.69º | 0.73% | 0.72% | - |
| HSV(B) | 12.69º | 0.44% | 0.93% | - |
| XYZ | 50.31 | 42.61 | 27.4 | - |
| YUV | 176.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 132 | 0 | 0.35 | 0.44 | 0.07 | 12.69 | 0.73 | 0.72 |
| Hex | EC | 9A | 84 | 0 | 23 | 2C | 7 | D | 49 | 48 |
| Octal | 354 | 232 | 204 | 0 | 43 | 54 | 7 | 15 | 111 | 110 |
| Binary | 11101100 | 10011010 | 10000100 | 0 | 100011 | 101100 | 111 | 1101 | 1001001 | 1001000 |
Color Harmonies of #EC9A84
Complementary color
Monochromatic Colors of #EC9A84
Black with #EC9A84
Text Example
Text Example
White with #EC9A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9A84; }
p { color: rgb(236,154,132); }
H1.HeaderClassName
{
color: #EC9A84;
}
.AnyTagClassName
{
color: #EC9A84;
}
</style>
background-color css
<style>
a { background-color: #EC9A84; }
a { background-color: rgb(236,154,132); }
div.DivClassName
{
background-color: #EC9A84;
}
.BgClassName
{
background-color: #EC9A84;
}
</style>
border-color css
<style>
span { border-color: #EC9A84; }
span { border-color: rgb(236,154,132); }
td.TdClassName
{
border-color: #EC9A84;
}
.TagClassName
{
border-color: #EC9A84;
}
</style>