Shades of Shocking Pink #EC14BD
Tints of Shocking Pink #EC14BD
RGB
CMYK
RGB Variations
Color information
#EC14BD (or 0xEC14BD) is known color: Shocking Pink. HEX triplet: EC, 14 and BD. RGB value is (236,20,189). Sum of RGB (Red+Green+Blue) = 236+20+189=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC14BD is #13EB42. Grayscale: #676767. Windows color (decimal): -1305411 or 12391660. OLE color: 12391660.
HSL color Cylindrical-coordinate representation of color #EC14BD: hue angle of 313.06º 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 #EC14BD is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 189 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.07 |
| HSL | 313.06º | 0.85% | 0.5% | - |
| HSV(B) | 313.06º | 0.92% | 0.93% | - |
| XYZ | 44.03 | 22.01 | 50.07 | - |
| YUV | 103.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 189 | 0 | 0.92 | 0.20 | 0.07 | 313.06 | 0.85 | 0.5 |
| Hex | EC | 14 | BD | 0 | 5C | 14 | 7 | 139 | 55 | 32 |
| Octal | 354 | 24 | 275 | 0 | 134 | 24 | 7 | 471 | 125 | 62 |
| Binary | 11101100 | 10100 | 10111101 | 0 | 1011100 | 10100 | 111 | 100111001 | 1010101 | 110010 |
Color Harmonies of #EC14BD
Complementary color
Monochromatic Colors of #EC14BD
Black with #EC14BD
Text Example
Text Example
White with #EC14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14BD; }
p { color: rgb(236,20,189); }
H1.HeaderClassName
{
color: #EC14BD;
}
.AnyTagClassName
{
color: #EC14BD;
}
</style>
background-color css
<style>
a { background-color: #EC14BD; }
a { background-color: rgb(236,20,189); }
div.DivClassName
{
background-color: #EC14BD;
}
.BgClassName
{
background-color: #EC14BD;
}
</style>
border-color css
<style>
span { border-color: #EC14BD; }
span { border-color: rgb(236,20,189); }
td.TdClassName
{
border-color: #EC14BD;
}
.TagClassName
{
border-color: #EC14BD;
}
</style>