Shades of Shocking Pink #EC0FCF
Tints of Shocking Pink #EC0FCF
RGB
CMYK
RGB Variations
Color information
#EC0FCF (or 0xEC0FCF) is known color: Shocking Pink. HEX triplet: EC, 0F and CF. RGB value is (236,15,207). Sum of RGB (Red+Green+Blue) = 236+15+207=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0FCF is #13F030. Grayscale: #666666. Windows color (decimal): -1306673 or 13570028. OLE color: 13570028.
HSL color Cylindrical-coordinate representation of color #EC0FCF: hue angle of 307.87º 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 #EC0FCF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.07 |
| HSL | 307.87º | 0.88% | 0.49% | - |
| HSV(B) | 307.87º | 0.94% | 0.93% | - |
| XYZ | 46.03 | 22.68 | 60.98 | - |
| YUV | 102.97 | 186.72 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 15 | 207 | 0 | 0.94 | 0.12 | 0.07 | 307.87 | 0.88 | 0.49 |
| Hex | EC | F | CF | 0 | 5E | C | 7 | 134 | 58 | 31 |
| Octal | 354 | 17 | 317 | 0 | 136 | 14 | 7 | 464 | 130 | 61 |
| Binary | 11101100 | 1111 | 11001111 | 0 | 1011110 | 1100 | 111 | 100110100 | 1011000 | 110001 |
Color Harmonies of #EC0FCF
Complementary color
Monochromatic Colors of #EC0FCF
Black with #EC0FCF
Text Example
Text Example
White with #EC0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0FCF; }
p { color: rgb(236,15,207); }
H1.HeaderClassName
{
color: #EC0FCF;
}
.AnyTagClassName
{
color: #EC0FCF;
}
</style>
background-color css
<style>
a { background-color: #EC0FCF; }
a { background-color: rgb(236,15,207); }
div.DivClassName
{
background-color: #EC0FCF;
}
.BgClassName
{
background-color: #EC0FCF;
}
</style>
border-color css
<style>
span { border-color: #EC0FCF; }
span { border-color: rgb(236,15,207); }
td.TdClassName
{
border-color: #EC0FCF;
}
.TagClassName
{
border-color: #EC0FCF;
}
</style>