Shades of Shocking #EC9CCC
Tints of Shocking #EC9CCC
RGB
CMYK
RGB Variations
Color information
#EC9CCC (or 0xEC9CCC) is known color: Shocking. HEX triplet: EC, 9C and CC. RGB value is (236,156,204). Sum of RGB (Red+Green+Blue) = 236+156+204=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CCC is #136333. Grayscale: #B9B9B9. Windows color (decimal): -1270580 or 13409516. OLE color: 13409516.
HSL color Cylindrical-coordinate representation of color #EC9CCC: hue angle of 324º 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 #EC9CCC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 204 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 324º | 0.68% | 0.77% | - |
| HSV(B) | 324º | 0.34% | 0.93% | - |
| XYZ | 57.38 | 45.97 | 62.98 | - |
| YUV | 185.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 204 | 0 | 0.34 | 0.14 | 0.07 | 324 | 0.68 | 0.77 |
| Hex | EC | 9C | CC | 0 | 22 | E | 7 | 144 | 44 | 4D |
| Octal | 354 | 234 | 314 | 0 | 42 | 16 | 7 | 504 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11001100 | 0 | 100010 | 1110 | 111 | 101000100 | 1000100 | 1001101 |
Color Harmonies of #EC9CCC
Complementary color
Monochromatic Colors of #EC9CCC
Black with #EC9CCC
Text Example
Text Example
White with #EC9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CCC; }
p { color: rgb(236,156,204); }
H1.HeaderClassName
{
color: #EC9CCC;
}
.AnyTagClassName
{
color: #EC9CCC;
}
</style>
background-color css
<style>
a { background-color: #EC9CCC; }
a { background-color: rgb(236,156,204); }
div.DivClassName
{
background-color: #EC9CCC;
}
.BgClassName
{
background-color: #EC9CCC;
}
</style>
border-color css
<style>
span { border-color: #EC9CCC; }
span { border-color: rgb(236,156,204); }
td.TdClassName
{
border-color: #EC9CCC;
}
.TagClassName
{
border-color: #EC9CCC;
}
</style>