Shades of Shocking Pink #EC10CD
Tints of Shocking Pink #EC10CD
RGB
CMYK
RGB Variations
Color information
#EC10CD (or 0xEC10CD) is known color: Shocking Pink. HEX triplet: EC, 10 and CD. RGB value is (236,16,205). Sum of RGB (Red+Green+Blue) = 236+16+205=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10CD is #13EF32. Grayscale: #666666. Windows color (decimal): -1306419 or 13439212. OLE color: 13439212.
HSL color Cylindrical-coordinate representation of color #EC10CD: hue angle of 308.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC10CD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 205 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.07 |
| HSL | 308.45º | 0.87% | 0.49% | - |
| HSV(B) | 308.45º | 0.93% | 0.93% | - |
| XYZ | 45.8 | 22.61 | 59.71 | - |
| YUV | 103.33 | 185.39 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 205 | 0 | 0.93 | 0.13 | 0.07 | 308.45 | 0.87 | 0.49 |
| Hex | EC | 10 | CD | 0 | 5D | D | 7 | 134 | 57 | 31 |
| Octal | 354 | 20 | 315 | 0 | 135 | 15 | 7 | 464 | 127 | 61 |
| Binary | 11101100 | 10000 | 11001101 | 0 | 1011101 | 1101 | 111 | 100110100 | 1010111 | 110001 |
Color Harmonies of #EC10CD
Complementary color
Monochromatic Colors of #EC10CD
Black with #EC10CD
Text Example
Text Example
White with #EC10CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10CD; }
p { color: rgb(236,16,205); }
H1.HeaderClassName
{
color: #EC10CD;
}
.AnyTagClassName
{
color: #EC10CD;
}
</style>
background-color css
<style>
a { background-color: #EC10CD; }
a { background-color: rgb(236,16,205); }
div.DivClassName
{
background-color: #EC10CD;
}
.BgClassName
{
background-color: #EC10CD;
}
</style>
border-color css
<style>
span { border-color: #EC10CD; }
span { border-color: rgb(236,16,205); }
td.TdClassName
{
border-color: #EC10CD;
}
.TagClassName
{
border-color: #EC10CD;
}
</style>