Shades of Shocking Pink #EC11CC
Tints of Shocking Pink #EC11CC
RGB
CMYK
RGB Variations
Color information
#EC11CC (or 0xEC11CC) is known color: Shocking Pink. HEX triplet: EC, 11 and CC. RGB value is (236,17,204). Sum of RGB (Red+Green+Blue) = 236+17+204=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11CC is #13EE33. Grayscale: #676767. Windows color (decimal): -1306164 or 13373932. OLE color: 13373932.
HSL color Cylindrical-coordinate representation of color #EC11CC: hue angle of 308.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11CC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 204 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.07 |
| HSL | 308.77º | 0.87% | 0.5% | - |
| HSV(B) | 308.77º | 0.93% | 0.93% | - |
| XYZ | 45.69 | 22.59 | 59.08 | - |
| YUV | 103.8 | 184.55 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 204 | 0 | 0.93 | 0.14 | 0.07 | 308.77 | 0.87 | 0.5 |
| Hex | EC | 11 | CC | 0 | 5D | E | 7 | 135 | 57 | 32 |
| Octal | 354 | 21 | 314 | 0 | 135 | 16 | 7 | 465 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001100 | 0 | 1011101 | 1110 | 111 | 100110101 | 1010111 | 110010 |
Color Harmonies of #EC11CC
Complementary color
Monochromatic Colors of #EC11CC
Black with #EC11CC
Text Example
Text Example
White with #EC11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11CC; }
p { color: rgb(236,17,204); }
H1.HeaderClassName
{
color: #EC11CC;
}
.AnyTagClassName
{
color: #EC11CC;
}
</style>
background-color css
<style>
a { background-color: #EC11CC; }
a { background-color: rgb(236,17,204); }
div.DivClassName
{
background-color: #EC11CC;
}
.BgClassName
{
background-color: #EC11CC;
}
</style>
border-color css
<style>
span { border-color: #EC11CC; }
span { border-color: rgb(236,17,204); }
td.TdClassName
{
border-color: #EC11CC;
}
.TagClassName
{
border-color: #EC11CC;
}
</style>