Shades of Shocking Pink #EC03C0
Tints of Shocking Pink #EC03C0
RGB
CMYK
RGB Variations
Color information
#EC03C0 (or 0xEC03C0) is known color: Shocking Pink. HEX triplet: EC, 03 and C0. RGB value is (236,3,192). Sum of RGB (Red+Green+Blue) = 236+3+192=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 3 (1.56% from 255 or 0.70% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC03C0 is #13FC3F. Grayscale: #5D5D5D. Windows color (decimal): -1309760 or 12583916. OLE color: 12583916.
HSL color Cylindrical-coordinate representation of color #EC03C0: hue angle of 311.33º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC03C0 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.07 |
| HSL | 311.33º | 0.97% | 0.47% | - |
| HSV(B) | 311.33º | 0.99% | 0.93% | - |
| XYZ | 44.14 | 21.7 | 51.73 | - |
| YUV | 94.21 | 183.19 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 192 | 0 | 0.99 | 0.19 | 0.07 | 311.33 | 0.97 | 0.47 |
| Hex | EC | 3 | C0 | 0 | 63 | 13 | 7 | 137 | 61 | 2F |
| Octal | 354 | 3 | 300 | 0 | 143 | 23 | 7 | 467 | 141 | 57 |
| Binary | 11101100 | 11 | 11000000 | 0 | 1100011 | 10011 | 111 | 100110111 | 1100001 | 101111 |
Color Harmonies of #EC03C0
Complementary color
Monochromatic Colors of #EC03C0
Black with #EC03C0
Text Example
Text Example
White with #EC03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC03C0; }
p { color: rgb(236,3,192); }
H1.HeaderClassName
{
color: #EC03C0;
}
.AnyTagClassName
{
color: #EC03C0;
}
</style>
background-color css
<style>
a { background-color: #EC03C0; }
a { background-color: rgb(236,3,192); }
div.DivClassName
{
background-color: #EC03C0;
}
.BgClassName
{
background-color: #EC03C0;
}
</style>
border-color css
<style>
span { border-color: #EC03C0; }
span { border-color: rgb(236,3,192); }
td.TdClassName
{
border-color: #EC03C0;
}
.TagClassName
{
border-color: #EC03C0;
}
</style>