Shades of Shocking Pink #EC13BB
Tints of Shocking Pink #EC13BB
RGB
CMYK
RGB Variations
Color information
#EC13BB (or 0xEC13BB) is known color: Shocking Pink. HEX triplet: EC, 13 and BB. RGB value is (236,19,187). Sum of RGB (Red+Green+Blue) = 236+19+187=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 19 (7.81% from 255 or 4.30% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC13BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC13BB is #13EC44. Grayscale: #666666. Windows color (decimal): -1305669 or 12260332. OLE color: 12260332.
HSL color Cylindrical-coordinate representation of color #EC13BB: hue angle of 313.55º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC13BB is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 19 | 187 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 313.55º | 0.85% | 0.5% | - |
| HSV(B) | 313.55º | 0.92% | 0.93% | - |
| XYZ | 43.79 | 21.89 | 48.93 | - |
| YUV | 103.04 | 175.39 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 19 | 187 | 0 | 0.92 | 0.21 | 0.07 | 313.55 | 0.85 | 0.5 |
| Hex | EC | 13 | BB | 0 | 5C | 15 | 7 | 13A | 55 | 32 |
| Octal | 354 | 23 | 273 | 0 | 134 | 25 | 7 | 472 | 125 | 62 |
| Binary | 11101100 | 10011 | 10111011 | 0 | 1011100 | 10101 | 111 | 100111010 | 1010101 | 110010 |
Color Harmonies of #EC13BB
Complementary color
Monochromatic Colors of #EC13BB
Black with #EC13BB
Text Example
Text Example
White with #EC13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC13BB; }
p { color: rgb(236,19,187); }
H1.HeaderClassName
{
color: #EC13BB;
}
.AnyTagClassName
{
color: #EC13BB;
}
</style>
background-color css
<style>
a { background-color: #EC13BB; }
a { background-color: rgb(236,19,187); }
div.DivClassName
{
background-color: #EC13BB;
}
.BgClassName
{
background-color: #EC13BB;
}
</style>
border-color css
<style>
span { border-color: #EC13BB; }
span { border-color: rgb(236,19,187); }
td.TdClassName
{
border-color: #EC13BB;
}
.TagClassName
{
border-color: #EC13BB;
}
</style>