Shades of Shocking Pink #EC0ECF
Tints of Shocking Pink #EC0ECF
RGB
CMYK
RGB Variations
Color information
#EC0ECF (or 0xEC0ECF) is known color: Shocking Pink. HEX triplet: EC, 0E and CF. RGB value is (236,14,207). Sum of RGB (Red+Green+Blue) = 236+14+207=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC0ECF is #13F130. Grayscale: #656565. Windows color (decimal): -1306929 or 13569772. OLE color: 13569772.
HSL color Cylindrical-coordinate representation of color #EC0ECF: hue angle of 307.84º degrees, saturation: 0.89, 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 #EC0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.07 |
| HSL | 307.84º | 0.89% | 0.49% | - |
| HSV(B) | 307.84º | 0.94% | 0.93% | - |
| XYZ | 46.01 | 22.65 | 60.98 | - |
| YUV | 102.38 | 187.05 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 14 | 207 | 0 | 0.94 | 0.12 | 0.07 | 307.84 | 0.89 | 0.49 |
| Hex | EC | E | CF | 0 | 5E | C | 7 | 134 | 59 | 31 |
| Octal | 354 | 16 | 317 | 0 | 136 | 14 | 7 | 464 | 131 | 61 |
| Binary | 11101100 | 1110 | 11001111 | 0 | 1011110 | 1100 | 111 | 100110100 | 1011001 | 110001 |
Color Harmonies of #EC0ECF
Complementary color
Monochromatic Colors of #EC0ECF
Black with #EC0ECF
Text Example
Text Example
White with #EC0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0ECF; }
p { color: rgb(236,14,207); }
H1.HeaderClassName
{
color: #EC0ECF;
}
.AnyTagClassName
{
color: #EC0ECF;
}
</style>
background-color css
<style>
a { background-color: #EC0ECF; }
a { background-color: rgb(236,14,207); }
div.DivClassName
{
background-color: #EC0ECF;
}
.BgClassName
{
background-color: #EC0ECF;
}
</style>
border-color css
<style>
span { border-color: #EC0ECF; }
span { border-color: rgb(236,14,207); }
td.TdClassName
{
border-color: #EC0ECF;
}
.TagClassName
{
border-color: #EC0ECF;
}
</style>