Shades of Tonys Pink #EC9F94
Tints of Tonys Pink #EC9F94
RGB
CMYK
RGB Variations
Color information
#EC9F94 (or 0xEC9F94) is known color: Tonys Pink. HEX triplet: EC, 9F and 94. RGB value is (236,159,148). Sum of RGB (Red+Green+Blue) = 236+159+148=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F94 is #13606B. Grayscale: #B4B4B4. Windows color (decimal): -1269868 or 9740268. OLE color: 9740268.
HSL color Cylindrical-coordinate representation of color #EC9F94: hue angle of 7.5º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9F94 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 148 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.07 |
| HSL | 7.5º | 0.7% | 0.75% | - |
| HSV(B) | 7.5º | 0.37% | 0.93% | - |
| XYZ | 52.34 | 44.77 | 33.9 | - |
| YUV | 180.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 148 | 0 | 0.33 | 0.37 | 0.07 | 7.5 | 0.7 | 0.75 |
| Hex | EC | 9F | 94 | 0 | 21 | 25 | 7 | 8 | 46 | 4B |
| Octal | 354 | 237 | 224 | 0 | 41 | 45 | 7 | 10 | 106 | 113 |
| Binary | 11101100 | 10011111 | 10010100 | 0 | 100001 | 100101 | 111 | 1000 | 1000110 | 1001011 |
Color Harmonies of #EC9F94
Complementary color
Monochromatic Colors of #EC9F94
Black with #EC9F94
Text Example
Text Example
White with #EC9F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F94; }
p { color: rgb(236,159,148); }
H1.HeaderClassName
{
color: #EC9F94;
}
.AnyTagClassName
{
color: #EC9F94;
}
</style>
background-color css
<style>
a { background-color: #EC9F94; }
a { background-color: rgb(236,159,148); }
div.DivClassName
{
background-color: #EC9F94;
}
.BgClassName
{
background-color: #EC9F94;
}
</style>
border-color css
<style>
span { border-color: #EC9F94; }
span { border-color: rgb(236,159,148); }
td.TdClassName
{
border-color: #EC9F94;
}
.TagClassName
{
border-color: #EC9F94;
}
</style>