Shades of Shocking Pink #EC10CA
Tints of Shocking Pink #EC10CA
RGB
CMYK
RGB Variations
Color information
#EC10CA (or 0xEC10CA) is known color: Shocking Pink. HEX triplet: EC, 10 and CA. RGB value is (236,16,202). Sum of RGB (Red+Green+Blue) = 236+16+202=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC10CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC10CA is #13EF35. Grayscale: #666666. Windows color (decimal): -1306422 or 13242604. OLE color: 13242604.
HSL color Cylindrical-coordinate representation of color #EC10CA: hue angle of 309.27º 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 #EC10CA is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.07 |
| HSL | 309.27º | 0.87% | 0.49% | - |
| HSV(B) | 309.27º | 0.93% | 0.93% | - |
| XYZ | 45.44 | 22.47 | 57.82 | - |
| YUV | 102.98 | 183.89 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 16 | 202 | 0 | 0.93 | 0.14 | 0.07 | 309.27 | 0.87 | 0.49 |
| Hex | EC | 10 | CA | 0 | 5D | E | 7 | 135 | 57 | 31 |
| Octal | 354 | 20 | 312 | 0 | 135 | 16 | 7 | 465 | 127 | 61 |
| Binary | 11101100 | 10000 | 11001010 | 0 | 1011101 | 1110 | 111 | 100110101 | 1010111 | 110001 |
Color Harmonies of #EC10CA
Complementary color
Monochromatic Colors of #EC10CA
Black with #EC10CA
Text Example
Text Example
White with #EC10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC10CA; }
p { color: rgb(236,16,202); }
H1.HeaderClassName
{
color: #EC10CA;
}
.AnyTagClassName
{
color: #EC10CA;
}
</style>
background-color css
<style>
a { background-color: #EC10CA; }
a { background-color: rgb(236,16,202); }
div.DivClassName
{
background-color: #EC10CA;
}
.BgClassName
{
background-color: #EC10CA;
}
</style>
border-color css
<style>
span { border-color: #EC10CA; }
span { border-color: rgb(236,16,202); }
td.TdClassName
{
border-color: #EC10CA;
}
.TagClassName
{
border-color: #EC10CA;
}
</style>