Shades of Shocking Pink #EC11BE
Tints of Shocking Pink #EC11BE
RGB
CMYK
RGB Variations
Color information
#EC11BE (or 0xEC11BE) is known color: Shocking Pink. HEX triplet: EC, 11 and BE. RGB value is (236,17,190). Sum of RGB (Red+Green+Blue) = 236+17+190=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11BE is #13EE41. Grayscale: #656565. Windows color (decimal): -1306178 or 12456428. OLE color: 12456428.
HSL color Cylindrical-coordinate representation of color #EC11BE: hue angle of 312.6º 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 #EC11BE is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 190 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.07 |
| HSL | 312.6º | 0.87% | 0.5% | - |
| HSV(B) | 312.6º | 0.93% | 0.93% | - |
| XYZ | 44.09 | 21.95 | 50.63 | - |
| YUV | 102.2 | 177.55 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 190 | 0 | 0.93 | 0.19 | 0.07 | 312.6 | 0.87 | 0.5 |
| Hex | EC | 11 | BE | 0 | 5D | 13 | 7 | 139 | 57 | 32 |
| Octal | 354 | 21 | 276 | 0 | 135 | 23 | 7 | 471 | 127 | 62 |
| Binary | 11101100 | 10001 | 10111110 | 0 | 1011101 | 10011 | 111 | 100111001 | 1010111 | 110010 |
Color Harmonies of #EC11BE
Complementary color
Monochromatic Colors of #EC11BE
Black with #EC11BE
Text Example
Text Example
White with #EC11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11BE; }
p { color: rgb(236,17,190); }
H1.HeaderClassName
{
color: #EC11BE;
}
.AnyTagClassName
{
color: #EC11BE;
}
</style>
background-color css
<style>
a { background-color: #EC11BE; }
a { background-color: rgb(236,17,190); }
div.DivClassName
{
background-color: #EC11BE;
}
.BgClassName
{
background-color: #EC11BE;
}
</style>
border-color css
<style>
span { border-color: #EC11BE; }
span { border-color: rgb(236,17,190); }
td.TdClassName
{
border-color: #EC11BE;
}
.TagClassName
{
border-color: #EC11BE;
}
</style>