Shades of Tonys Pink #EC9C82
Tints of Tonys Pink #EC9C82
RGB
CMYK
RGB Variations
Color information
#EC9C82 (or 0xEC9C82) is known color: Tonys Pink. HEX triplet: EC, 9C and 82. RGB value is (236,156,130). Sum of RGB (Red+Green+Blue) = 236+156+130=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9C82 is #13637D. Grayscale: #B1B1B1. Windows color (decimal): -1270654 or 8559852. OLE color: 8559852.
HSL color Cylindrical-coordinate representation of color #EC9C82: hue angle of 14.72º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC9C82 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 130 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.07 |
| HSL | 14.72º | 0.74% | 0.72% | - |
| HSV(B) | 14.72º | 0.45% | 0.93% | - |
| XYZ | 50.51 | 43.22 | 26.8 | - |
| YUV | 176.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 130 | 0 | 0.34 | 0.45 | 0.07 | 14.72 | 0.74 | 0.72 |
| Hex | EC | 9C | 82 | 0 | 22 | 2D | 7 | F | 4A | 48 |
| Octal | 354 | 234 | 202 | 0 | 42 | 55 | 7 | 17 | 112 | 110 |
| Binary | 11101100 | 10011100 | 10000010 | 0 | 100010 | 101101 | 111 | 1111 | 1001010 | 1001000 |
Color Harmonies of #EC9C82
Complementary color
Monochromatic Colors of #EC9C82
Black with #EC9C82
Text Example
Text Example
White with #EC9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C82; }
p { color: rgb(236,156,130); }
H1.HeaderClassName
{
color: #EC9C82;
}
.AnyTagClassName
{
color: #EC9C82;
}
</style>
background-color css
<style>
a { background-color: #EC9C82; }
a { background-color: rgb(236,156,130); }
div.DivClassName
{
background-color: #EC9C82;
}
.BgClassName
{
background-color: #EC9C82;
}
</style>
border-color css
<style>
span { border-color: #EC9C82; }
span { border-color: rgb(236,156,130); }
td.TdClassName
{
border-color: #EC9C82;
}
.TagClassName
{
border-color: #EC9C82;
}
</style>