Shades of Shocking #EC9BCC
Tints of Shocking #EC9BCC
RGB
CMYK
RGB Variations
Color information
#EC9BCC (or 0xEC9BCC) is known color: Shocking. HEX triplet: EC, 9B and CC. RGB value is (236,155,204). Sum of RGB (Red+Green+Blue) = 236+155+204=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9BCC is #136433. Grayscale: #B8B8B8. Windows color (decimal): -1270836 or 13409260. OLE color: 13409260.
HSL color Cylindrical-coordinate representation of color #EC9BCC: hue angle of 323.7º 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 #EC9BCC is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 204 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.07 |
| HSL | 323.7º | 0.68% | 0.77% | - |
| HSV(B) | 323.7º | 0.34% | 0.93% | - |
| XYZ | 57.21 | 45.64 | 62.92 | - |
| YUV | 184.81 | 138.84 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 204 | 0 | 0.34 | 0.14 | 0.07 | 323.7 | 0.68 | 0.77 |
| Hex | EC | 9B | CC | 0 | 22 | E | 7 | 144 | 44 | 4D |
| Octal | 354 | 233 | 314 | 0 | 42 | 16 | 7 | 504 | 104 | 115 |
| Binary | 11101100 | 10011011 | 11001100 | 0 | 100010 | 1110 | 111 | 101000100 | 1000100 | 1001101 |
Color Harmonies of #EC9BCC
Complementary color
Monochromatic Colors of #EC9BCC
Black with #EC9BCC
Text Example
Text Example
White with #EC9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9BCC; }
p { color: rgb(236,155,204); }
H1.HeaderClassName
{
color: #EC9BCC;
}
.AnyTagClassName
{
color: #EC9BCC;
}
</style>
background-color css
<style>
a { background-color: #EC9BCC; }
a { background-color: rgb(236,155,204); }
div.DivClassName
{
background-color: #EC9BCC;
}
.BgClassName
{
background-color: #EC9BCC;
}
</style>
border-color css
<style>
span { border-color: #EC9BCC; }
span { border-color: rgb(236,155,204); }
td.TdClassName
{
border-color: #EC9BCC;
}
.TagClassName
{
border-color: #EC9BCC;
}
</style>