Shades of Shocking Pink #EC14BB
Tints of Shocking Pink #EC14BB
RGB
CMYK
RGB Variations
Color information
#EC14BB (or 0xEC14BB) is known color: Shocking Pink. HEX triplet: EC, 14 and BB. RGB value is (236,20,187). Sum of RGB (Red+Green+Blue) = 236+20+187=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC14BB is #13EB44. Grayscale: #676767. Windows color (decimal): -1305413 or 12260588. OLE color: 12260588.
HSL color Cylindrical-coordinate representation of color #EC14BB: hue angle of 313.61º 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 #EC14BB is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 187 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.07 |
| HSL | 313.61º | 0.85% | 0.5% | - |
| HSV(B) | 313.61º | 0.92% | 0.93% | - |
| XYZ | 43.81 | 21.92 | 48.94 | - |
| YUV | 103.62 | 175.06 | 222.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 187 | 0 | 0.92 | 0.21 | 0.07 | 313.61 | 0.85 | 0.5 |
| Hex | EC | 14 | BB | 0 | 5C | 15 | 7 | 13A | 55 | 32 |
| Octal | 354 | 24 | 273 | 0 | 134 | 25 | 7 | 472 | 125 | 62 |
| Binary | 11101100 | 10100 | 10111011 | 0 | 1011100 | 10101 | 111 | 100111010 | 1010101 | 110010 |
Color Harmonies of #EC14BB
Complementary color
Monochromatic Colors of #EC14BB
Black with #EC14BB
Text Example
Text Example
White with #EC14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14BB; }
p { color: rgb(236,20,187); }
H1.HeaderClassName
{
color: #EC14BB;
}
.AnyTagClassName
{
color: #EC14BB;
}
</style>
background-color css
<style>
a { background-color: #EC14BB; }
a { background-color: rgb(236,20,187); }
div.DivClassName
{
background-color: #EC14BB;
}
.BgClassName
{
background-color: #EC14BB;
}
</style>
border-color css
<style>
span { border-color: #EC14BB; }
span { border-color: rgb(236,20,187); }
td.TdClassName
{
border-color: #EC14BB;
}
.TagClassName
{
border-color: #EC14BB;
}
</style>