Shades of Shocking Pink #EC11CF
Tints of Shocking Pink #EC11CF
RGB
CMYK
RGB Variations
Color information
#EC11CF (or 0xEC11CF) is known color: Shocking Pink. HEX triplet: EC, 11 and CF. RGB value is (236,17,207). Sum of RGB (Red+Green+Blue) = 236+17+207=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11CF is #13EE30. Grayscale: #676767. Windows color (decimal): -1306161 or 13570540. OLE color: 13570540.
HSL color Cylindrical-coordinate representation of color #EC11CF: hue angle of 307.95º 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 #EC11CF is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 207 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.07 |
| HSL | 307.95º | 0.87% | 0.5% | - |
| HSV(B) | 307.95º | 0.93% | 0.93% | - |
| XYZ | 46.06 | 22.74 | 60.99 | - |
| YUV | 104.14 | 186.05 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 207 | 0 | 0.93 | 0.12 | 0.07 | 307.95 | 0.87 | 0.5 |
| Hex | EC | 11 | CF | 0 | 5D | C | 7 | 134 | 57 | 32 |
| Octal | 354 | 21 | 317 | 0 | 135 | 14 | 7 | 464 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001111 | 0 | 1011101 | 1100 | 111 | 100110100 | 1010111 | 110010 |
Color Harmonies of #EC11CF
Complementary color
Monochromatic Colors of #EC11CF
Black with #EC11CF
Text Example
Text Example
White with #EC11CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11CF; }
p { color: rgb(236,17,207); }
H1.HeaderClassName
{
color: #EC11CF;
}
.AnyTagClassName
{
color: #EC11CF;
}
</style>
background-color css
<style>
a { background-color: #EC11CF; }
a { background-color: rgb(236,17,207); }
div.DivClassName
{
background-color: #EC11CF;
}
.BgClassName
{
background-color: #EC11CF;
}
</style>
border-color css
<style>
span { border-color: #EC11CF; }
span { border-color: rgb(236,17,207); }
td.TdClassName
{
border-color: #EC11CF;
}
.TagClassName
{
border-color: #EC11CF;
}
</style>