Shades of Shocking Pink #EC0FCC
Tints of Shocking Pink #EC0FCC
RGB
CMYK
RGB Variations
Color information
#EC0FCC (or 0xEC0FCC) is known color: Shocking Pink. HEX triplet: EC, 0F and CC. RGB value is (236,15,204). Sum of RGB (Red+Green+Blue) = 236+15+204=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FCC is #13F033. Grayscale: #666666. Windows color (decimal): -1306676 or 13373420. OLE color: 13373420.
HSL color Cylindrical-coordinate representation of color #EC0FCC: hue angle of 308.69º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FCC is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 204 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.07 |
| HSL | 308.69º | 0.88% | 0.49% | - |
| HSV(B) | 308.69º | 0.94% | 0.93% | - |
| XYZ | 45.66 | 22.53 | 59.07 | - |
| YUV | 102.63 | 185.22 | 223.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 204 | 0 | 0.94 | 0.14 | 0.07 | 308.69 | 0.88 | 0.49 |
| Hex | EC | F | CC | 0 | 5E | E | 7 | 135 | 58 | 31 |
| Octal | 354 | 17 | 314 | 0 | 136 | 16 | 7 | 465 | 130 | 61 |
| Binary | 11101100 | 1111 | 11001100 | 0 | 1011110 | 1110 | 111 | 100110101 | 1011000 | 110001 |
Color Harmonies of #EC0FCC
Complementary color
Monochromatic Colors of #EC0FCC
Black with #EC0FCC
Text Example
Text Example
White with #EC0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FCC; }
p { color: rgb(236,15,204); }
H1.HeaderClassName
{
color: #EC0FCC;
}
.AnyTagClassName
{
color: #EC0FCC;
}
</style>
background-color css
<style>
a { background-color: #EC0FCC; }
a { background-color: rgb(236,15,204); }
div.DivClassName
{
background-color: #EC0FCC;
}
.BgClassName
{
background-color: #EC0FCC;
}
</style>
border-color css
<style>
span { border-color: #EC0FCC; }
span { border-color: rgb(236,15,204); }
td.TdClassName
{
border-color: #EC0FCC;
}
.TagClassName
{
border-color: #EC0FCC;
}
</style>