Shades of Shocking Pink #EF1FBC
Tints of Shocking Pink #EF1FBC
RGB
CMYK
RGB Variations
Color information
#EF1FBC (or 0xEF1FBC) is known color: Shocking Pink. HEX triplet: EF, 1F and BC. RGB value is (239,31,188). Sum of RGB (Red+Green+Blue) = 239+31+188=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF1FBC is #10E043. Grayscale: #6E6E6E. Windows color (decimal): -1105988 or 12328943. OLE color: 12328943.
HSL color Cylindrical-coordinate representation of color #EF1FBC: hue angle of 314.71º 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 #EF1FBC is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 188 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.06 |
| HSL | 314.71º | 0.87% | 0.53% | - |
| HSV(B) | 314.71º | 0.87% | 0.94% | - |
| XYZ | 45.16 | 22.96 | 49.63 | - |
| YUV | 111.09 | 171.41 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 188 | 0 | 0.87 | 0.21 | 0.06 | 314.71 | 0.87 | 0.53 |
| Hex | EF | 1F | BC | 0 | 57 | 15 | 6 | 13B | 57 | 35 |
| Octal | 357 | 37 | 274 | 0 | 127 | 25 | 6 | 473 | 127 | 65 |
| Binary | 11101111 | 11111 | 10111100 | 0 | 1010111 | 10101 | 110 | 100111011 | 1010111 | 110101 |
Color Harmonies of #EF1FBC
Complementary color
Monochromatic Colors of #EF1FBC
Black with #EF1FBC
Text Example
Text Example
White with #EF1FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FBC; }
p { color: rgb(239,31,188); }
H1.HeaderClassName
{
color: #EF1FBC;
}
.AnyTagClassName
{
color: #EF1FBC;
}
</style>
background-color css
<style>
a { background-color: #EF1FBC; }
a { background-color: rgb(239,31,188); }
div.DivClassName
{
background-color: #EF1FBC;
}
.BgClassName
{
background-color: #EF1FBC;
}
</style>
border-color css
<style>
span { border-color: #EF1FBC; }
span { border-color: rgb(239,31,188); }
td.TdClassName
{
border-color: #EF1FBC;
}
.TagClassName
{
border-color: #EF1FBC;
}
</style>