Shades of Shocking Pink #EF1FCC
Tints of Shocking Pink #EF1FCC
RGB
CMYK
RGB Variations
Color information
#EF1FCC (or 0xEF1FCC) is known color: Shocking Pink. HEX triplet: EF, 1F and CC. RGB value is (239,31,204). Sum of RGB (Red+Green+Blue) = 239+31+204=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FCC is #10E033. Grayscale: #707070. Windows color (decimal): -1105972 or 13377519. OLE color: 13377519.
HSL color Cylindrical-coordinate representation of color #EF1FCC: hue angle of 310.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FCC is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 204 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.06 |
| HSL | 310.1º | 0.87% | 0.53% | - |
| HSV(B) | 310.1º | 0.87% | 0.94% | - |
| XYZ | 46.99 | 23.69 | 59.22 | - |
| YUV | 112.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 204 | 0 | 0.87 | 0.15 | 0.06 | 310.1 | 0.87 | 0.53 |
| Hex | EF | 1F | CC | 0 | 57 | F | 6 | 136 | 57 | 35 |
| Octal | 357 | 37 | 314 | 0 | 127 | 17 | 6 | 466 | 127 | 65 |
| Binary | 11101111 | 11111 | 11001100 | 0 | 1010111 | 1111 | 110 | 100110110 | 1010111 | 110101 |
Color Harmonies of #EF1FCC
Complementary color
Monochromatic Colors of #EF1FCC
Black with #EF1FCC
Text Example
Text Example
White with #EF1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FCC; }
p { color: rgb(239,31,204); }
H1.HeaderClassName
{
color: #EF1FCC;
}
.AnyTagClassName
{
color: #EF1FCC;
}
</style>
background-color css
<style>
a { background-color: #EF1FCC; }
a { background-color: rgb(239,31,204); }
div.DivClassName
{
background-color: #EF1FCC;
}
.BgClassName
{
background-color: #EF1FCC;
}
</style>
border-color css
<style>
span { border-color: #EF1FCC; }
span { border-color: rgb(239,31,204); }
td.TdClassName
{
border-color: #EF1FCC;
}
.TagClassName
{
border-color: #EF1FCC;
}
</style>