Shades of Tonys Pink #EC9F83
Tints of Tonys Pink #EC9F83
RGB
CMYK
RGB Variations
Color information
#EC9F83 (or 0xEC9F83) is known color: Tonys Pink. HEX triplet: EC, 9F and 83. RGB value is (236,159,131). Sum of RGB (Red+Green+Blue) = 236+159+131=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9F83 is #13607C. Grayscale: #B3B3B3. Windows color (decimal): -1269885 or 8626156. OLE color: 8626156.
HSL color Cylindrical-coordinate representation of color #EC9F83: hue angle of 16º 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 #EC9F83 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 131 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.07 |
| HSL | 16º | 0.73% | 0.72% | - |
| HSV(B) | 16º | 0.44% | 0.93% | - |
| XYZ | 51.09 | 44.27 | 27.32 | - |
| YUV | 178.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 131 | 0 | 0.33 | 0.44 | 0.07 | 16 | 0.73 | 0.72 |
| Hex | EC | 9F | 83 | 0 | 21 | 2C | 7 | 10 | 49 | 48 |
| Octal | 354 | 237 | 203 | 0 | 41 | 54 | 7 | 20 | 111 | 110 |
| Binary | 11101100 | 10011111 | 10000011 | 0 | 100001 | 101100 | 111 | 10000 | 1001001 | 1001000 |
Color Harmonies of #EC9F83
Complementary color
Monochromatic Colors of #EC9F83
Black with #EC9F83
Text Example
Text Example
White with #EC9F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F83; }
p { color: rgb(236,159,131); }
H1.HeaderClassName
{
color: #EC9F83;
}
.AnyTagClassName
{
color: #EC9F83;
}
</style>
background-color css
<style>
a { background-color: #EC9F83; }
a { background-color: rgb(236,159,131); }
div.DivClassName
{
background-color: #EC9F83;
}
.BgClassName
{
background-color: #EC9F83;
}
</style>
border-color css
<style>
span { border-color: #EC9F83; }
span { border-color: rgb(236,159,131); }
td.TdClassName
{
border-color: #EC9F83;
}
.TagClassName
{
border-color: #EC9F83;
}
</style>