Shades of Shocking Pink #EF1FC0
Tints of Shocking Pink #EF1FC0
RGB
CMYK
RGB Variations
Color information
#EF1FC0 (or 0xEF1FC0) is known color: Shocking Pink. HEX triplet: EF, 1F and C0. RGB value is (239,31,192). Sum of RGB (Red+Green+Blue) = 239+31+192=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 31 (12.5% from 255 or 6.71% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FC0 is #10E03F. Grayscale: #6F6F6F. Windows color (decimal): -1105984 or 12591087. OLE color: 12591087.
HSL color Cylindrical-coordinate representation of color #EF1FC0: hue angle of 313.56º 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 #EF1FC0 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 192 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.06 |
| HSL | 313.56º | 0.87% | 0.53% | - |
| HSV(B) | 313.56º | 0.87% | 0.94% | - |
| XYZ | 45.6 | 23.14 | 51.93 | - |
| YUV | 111.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 192 | 0 | 0.87 | 0.20 | 0.06 | 313.56 | 0.87 | 0.53 |
| Hex | EF | 1F | C0 | 0 | 57 | 14 | 6 | 13A | 57 | 35 |
| Octal | 357 | 37 | 300 | 0 | 127 | 24 | 6 | 472 | 127 | 65 |
| Binary | 11101111 | 11111 | 11000000 | 0 | 1010111 | 10100 | 110 | 100111010 | 1010111 | 110101 |
Color Harmonies of #EF1FC0
Complementary color
Monochromatic Colors of #EF1FC0
Black with #EF1FC0
Text Example
Text Example
White with #EF1FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FC0; }
p { color: rgb(239,31,192); }
H1.HeaderClassName
{
color: #EF1FC0;
}
.AnyTagClassName
{
color: #EF1FC0;
}
</style>
background-color css
<style>
a { background-color: #EF1FC0; }
a { background-color: rgb(239,31,192); }
div.DivClassName
{
background-color: #EF1FC0;
}
.BgClassName
{
background-color: #EF1FC0;
}
</style>
border-color css
<style>
span { border-color: #EF1FC0; }
span { border-color: rgb(239,31,192); }
td.TdClassName
{
border-color: #EF1FC0;
}
.TagClassName
{
border-color: #EF1FC0;
}
</style>