Shades of Shocking Pink #EC16B4
Tints of Shocking Pink #EC16B4
RGB
CMYK
RGB Variations
Color information
#EC16B4 (or 0xEC16B4) is known color: Shocking Pink. HEX triplet: EC, 16 and B4. RGB value is (236,22,180). Sum of RGB (Red+Green+Blue) = 236+22+180=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16B4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC16B4 is #13E94B. Grayscale: #676767. Windows color (decimal): -1304908 or 11802348. OLE color: 11802348.
HSL color Cylindrical-coordinate representation of color #EC16B4: hue angle of 315.7º 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 #EC16B4 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 180 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.07 |
| HSL | 315.7º | 0.85% | 0.51% | - |
| HSV(B) | 315.7º | 0.91% | 0.93% | - |
| XYZ | 43.12 | 21.7 | 45.1 | - |
| YUV | 104 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 180 | 0 | 0.91 | 0.24 | 0.07 | 315.7 | 0.85 | 0.51 |
| Hex | EC | 16 | B4 | 0 | 5B | 18 | 7 | 13C | 55 | 33 |
| Octal | 354 | 26 | 264 | 0 | 133 | 30 | 7 | 474 | 125 | 63 |
| Binary | 11101100 | 10110 | 10110100 | 0 | 1011011 | 11000 | 111 | 100111100 | 1010101 | 110011 |
Color Harmonies of #EC16B4
Complementary color
Monochromatic Colors of #EC16B4
Black with #EC16B4
Text Example
Text Example
White with #EC16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16B4; }
p { color: rgb(236,22,180); }
H1.HeaderClassName
{
color: #EC16B4;
}
.AnyTagClassName
{
color: #EC16B4;
}
</style>
background-color css
<style>
a { background-color: #EC16B4; }
a { background-color: rgb(236,22,180); }
div.DivClassName
{
background-color: #EC16B4;
}
.BgClassName
{
background-color: #EC16B4;
}
</style>
border-color css
<style>
span { border-color: #EC16B4; }
span { border-color: rgb(236,22,180); }
td.TdClassName
{
border-color: #EC16B4;
}
.TagClassName
{
border-color: #EC16B4;
}
</style>