Shades of Shocking #EC9CCA
Tints of Shocking #EC9CCA
RGB
CMYK
RGB Variations
Color information
#EC9CCA (or 0xEC9CCA) is known color: Shocking. HEX triplet: EC, 9C and CA. RGB value is (236,156,202). Sum of RGB (Red+Green+Blue) = 236+156+202=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CCA is #136335. Grayscale: #B9B9B9. Windows color (decimal): -1270582 or 13278444. OLE color: 13278444.
HSL color Cylindrical-coordinate representation of color #EC9CCA: hue angle of 325.5º 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 #EC9CCA is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 202 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 325.5º | 0.68% | 0.77% | - |
| HSV(B) | 325.5º | 0.34% | 0.93% | - |
| XYZ | 57.14 | 45.87 | 61.72 | - |
| YUV | 185.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 202 | 0 | 0.34 | 0.14 | 0.07 | 325.5 | 0.68 | 0.77 |
| Hex | EC | 9C | CA | 0 | 22 | E | 7 | 146 | 44 | 4D |
| Octal | 354 | 234 | 312 | 0 | 42 | 16 | 7 | 506 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11001010 | 0 | 100010 | 1110 | 111 | 101000110 | 1000100 | 1001101 |
Color Harmonies of #EC9CCA
Complementary color
Monochromatic Colors of #EC9CCA
Black with #EC9CCA
Text Example
Text Example
White with #EC9CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CCA; }
p { color: rgb(236,156,202); }
H1.HeaderClassName
{
color: #EC9CCA;
}
.AnyTagClassName
{
color: #EC9CCA;
}
</style>
background-color css
<style>
a { background-color: #EC9CCA; }
a { background-color: rgb(236,156,202); }
div.DivClassName
{
background-color: #EC9CCA;
}
.BgClassName
{
background-color: #EC9CCA;
}
</style>
border-color css
<style>
span { border-color: #EC9CCA; }
span { border-color: rgb(236,156,202); }
td.TdClassName
{
border-color: #EC9CCA;
}
.TagClassName
{
border-color: #EC9CCA;
}
</style>