Shades of Tonys Pink #EC9E8C
Tints of Tonys Pink #EC9E8C
RGB
CMYK
RGB Variations
Color information
#EC9E8C (or 0xEC9E8C) is known color: Tonys Pink. HEX triplet: EC, 9E and 8C. RGB value is (236,158,140). Sum of RGB (Red+Green+Blue) = 236+158+140=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9E8C is #136173. Grayscale: #B3B3B3. Windows color (decimal): -1270132 or 9215724. OLE color: 9215724.
HSL color Cylindrical-coordinate representation of color #EC9E8C: hue angle of 11.25º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC9E8C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 140 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.07 |
| HSL | 11.25º | 0.72% | 0.74% | - |
| HSV(B) | 11.25º | 0.41% | 0.93% | - |
| XYZ | 51.55 | 44.18 | 30.62 | - |
| YUV | 179.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 140 | 0 | 0.33 | 0.41 | 0.07 | 11.25 | 0.72 | 0.74 |
| Hex | EC | 9E | 8C | 0 | 21 | 29 | 7 | B | 48 | 4A |
| Octal | 354 | 236 | 214 | 0 | 41 | 51 | 7 | 13 | 110 | 112 |
| Binary | 11101100 | 10011110 | 10001100 | 0 | 100001 | 101001 | 111 | 1011 | 1001000 | 1001010 |
Color Harmonies of #EC9E8C
Complementary color
Monochromatic Colors of #EC9E8C
Black with #EC9E8C
Text Example
Text Example
White with #EC9E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E8C; }
p { color: rgb(236,158,140); }
H1.HeaderClassName
{
color: #EC9E8C;
}
.AnyTagClassName
{
color: #EC9E8C;
}
</style>
background-color css
<style>
a { background-color: #EC9E8C; }
a { background-color: rgb(236,158,140); }
div.DivClassName
{
background-color: #EC9E8C;
}
.BgClassName
{
background-color: #EC9E8C;
}
</style>
border-color css
<style>
span { border-color: #EC9E8C; }
span { border-color: rgb(236,158,140); }
td.TdClassName
{
border-color: #EC9E8C;
}
.TagClassName
{
border-color: #EC9E8C;
}
</style>