Shades of Shocking Pink #EC12BD
Tints of Shocking Pink #EC12BD
RGB
CMYK
RGB Variations
Color information
#EC12BD (or 0xEC12BD) is known color: Shocking Pink. HEX triplet: EC, 12 and BD. RGB value is (236,18,189). Sum of RGB (Red+Green+Blue) = 236+18+189=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 18 (7.42% from 255 or 4.06% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12BD is #13ED42. Grayscale: #666666. Windows color (decimal): -1305923 or 12391148. OLE color: 12391148.
HSL color Cylindrical-coordinate representation of color #EC12BD: hue angle of 312.94º degrees, saturation: 0.86, 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 #EC12BD is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 189 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.07 |
| HSL | 312.94º | 0.86% | 0.5% | - |
| HSV(B) | 312.94º | 0.92% | 0.93% | - |
| XYZ | 43.99 | 21.94 | 50.06 | - |
| YUV | 102.68 | 176.72 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 189 | 0 | 0.92 | 0.20 | 0.07 | 312.94 | 0.86 | 0.5 |
| Hex | EC | 12 | BD | 0 | 5C | 14 | 7 | 139 | 56 | 32 |
| Octal | 354 | 22 | 275 | 0 | 134 | 24 | 7 | 471 | 126 | 62 |
| Binary | 11101100 | 10010 | 10111101 | 0 | 1011100 | 10100 | 111 | 100111001 | 1010110 | 110010 |
Color Harmonies of #EC12BD
Complementary color
Monochromatic Colors of #EC12BD
Black with #EC12BD
Text Example
Text Example
White with #EC12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12BD; }
p { color: rgb(236,18,189); }
H1.HeaderClassName
{
color: #EC12BD;
}
.AnyTagClassName
{
color: #EC12BD;
}
</style>
background-color css
<style>
a { background-color: #EC12BD; }
a { background-color: rgb(236,18,189); }
div.DivClassName
{
background-color: #EC12BD;
}
.BgClassName
{
background-color: #EC12BD;
}
</style>
border-color css
<style>
span { border-color: #EC12BD; }
span { border-color: rgb(236,18,189); }
td.TdClassName
{
border-color: #EC12BD;
}
.TagClassName
{
border-color: #EC12BD;
}
</style>