Shades of Tonys Pink #EC9D84
Tints of Tonys Pink #EC9D84
RGB
CMYK
RGB Variations
Color information
#EC9D84 (or 0xEC9D84) is known color: Tonys Pink. HEX triplet: EC, 9D and 84. RGB value is (236,157,132). Sum of RGB (Red+Green+Blue) = 236+157+132=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D84 is #13627B. Grayscale: #B1B1B1. Windows color (decimal): -1270396 or 8691180. OLE color: 8691180.
HSL color Cylindrical-coordinate representation of color #EC9D84: hue angle of 14.42º 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 #EC9D84 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 132 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.07 |
| HSL | 14.42º | 0.73% | 0.72% | - |
| HSV(B) | 14.42º | 0.44% | 0.93% | - |
| XYZ | 50.81 | 43.61 | 27.57 | - |
| YUV | 177.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 132 | 0 | 0.33 | 0.44 | 0.07 | 14.42 | 0.73 | 0.72 |
| Hex | EC | 9D | 84 | 0 | 21 | 2C | 7 | E | 49 | 48 |
| Octal | 354 | 235 | 204 | 0 | 41 | 54 | 7 | 16 | 111 | 110 |
| Binary | 11101100 | 10011101 | 10000100 | 0 | 100001 | 101100 | 111 | 1110 | 1001001 | 1001000 |
Color Harmonies of #EC9D84
Complementary color
Monochromatic Colors of #EC9D84
Black with #EC9D84
Text Example
Text Example
White with #EC9D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D84; }
p { color: rgb(236,157,132); }
H1.HeaderClassName
{
color: #EC9D84;
}
.AnyTagClassName
{
color: #EC9D84;
}
</style>
background-color css
<style>
a { background-color: #EC9D84; }
a { background-color: rgb(236,157,132); }
div.DivClassName
{
background-color: #EC9D84;
}
.BgClassName
{
background-color: #EC9D84;
}
</style>
border-color css
<style>
span { border-color: #EC9D84; }
span { border-color: rgb(236,157,132); }
td.TdClassName
{
border-color: #EC9D84;
}
.TagClassName
{
border-color: #EC9D84;
}
</style>