Shades of Shocking Pink #EC0ECD
Tints of Shocking Pink #EC0ECD
RGB
CMYK
RGB Variations
Color information
#EC0ECD (or 0xEC0ECD) is known color: Shocking Pink. HEX triplet: EC, 0E and CD. RGB value is (236,14,205). Sum of RGB (Red+Green+Blue) = 236+14+205=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ECD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ECD is #13F132. Grayscale: #656565. Windows color (decimal): -1306931 or 13438700. OLE color: 13438700.
HSL color Cylindrical-coordinate representation of color #EC0ECD: hue angle of 308.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0ECD is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 205 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.07 |
| HSL | 308.38º | 0.89% | 0.49% | - |
| HSV(B) | 308.38º | 0.94% | 0.93% | - |
| XYZ | 45.77 | 22.55 | 59.7 | - |
| YUV | 102.15 | 186.05 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 205 | 0 | 0.94 | 0.13 | 0.07 | 308.38 | 0.89 | 0.49 |
| Hex | EC | E | CD | 0 | 5E | D | 7 | 134 | 59 | 31 |
| Octal | 354 | 16 | 315 | 0 | 136 | 15 | 7 | 464 | 131 | 61 |
| Binary | 11101100 | 1110 | 11001101 | 0 | 1011110 | 1101 | 111 | 100110100 | 1011001 | 110001 |
Color Harmonies of #EC0ECD
Complementary color
Monochromatic Colors of #EC0ECD
Black with #EC0ECD
Text Example
Text Example
White with #EC0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ECD; }
p { color: rgb(236,14,205); }
H1.HeaderClassName
{
color: #EC0ECD;
}
.AnyTagClassName
{
color: #EC0ECD;
}
</style>
background-color css
<style>
a { background-color: #EC0ECD; }
a { background-color: rgb(236,14,205); }
div.DivClassName
{
background-color: #EC0ECD;
}
.BgClassName
{
background-color: #EC0ECD;
}
</style>
border-color css
<style>
span { border-color: #EC0ECD; }
span { border-color: rgb(236,14,205); }
td.TdClassName
{
border-color: #EC0ECD;
}
.TagClassName
{
border-color: #EC0ECD;
}
</style>