Shades of Shocking Pink #EC12CA
Tints of Shocking Pink #EC12CA
RGB
CMYK
RGB Variations
Color information
#EC12CA (or 0xEC12CA) is known color: Shocking Pink. HEX triplet: EC, 12 and CA. RGB value is (236,18,202). Sum of RGB (Red+Green+Blue) = 236+18+202=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12CA is #13ED35. Grayscale: #676767. Windows color (decimal): -1305910 or 13243116. OLE color: 13243116.
HSL color Cylindrical-coordinate representation of color #EC12CA: hue angle of 309.36º 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 #EC12CA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 202 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.07 |
| HSL | 309.36º | 0.86% | 0.5% | - |
| HSV(B) | 309.36º | 0.92% | 0.93% | - |
| XYZ | 45.47 | 22.53 | 57.83 | - |
| YUV | 104.16 | 183.22 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 202 | 0 | 0.92 | 0.14 | 0.07 | 309.36 | 0.86 | 0.5 |
| Hex | EC | 12 | CA | 0 | 5C | E | 7 | 135 | 56 | 32 |
| Octal | 354 | 22 | 312 | 0 | 134 | 16 | 7 | 465 | 126 | 62 |
| Binary | 11101100 | 10010 | 11001010 | 0 | 1011100 | 1110 | 111 | 100110101 | 1010110 | 110010 |
Color Harmonies of #EC12CA
Complementary color
Monochromatic Colors of #EC12CA
Black with #EC12CA
Text Example
Text Example
White with #EC12CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12CA; }
p { color: rgb(236,18,202); }
H1.HeaderClassName
{
color: #EC12CA;
}
.AnyTagClassName
{
color: #EC12CA;
}
</style>
background-color css
<style>
a { background-color: #EC12CA; }
a { background-color: rgb(236,18,202); }
div.DivClassName
{
background-color: #EC12CA;
}
.BgClassName
{
background-color: #EC12CA;
}
</style>
border-color css
<style>
span { border-color: #EC12CA; }
span { border-color: rgb(236,18,202); }
td.TdClassName
{
border-color: #EC12CA;
}
.TagClassName
{
border-color: #EC12CA;
}
</style>