Shades of Shocking Pink #EC11D1
Tints of Shocking Pink #EC11D1
RGB
CMYK
RGB Variations
Color information
#EC11D1 (or 0xEC11D1) is known color: Shocking Pink. HEX triplet: EC, 11 and D1. RGB value is (236,17,209). Sum of RGB (Red+Green+Blue) = 236+17+209=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11D1 is #13EE2E. Grayscale: #676767. Windows color (decimal): -1306159 or 13701612. OLE color: 13701612.
HSL color Cylindrical-coordinate representation of color #EC11D1: hue angle of 307.4º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11D1 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 209 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.07 |
| HSL | 307.4º | 0.87% | 0.5% | - |
| HSV(B) | 307.4º | 0.93% | 0.93% | - |
| XYZ | 46.3 | 22.84 | 62.29 | - |
| YUV | 104.37 | 187.05 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 209 | 0 | 0.93 | 0.11 | 0.07 | 307.4 | 0.87 | 0.5 |
| Hex | EC | 11 | D1 | 0 | 5D | B | 7 | 133 | 57 | 32 |
| Octal | 354 | 21 | 321 | 0 | 135 | 13 | 7 | 463 | 127 | 62 |
| Binary | 11101100 | 10001 | 11010001 | 0 | 1011101 | 1011 | 111 | 100110011 | 1010111 | 110010 |
Color Harmonies of #EC11D1
Complementary color
Monochromatic Colors of #EC11D1
Black with #EC11D1
Text Example
Text Example
White with #EC11D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11D1; }
p { color: rgb(236,17,209); }
H1.HeaderClassName
{
color: #EC11D1;
}
.AnyTagClassName
{
color: #EC11D1;
}
</style>
background-color css
<style>
a { background-color: #EC11D1; }
a { background-color: rgb(236,17,209); }
div.DivClassName
{
background-color: #EC11D1;
}
.BgClassName
{
background-color: #EC11D1;
}
</style>
border-color css
<style>
span { border-color: #EC11D1; }
span { border-color: rgb(236,17,209); }
td.TdClassName
{
border-color: #EC11D1;
}
.TagClassName
{
border-color: #EC11D1;
}
</style>