Shades of Shocking Pink #EC15BC
Tints of Shocking Pink #EC15BC
RGB
CMYK
RGB Variations
Color information
#EC15BC (or 0xEC15BC) is known color: Shocking Pink. HEX triplet: EC, 15 and BC. RGB value is (236,21,188). Sum of RGB (Red+Green+Blue) = 236+21+188=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC15BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC15BC is #13EA43. Grayscale: #676767. Windows color (decimal): -1305156 or 12326380. OLE color: 12326380.
HSL color Cylindrical-coordinate representation of color #EC15BC: hue angle of 313.4º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC15BC is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 21 | 188 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.07 |
| HSL | 313.4º | 0.85% | 0.5% | - |
| HSV(B) | 313.4º | 0.91% | 0.93% | - |
| XYZ | 43.94 | 22 | 49.51 | - |
| YUV | 104.32 | 175.23 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 21 | 188 | 0 | 0.91 | 0.20 | 0.07 | 313.4 | 0.85 | 0.5 |
| Hex | EC | 15 | BC | 0 | 5B | 14 | 7 | 139 | 55 | 32 |
| Octal | 354 | 25 | 274 | 0 | 133 | 24 | 7 | 471 | 125 | 62 |
| Binary | 11101100 | 10101 | 10111100 | 0 | 1011011 | 10100 | 111 | 100111001 | 1010101 | 110010 |
Color Harmonies of #EC15BC
Complementary color
Monochromatic Colors of #EC15BC
Black with #EC15BC
Text Example
Text Example
White with #EC15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC15BC; }
p { color: rgb(236,21,188); }
H1.HeaderClassName
{
color: #EC15BC;
}
.AnyTagClassName
{
color: #EC15BC;
}
</style>
background-color css
<style>
a { background-color: #EC15BC; }
a { background-color: rgb(236,21,188); }
div.DivClassName
{
background-color: #EC15BC;
}
.BgClassName
{
background-color: #EC15BC;
}
</style>
border-color css
<style>
span { border-color: #EC15BC; }
span { border-color: rgb(236,21,188); }
td.TdClassName
{
border-color: #EC15BC;
}
.TagClassName
{
border-color: #EC15BC;
}
</style>