Shades of Shocking #EC9CC9
Tints of Shocking #EC9CC9
RGB
CMYK
RGB Variations
Color information
#EC9CC9 (or 0xEC9CC9) is known color: Shocking. HEX triplet: EC, 9C and C9. RGB value is (236,156,201). Sum of RGB (Red+Green+Blue) = 236+156+201=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CC9 is #136336. Grayscale: #B8B8B8. Windows color (decimal): -1270583 or 13212908. OLE color: 13212908.
HSL color Cylindrical-coordinate representation of color #EC9CC9: hue angle of 326.25º 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 #EC9CC9 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 201 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.07 |
| HSL | 326.25º | 0.68% | 0.77% | - |
| HSV(B) | 326.25º | 0.34% | 0.93% | - |
| XYZ | 57.02 | 45.83 | 61.1 | - |
| YUV | 185.05 | 137 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 201 | 0 | 0.34 | 0.15 | 0.07 | 326.25 | 0.68 | 0.77 |
| Hex | EC | 9C | C9 | 0 | 22 | F | 7 | 146 | 44 | 4D |
| Octal | 354 | 234 | 311 | 0 | 42 | 17 | 7 | 506 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11001001 | 0 | 100010 | 1111 | 111 | 101000110 | 1000100 | 1001101 |
Color Harmonies of #EC9CC9
Complementary color
Monochromatic Colors of #EC9CC9
Black with #EC9CC9
Text Example
Text Example
White with #EC9CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CC9; }
p { color: rgb(236,156,201); }
H1.HeaderClassName
{
color: #EC9CC9;
}
.AnyTagClassName
{
color: #EC9CC9;
}
</style>
background-color css
<style>
a { background-color: #EC9CC9; }
a { background-color: rgb(236,156,201); }
div.DivClassName
{
background-color: #EC9CC9;
}
.BgClassName
{
background-color: #EC9CC9;
}
</style>
border-color css
<style>
span { border-color: #EC9CC9; }
span { border-color: rgb(236,156,201); }
td.TdClassName
{
border-color: #EC9CC9;
}
.TagClassName
{
border-color: #EC9CC9;
}
</style>