Shades of Shocking #EC9CC0
Tints of Shocking #EC9CC0
RGB
CMYK
RGB Variations
Color information
#EC9CC0 (or 0xEC9CC0) is known color: Shocking. HEX triplet: EC, 9C and C0. RGB value is (236,156,192). Sum of RGB (Red+Green+Blue) = 236+156+192=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CC0 is #13633F. Grayscale: #B7B7B7. Windows color (decimal): -1270592 or 12623084. OLE color: 12623084.
HSL color Cylindrical-coordinate representation of color #EC9CC0: hue angle of 333º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CC0 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 192 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.07 |
| HSL | 333º | 0.68% | 0.77% | - |
| HSV(B) | 333º | 0.34% | 0.93% | - |
| XYZ | 55.99 | 45.42 | 55.68 | - |
| YUV | 184.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 192 | 0 | 0.34 | 0.19 | 0.07 | 333 | 0.68 | 0.77 |
| Hex | EC | 9C | C0 | 0 | 22 | 13 | 7 | 14D | 44 | 4D |
| Octal | 354 | 234 | 300 | 0 | 42 | 23 | 7 | 515 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11000000 | 0 | 100010 | 10011 | 111 | 101001101 | 1000100 | 1001101 |
Color Harmonies of #EC9CC0
Complementary color
Monochromatic Colors of #EC9CC0
Black with #EC9CC0
Text Example
Text Example
White with #EC9CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CC0; }
p { color: rgb(236,156,192); }
H1.HeaderClassName
{
color: #EC9CC0;
}
.AnyTagClassName
{
color: #EC9CC0;
}
</style>
background-color css
<style>
a { background-color: #EC9CC0; }
a { background-color: rgb(236,156,192); }
div.DivClassName
{
background-color: #EC9CC0;
}
.BgClassName
{
background-color: #EC9CC0;
}
</style>
border-color css
<style>
span { border-color: #EC9CC0; }
span { border-color: rgb(236,156,192); }
td.TdClassName
{
border-color: #EC9CC0;
}
.TagClassName
{
border-color: #EC9CC0;
}
</style>