Shades of Shocking Pink #EC07C0
Tints of Shocking Pink #EC07C0
RGB
CMYK
RGB Variations
Color information
#EC07C0 (or 0xEC07C0) is known color: Shocking Pink. HEX triplet: EC, 07 and C0. RGB value is (236,7,192). Sum of RGB (Red+Green+Blue) = 236+7+192=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC07C0 is #13F83F. Grayscale: #606060. Windows color (decimal): -1308736 or 12584940. OLE color: 12584940.
HSL color Cylindrical-coordinate representation of color #EC07C0: hue angle of 311.53º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC07C0 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 192 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.07 |
| HSL | 311.53º | 0.94% | 0.48% | - |
| HSV(B) | 311.53º | 0.97% | 0.93% | - |
| XYZ | 44.18 | 21.79 | 51.75 | - |
| YUV | 96.56 | 181.87 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 192 | 0 | 0.97 | 0.19 | 0.07 | 311.53 | 0.94 | 0.48 |
| Hex | EC | 7 | C0 | 0 | 61 | 13 | 7 | 138 | 5E | 30 |
| Octal | 354 | 7 | 300 | 0 | 141 | 23 | 7 | 470 | 136 | 60 |
| Binary | 11101100 | 111 | 11000000 | 0 | 1100001 | 10011 | 111 | 100111000 | 1011110 | 110000 |
Color Harmonies of #EC07C0
Complementary color
Monochromatic Colors of #EC07C0
Black with #EC07C0
Text Example
Text Example
White with #EC07C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC07C0; }
p { color: rgb(236,7,192); }
H1.HeaderClassName
{
color: #EC07C0;
}
.AnyTagClassName
{
color: #EC07C0;
}
</style>
background-color css
<style>
a { background-color: #EC07C0; }
a { background-color: rgb(236,7,192); }
div.DivClassName
{
background-color: #EC07C0;
}
.BgClassName
{
background-color: #EC07C0;
}
</style>
border-color css
<style>
span { border-color: #EC07C0; }
span { border-color: rgb(236,7,192); }
td.TdClassName
{
border-color: #EC07C0;
}
.TagClassName
{
border-color: #EC07C0;
}
</style>