Shades of Tonys Pink #EC9C8C
Tints of Tonys Pink #EC9C8C
RGB
CMYK
RGB Variations
Color information
#EC9C8C (or 0xEC9C8C) is known color: Tonys Pink. HEX triplet: EC, 9C and 8C. RGB value is (236,156,140). Sum of RGB (Red+Green+Blue) = 236+156+140=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C8C is #136373. Grayscale: #B2B2B2. Windows color (decimal): -1270644 or 9215212. OLE color: 9215212.
HSL color Cylindrical-coordinate representation of color #EC9C8C: hue angle of 10º 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 #EC9C8C is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 140 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.07 |
| HSL | 10º | 0.72% | 0.74% | - |
| HSV(B) | 10º | 0.41% | 0.93% | - |
| XYZ | 51.21 | 43.5 | 30.51 | - |
| YUV | 178.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 140 | 0 | 0.34 | 0.41 | 0.07 | 10 | 0.72 | 0.74 |
| Hex | EC | 9C | 8C | 0 | 22 | 29 | 7 | A | 48 | 4A |
| Octal | 354 | 234 | 214 | 0 | 42 | 51 | 7 | 12 | 110 | 112 |
| Binary | 11101100 | 10011100 | 10001100 | 0 | 100010 | 101001 | 111 | 1010 | 1001000 | 1001010 |
Color Harmonies of #EC9C8C
Complementary color
Monochromatic Colors of #EC9C8C
Black with #EC9C8C
Text Example
Text Example
White with #EC9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C8C; }
p { color: rgb(236,156,140); }
H1.HeaderClassName
{
color: #EC9C8C;
}
.AnyTagClassName
{
color: #EC9C8C;
}
</style>
background-color css
<style>
a { background-color: #EC9C8C; }
a { background-color: rgb(236,156,140); }
div.DivClassName
{
background-color: #EC9C8C;
}
.BgClassName
{
background-color: #EC9C8C;
}
</style>
border-color css
<style>
span { border-color: #EC9C8C; }
span { border-color: rgb(236,156,140); }
td.TdClassName
{
border-color: #EC9C8C;
}
.TagClassName
{
border-color: #EC9C8C;
}
</style>