Shades of Shocking Pink #EC16BD
Tints of Shocking Pink #EC16BD
RGB
CMYK
RGB Variations
Color information
#EC16BD (or 0xEC16BD) is known color: Shocking Pink. HEX triplet: EC, 16 and BD. RGB value is (236,22,189). Sum of RGB (Red+Green+Blue) = 236+22+189=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16BD is #13E942. Grayscale: #686868. Windows color (decimal): -1304899 or 12392172. OLE color: 12392172.
HSL color Cylindrical-coordinate representation of color #EC16BD: hue angle of 313.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16BD is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 189 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.07 |
| HSL | 313.18º | 0.85% | 0.51% | - |
| HSV(B) | 313.18º | 0.91% | 0.93% | - |
| XYZ | 44.06 | 22.08 | 50.08 | - |
| YUV | 105.02 | 175.4 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 189 | 0 | 0.91 | 0.20 | 0.07 | 313.18 | 0.85 | 0.51 |
| Hex | EC | 16 | BD | 0 | 5B | 14 | 7 | 139 | 55 | 33 |
| Octal | 354 | 26 | 275 | 0 | 133 | 24 | 7 | 471 | 125 | 63 |
| Binary | 11101100 | 10110 | 10111101 | 0 | 1011011 | 10100 | 111 | 100111001 | 1010101 | 110011 |
Color Harmonies of #EC16BD
Complementary color
Monochromatic Colors of #EC16BD
Black with #EC16BD
Text Example
Text Example
White with #EC16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16BD; }
p { color: rgb(236,22,189); }
H1.HeaderClassName
{
color: #EC16BD;
}
.AnyTagClassName
{
color: #EC16BD;
}
</style>
background-color css
<style>
a { background-color: #EC16BD; }
a { background-color: rgb(236,22,189); }
div.DivClassName
{
background-color: #EC16BD;
}
.BgClassName
{
background-color: #EC16BD;
}
</style>
border-color css
<style>
span { border-color: #EC16BD; }
span { border-color: rgb(236,22,189); }
td.TdClassName
{
border-color: #EC16BD;
}
.TagClassName
{
border-color: #EC16BD;
}
</style>