Shades of Shocking Pink #EF0FBF
Tints of Shocking Pink #EF0FBF
RGB
CMYK
RGB Variations
Color information
#EF0FBF (or 0xEF0FBF) is known color: Shocking Pink. HEX triplet: EF, 0F and BF. RGB value is (239,15,191). Sum of RGB (Red+Green+Blue) = 239+15+191=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FBF is #10F040. Grayscale: #656565. Windows color (decimal): -1110081 or 12521455. OLE color: 12521455.
HSL color Cylindrical-coordinate representation of color #EF0FBF: hue angle of 312.86º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0FBF is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 191 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.06 |
| HSL | 312.86º | 0.88% | 0.5% | - |
| HSV(B) | 312.86º | 0.94% | 0.94% | - |
| XYZ | 45.17 | 22.45 | 51.24 | - |
| YUV | 102.04 | 178.21 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 191 | 0 | 0.94 | 0.20 | 0.06 | 312.86 | 0.88 | 0.5 |
| Hex | EF | F | BF | 0 | 5E | 14 | 6 | 139 | 58 | 32 |
| Octal | 357 | 17 | 277 | 0 | 136 | 24 | 6 | 471 | 130 | 62 |
| Binary | 11101111 | 1111 | 10111111 | 0 | 1011110 | 10100 | 110 | 100111001 | 1011000 | 110010 |
Color Harmonies of #EF0FBF
Complementary color
Monochromatic Colors of #EF0FBF
Black with #EF0FBF
Text Example
Text Example
White with #EF0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FBF; }
p { color: rgb(239,15,191); }
H1.HeaderClassName
{
color: #EF0FBF;
}
.AnyTagClassName
{
color: #EF0FBF;
}
</style>
background-color css
<style>
a { background-color: #EF0FBF; }
a { background-color: rgb(239,15,191); }
div.DivClassName
{
background-color: #EF0FBF;
}
.BgClassName
{
background-color: #EF0FBF;
}
</style>
border-color css
<style>
span { border-color: #EF0FBF; }
span { border-color: rgb(239,15,191); }
td.TdClassName
{
border-color: #EF0FBF;
}
.TagClassName
{
border-color: #EF0FBF;
}
</style>