Shades of Shocking Pink #EC11CD
Tints of Shocking Pink #EC11CD
RGB
CMYK
RGB Variations
Color information
#EC11CD (or 0xEC11CD) is known color: Shocking Pink. HEX triplet: EC, 11 and CD. RGB value is (236,17,205). Sum of RGB (Red+Green+Blue) = 236+17+205=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC11CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC11CD is #13EE32. Grayscale: #676767. Windows color (decimal): -1306163 or 13439468. OLE color: 13439468.
HSL color Cylindrical-coordinate representation of color #EC11CD: hue angle of 308.49º 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 #EC11CD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 17 | 205 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.07 |
| HSL | 308.49º | 0.87% | 0.5% | - |
| HSV(B) | 308.49º | 0.93% | 0.93% | - |
| XYZ | 45.81 | 22.64 | 59.71 | - |
| YUV | 103.91 | 185.05 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 17 | 205 | 0 | 0.93 | 0.13 | 0.07 | 308.49 | 0.87 | 0.5 |
| Hex | EC | 11 | CD | 0 | 5D | D | 7 | 134 | 57 | 32 |
| Octal | 354 | 21 | 315 | 0 | 135 | 15 | 7 | 464 | 127 | 62 |
| Binary | 11101100 | 10001 | 11001101 | 0 | 1011101 | 1101 | 111 | 100110100 | 1010111 | 110010 |
Color Harmonies of #EC11CD
Complementary color
Monochromatic Colors of #EC11CD
Black with #EC11CD
Text Example
Text Example
White with #EC11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC11CD; }
p { color: rgb(236,17,205); }
H1.HeaderClassName
{
color: #EC11CD;
}
.AnyTagClassName
{
color: #EC11CD;
}
</style>
background-color css
<style>
a { background-color: #EC11CD; }
a { background-color: rgb(236,17,205); }
div.DivClassName
{
background-color: #EC11CD;
}
.BgClassName
{
background-color: #EC11CD;
}
</style>
border-color css
<style>
span { border-color: #EC11CD; }
span { border-color: rgb(236,17,205); }
td.TdClassName
{
border-color: #EC11CD;
}
.TagClassName
{
border-color: #EC11CD;
}
</style>