Shades of Shocking Pink #EC10C5
Tints of Shocking Pink #EC10C5
RGB
CMYK
RGB Variations
Color information
#EC10C5 (or 0xEC10C5) is known color: Shocking Pink. HEX triplet: EC, 10 and C5. RGB value is (236,16,197). Sum of RGB (Red+Green+Blue) = 236+16+197=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 16 (6.64% from 255 or 3.56% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10C5 is #13EF3A. Grayscale: #656565. Windows color (decimal): -1306427 or 12914924. OLE color: 12914924.
HSL color Cylindrical-coordinate representation of color #EC10C5: hue angle of 310.64º 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 #EC10C5 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 197 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.07 |
| HSL | 310.64º | 0.87% | 0.49% | - |
| HSV(B) | 310.64º | 0.93% | 0.93% | - |
| XYZ | 44.86 | 22.23 | 54.75 | - |
| YUV | 102.41 | 181.39 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 197 | 0 | 0.93 | 0.17 | 0.07 | 310.64 | 0.87 | 0.49 |
| Hex | EC | 10 | C5 | 0 | 5D | 11 | 7 | 137 | 57 | 31 |
| Octal | 354 | 20 | 305 | 0 | 135 | 21 | 7 | 467 | 127 | 61 |
| Binary | 11101100 | 10000 | 11000101 | 0 | 1011101 | 10001 | 111 | 100110111 | 1010111 | 110001 |
Color Harmonies of #EC10C5
Complementary color
Monochromatic Colors of #EC10C5
Black with #EC10C5
Text Example
Text Example
White with #EC10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10C5; }
p { color: rgb(236,16,197); }
H1.HeaderClassName
{
color: #EC10C5;
}
.AnyTagClassName
{
color: #EC10C5;
}
</style>
background-color css
<style>
a { background-color: #EC10C5; }
a { background-color: rgb(236,16,197); }
div.DivClassName
{
background-color: #EC10C5;
}
.BgClassName
{
background-color: #EC10C5;
}
</style>
border-color css
<style>
span { border-color: #EC10C5; }
span { border-color: rgb(236,16,197); }
td.TdClassName
{
border-color: #EC10C5;
}
.TagClassName
{
border-color: #EC10C5;
}
</style>