Shades of Tonys Pink #EC9D8D
Tints of Tonys Pink #EC9D8D
RGB
CMYK
RGB Variations
Color information
#EC9D8D (or 0xEC9D8D) is known color: Tonys Pink. HEX triplet: EC, 9D and 8D. RGB value is (236,157,141). Sum of RGB (Red+Green+Blue) = 236+157+141=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9D8D is #136272. Grayscale: #B2B2B2. Windows color (decimal): -1270387 or 9281004. OLE color: 9281004.
HSL color Cylindrical-coordinate representation of color #EC9D8D: hue angle of 10.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC9D8D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 141 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.07 |
| HSL | 10.11º | 0.71% | 0.74% | - |
| HSV(B) | 10.11º | 0.4% | 0.93% | - |
| XYZ | 51.46 | 43.87 | 30.95 | - |
| YUV | 178.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 141 | 0 | 0.33 | 0.40 | 0.07 | 10.11 | 0.71 | 0.74 |
| Hex | EC | 9D | 8D | 0 | 21 | 28 | 7 | A | 47 | 4A |
| Octal | 354 | 235 | 215 | 0 | 41 | 50 | 7 | 12 | 107 | 112 |
| Binary | 11101100 | 10011101 | 10001101 | 0 | 100001 | 101000 | 111 | 1010 | 1000111 | 1001010 |
Color Harmonies of #EC9D8D
Complementary color
Monochromatic Colors of #EC9D8D
Black with #EC9D8D
Text Example
Text Example
White with #EC9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D8D; }
p { color: rgb(236,157,141); }
H1.HeaderClassName
{
color: #EC9D8D;
}
.AnyTagClassName
{
color: #EC9D8D;
}
</style>
background-color css
<style>
a { background-color: #EC9D8D; }
a { background-color: rgb(236,157,141); }
div.DivClassName
{
background-color: #EC9D8D;
}
.BgClassName
{
background-color: #EC9D8D;
}
</style>
border-color css
<style>
span { border-color: #EC9D8D; }
span { border-color: rgb(236,157,141); }
td.TdClassName
{
border-color: #EC9D8D;
}
.TagClassName
{
border-color: #EC9D8D;
}
</style>