Shades of Shocking Pink #EC11BB
Tints of Shocking Pink #EC11BB
RGB
CMYK
RGB Variations
Color information
#EC11BB (or 0xEC11BB) is known color: Shocking Pink. HEX triplet: EC, 11 and BB. RGB value is (236,17,187). Sum of RGB (Red+Green+Blue) = 236+17+187=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11BB is #13EE44. Grayscale: #656565. Windows color (decimal): -1306181 or 12259820. OLE color: 12259820.
HSL color Cylindrical-coordinate representation of color #EC11BB: hue angle of 313.42º 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 #EC11BB is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 187 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.07 |
| HSL | 313.42º | 0.87% | 0.5% | - |
| HSV(B) | 313.42º | 0.93% | 0.93% | - |
| XYZ | 43.76 | 21.82 | 48.92 | - |
| YUV | 101.86 | 176.05 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 187 | 0 | 0.93 | 0.21 | 0.07 | 313.42 | 0.87 | 0.5 |
| Hex | EC | 11 | BB | 0 | 5D | 15 | 7 | 139 | 57 | 32 |
| Octal | 354 | 21 | 273 | 0 | 135 | 25 | 7 | 471 | 127 | 62 |
| Binary | 11101100 | 10001 | 10111011 | 0 | 1011101 | 10101 | 111 | 100111001 | 1010111 | 110010 |
Color Harmonies of #EC11BB
Complementary color
Monochromatic Colors of #EC11BB
Black with #EC11BB
Text Example
Text Example
White with #EC11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11BB; }
p { color: rgb(236,17,187); }
H1.HeaderClassName
{
color: #EC11BB;
}
.AnyTagClassName
{
color: #EC11BB;
}
</style>
background-color css
<style>
a { background-color: #EC11BB; }
a { background-color: rgb(236,17,187); }
div.DivClassName
{
background-color: #EC11BB;
}
.BgClassName
{
background-color: #EC11BB;
}
</style>
border-color css
<style>
span { border-color: #EC11BB; }
span { border-color: rgb(236,17,187); }
td.TdClassName
{
border-color: #EC11BB;
}
.TagClassName
{
border-color: #EC11BB;
}
</style>