Shades of Shocking Pink #EC11D0
Tints of Shocking Pink #EC11D0
RGB
CMYK
RGB Variations
Color information
#EC11D0 (or 0xEC11D0) is known color: Shocking Pink. HEX triplet: EC, 11 and D0. RGB value is (236,17,208). Sum of RGB (Red+Green+Blue) = 236+17+208=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11D0 is #13EE2F. Grayscale: #676767. Windows color (decimal): -1306160 or 13636076. OLE color: 13636076.
HSL color Cylindrical-coordinate representation of color #EC11D0: hue angle of 307.67º 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 #EC11D0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.07 |
| HSL | 307.67º | 0.87% | 0.5% | - |
| HSV(B) | 307.67º | 0.93% | 0.93% | - |
| XYZ | 46.18 | 22.79 | 61.64 | - |
| YUV | 104.26 | 186.55 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 208 | 0 | 0.93 | 0.12 | 0.07 | 307.67 | 0.87 | 0.5 |
| Hex | EC | 11 | D0 | 0 | 5D | C | 7 | 134 | 57 | 32 |
| Octal | 354 | 21 | 320 | 0 | 135 | 14 | 7 | 464 | 127 | 62 |
| Binary | 11101100 | 10001 | 11010000 | 0 | 1011101 | 1100 | 111 | 100110100 | 1010111 | 110010 |
Color Harmonies of #EC11D0
Complementary color
Monochromatic Colors of #EC11D0
Black with #EC11D0
Text Example
Text Example
White with #EC11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11D0; }
p { color: rgb(236,17,208); }
H1.HeaderClassName
{
color: #EC11D0;
}
.AnyTagClassName
{
color: #EC11D0;
}
</style>
background-color css
<style>
a { background-color: #EC11D0; }
a { background-color: rgb(236,17,208); }
div.DivClassName
{
background-color: #EC11D0;
}
.BgClassName
{
background-color: #EC11D0;
}
</style>
border-color css
<style>
span { border-color: #EC11D0; }
span { border-color: rgb(236,17,208); }
td.TdClassName
{
border-color: #EC11D0;
}
.TagClassName
{
border-color: #EC11D0;
}
</style>