Shades of Shocking Pink #EC12D1
Tints of Shocking Pink #EC12D1
RGB
CMYK
RGB Variations
Color information
#EC12D1 (or 0xEC12D1) is known color: Shocking Pink. HEX triplet: EC, 12 and D1. RGB value is (236,18,209). Sum of RGB (Red+Green+Blue) = 236+18+209=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC12D1 is #13ED2E. Grayscale: #686868. Windows color (decimal): -1305903 or 13701868. OLE color: 13701868.
HSL color Cylindrical-coordinate representation of color #EC12D1: hue angle of 307.43º 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 #EC12D1 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 209 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.07 |
| HSL | 307.43º | 0.86% | 0.5% | - |
| HSV(B) | 307.43º | 0.92% | 0.93% | - |
| XYZ | 46.32 | 22.87 | 62.29 | - |
| YUV | 104.96 | 186.72 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 209 | 0 | 0.92 | 0.11 | 0.07 | 307.43 | 0.86 | 0.5 |
| Hex | EC | 12 | D1 | 0 | 5C | B | 7 | 133 | 56 | 32 |
| Octal | 354 | 22 | 321 | 0 | 134 | 13 | 7 | 463 | 126 | 62 |
| Binary | 11101100 | 10010 | 11010001 | 0 | 1011100 | 1011 | 111 | 100110011 | 1010110 | 110010 |
Color Harmonies of #EC12D1
Complementary color
Monochromatic Colors of #EC12D1
Black with #EC12D1
Text Example
Text Example
White with #EC12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12D1; }
p { color: rgb(236,18,209); }
H1.HeaderClassName
{
color: #EC12D1;
}
.AnyTagClassName
{
color: #EC12D1;
}
</style>
background-color css
<style>
a { background-color: #EC12D1; }
a { background-color: rgb(236,18,209); }
div.DivClassName
{
background-color: #EC12D1;
}
.BgClassName
{
background-color: #EC12D1;
}
</style>
border-color css
<style>
span { border-color: #EC12D1; }
span { border-color: rgb(236,18,209); }
td.TdClassName
{
border-color: #EC12D1;
}
.TagClassName
{
border-color: #EC12D1;
}
</style>