Shades of Shocking Pink #EC11B0
Tints of Shocking Pink #EC11B0
RGB
CMYK
RGB Variations
Color information
#EC11B0 (or 0xEC11B0) is known color: Shocking Pink. HEX triplet: EC, 11 and B0. RGB value is (236,17,176). Sum of RGB (Red+Green+Blue) = 236+17+176=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC11B0 is #13EE4F. Grayscale: #646464. Windows color (decimal): -1306192 or 11538924. OLE color: 11538924.
HSL color Cylindrical-coordinate representation of color #EC11B0: hue angle of 316.44º 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 #EC11B0 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 176 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.07 |
| HSL | 316.44º | 0.87% | 0.5% | - |
| HSV(B) | 316.44º | 0.93% | 0.93% | - |
| XYZ | 42.63 | 21.37 | 42.95 | - |
| YUV | 100.61 | 170.55 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 176 | 0 | 0.93 | 0.25 | 0.07 | 316.44 | 0.87 | 0.5 |
| Hex | EC | 11 | B0 | 0 | 5D | 19 | 7 | 13C | 57 | 32 |
| Octal | 354 | 21 | 260 | 0 | 135 | 31 | 7 | 474 | 127 | 62 |
| Binary | 11101100 | 10001 | 10110000 | 0 | 1011101 | 11001 | 111 | 100111100 | 1010111 | 110010 |
Color Harmonies of #EC11B0
Complementary color
Monochromatic Colors of #EC11B0
Black with #EC11B0
Text Example
Text Example
White with #EC11B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11B0; }
p { color: rgb(236,17,176); }
H1.HeaderClassName
{
color: #EC11B0;
}
.AnyTagClassName
{
color: #EC11B0;
}
</style>
background-color css
<style>
a { background-color: #EC11B0; }
a { background-color: rgb(236,17,176); }
div.DivClassName
{
background-color: #EC11B0;
}
.BgClassName
{
background-color: #EC11B0;
}
</style>
border-color css
<style>
span { border-color: #EC11B0; }
span { border-color: rgb(236,17,176); }
td.TdClassName
{
border-color: #EC11B0;
}
.TagClassName
{
border-color: #EC11B0;
}
</style>