Shades of Shocking Pink #EC11BF
Tints of Shocking Pink #EC11BF
RGB
CMYK
RGB Variations
Color information
#EC11BF (or 0xEC11BF) is known color: Shocking Pink. HEX triplet: EC, 11 and BF. RGB value is (236,17,191). Sum of RGB (Red+Green+Blue) = 236+17+191=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11BF is #13EE40. Grayscale: #656565. Windows color (decimal): -1306177 or 12521964. OLE color: 12521964.
HSL color Cylindrical-coordinate representation of color #EC11BF: hue angle of 312.33º 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 #EC11BF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 191 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.07 |
| HSL | 312.33º | 0.87% | 0.5% | - |
| HSV(B) | 312.33º | 0.93% | 0.93% | - |
| XYZ | 44.2 | 22 | 51.21 | - |
| YUV | 102.32 | 178.05 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 191 | 0 | 0.93 | 0.19 | 0.07 | 312.33 | 0.87 | 0.5 |
| Hex | EC | 11 | BF | 0 | 5D | 13 | 7 | 138 | 57 | 32 |
| Octal | 354 | 21 | 277 | 0 | 135 | 23 | 7 | 470 | 127 | 62 |
| Binary | 11101100 | 10001 | 10111111 | 0 | 1011101 | 10011 | 111 | 100111000 | 1010111 | 110010 |
Color Harmonies of #EC11BF
Complementary color
Monochromatic Colors of #EC11BF
Black with #EC11BF
Text Example
Text Example
White with #EC11BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11BF; }
p { color: rgb(236,17,191); }
H1.HeaderClassName
{
color: #EC11BF;
}
.AnyTagClassName
{
color: #EC11BF;
}
</style>
background-color css
<style>
a { background-color: #EC11BF; }
a { background-color: rgb(236,17,191); }
div.DivClassName
{
background-color: #EC11BF;
}
.BgClassName
{
background-color: #EC11BF;
}
</style>
border-color css
<style>
span { border-color: #EC11BF; }
span { border-color: rgb(236,17,191); }
td.TdClassName
{
border-color: #EC11BF;
}
.TagClassName
{
border-color: #EC11BF;
}
</style>