Shades of Shocking Pink #EC11CE
Tints of Shocking Pink #EC11CE
RGB
CMYK
RGB Variations
Color information
#EC11CE (or 0xEC11CE) is known color: Shocking Pink. HEX triplet: EC, 11 and CE. RGB value is (236,17,206). Sum of RGB (Red+Green+Blue) = 236+17+206=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11CE is #13EE31. Grayscale: #676767. Windows color (decimal): -1306162 or 13505004. OLE color: 13505004.
HSL color Cylindrical-coordinate representation of color #EC11CE: hue angle of 308.22º 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 #EC11CE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 206 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.07 |
| HSL | 308.22º | 0.87% | 0.5% | - |
| HSV(B) | 308.22º | 0.93% | 0.93% | - |
| XYZ | 45.93 | 22.69 | 60.35 | - |
| YUV | 104.03 | 185.55 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 206 | 0 | 0.93 | 0.13 | 0.07 | 308.22 | 0.87 | 0.5 |
| Hex | EC | 11 | CE | 0 | 5D | D | 7 | 134 | 57 | 32 |
| Octal | 354 | 21 | 316 | 0 | 135 | 15 | 7 | 464 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001110 | 0 | 1011101 | 1101 | 111 | 100110100 | 1010111 | 110010 |
Color Harmonies of #EC11CE
Complementary color
Monochromatic Colors of #EC11CE
Black with #EC11CE
Text Example
Text Example
White with #EC11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11CE; }
p { color: rgb(236,17,206); }
H1.HeaderClassName
{
color: #EC11CE;
}
.AnyTagClassName
{
color: #EC11CE;
}
</style>
background-color css
<style>
a { background-color: #EC11CE; }
a { background-color: rgb(236,17,206); }
div.DivClassName
{
background-color: #EC11CE;
}
.BgClassName
{
background-color: #EC11CE;
}
</style>
border-color css
<style>
span { border-color: #EC11CE; }
span { border-color: rgb(236,17,206); }
td.TdClassName
{
border-color: #EC11CE;
}
.TagClassName
{
border-color: #EC11CE;
}
</style>