Shades of Shocking Pink #EC12CC
Tints of Shocking Pink #EC12CC
RGB
CMYK
RGB Variations
Color information
#EC12CC (or 0xEC12CC) is known color: Shocking Pink. HEX triplet: EC, 12 and CC. RGB value is (236,18,204). Sum of RGB (Red+Green+Blue) = 236+18+204=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12CC is #13ED33. Grayscale: #676767. Windows color (decimal): -1305908 or 13374188. OLE color: 13374188.
HSL color Cylindrical-coordinate representation of color #EC12CC: hue angle of 308.81º 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 #EC12CC is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 204 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.07 |
| HSL | 308.81º | 0.86% | 0.5% | - |
| HSV(B) | 308.81º | 0.92% | 0.93% | - |
| XYZ | 45.71 | 22.63 | 59.08 | - |
| YUV | 104.39 | 184.22 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 204 | 0 | 0.92 | 0.14 | 0.07 | 308.81 | 0.86 | 0.5 |
| Hex | EC | 12 | CC | 0 | 5C | E | 7 | 135 | 56 | 32 |
| Octal | 354 | 22 | 314 | 0 | 134 | 16 | 7 | 465 | 126 | 62 |
| Binary | 11101100 | 10010 | 11001100 | 0 | 1011100 | 1110 | 111 | 100110101 | 1010110 | 110010 |
Color Harmonies of #EC12CC
Complementary color
Monochromatic Colors of #EC12CC
Black with #EC12CC
Text Example
Text Example
White with #EC12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12CC; }
p { color: rgb(236,18,204); }
H1.HeaderClassName
{
color: #EC12CC;
}
.AnyTagClassName
{
color: #EC12CC;
}
</style>
background-color css
<style>
a { background-color: #EC12CC; }
a { background-color: rgb(236,18,204); }
div.DivClassName
{
background-color: #EC12CC;
}
.BgClassName
{
background-color: #EC12CC;
}
</style>
border-color css
<style>
span { border-color: #EC12CC; }
span { border-color: rgb(236,18,204); }
td.TdClassName
{
border-color: #EC12CC;
}
.TagClassName
{
border-color: #EC12CC;
}
</style>