Shades of Shocking Pink #EF0FB1
Tints of Shocking Pink #EF0FB1
RGB
CMYK
RGB Variations
Color information
#EF0FB1 (or 0xEF0FB1) is known color: Shocking Pink. HEX triplet: EF, 0F and B1. RGB value is (239,15,177). Sum of RGB (Red+Green+Blue) = 239+15+177=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 15 (6.25% from 255 or 3.48% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0FB1 is #10F04E. Grayscale: #646464. Windows color (decimal): -1110095 or 11603951. OLE color: 11603951.
HSL color Cylindrical-coordinate representation of color #EF0FB1: hue angle of 316.61º 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 #EF0FB1 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 177 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.06 |
| HSL | 316.61º | 0.88% | 0.5% | - |
| HSV(B) | 316.61º | 0.94% | 0.94% | - |
| XYZ | 43.7 | 21.87 | 43.51 | - |
| YUV | 100.44 | 171.21 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 177 | 0 | 0.94 | 0.26 | 0.06 | 316.61 | 0.88 | 0.5 |
| Hex | EF | F | B1 | 0 | 5E | 1A | 6 | 13D | 58 | 32 |
| Octal | 357 | 17 | 261 | 0 | 136 | 32 | 6 | 475 | 130 | 62 |
| Binary | 11101111 | 1111 | 10110001 | 0 | 1011110 | 11010 | 110 | 100111101 | 1011000 | 110010 |
Color Harmonies of #EF0FB1
Complementary color
Monochromatic Colors of #EF0FB1
Black with #EF0FB1
Text Example
Text Example
White with #EF0FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FB1; }
p { color: rgb(239,15,177); }
H1.HeaderClassName
{
color: #EF0FB1;
}
.AnyTagClassName
{
color: #EF0FB1;
}
</style>
background-color css
<style>
a { background-color: #EF0FB1; }
a { background-color: rgb(239,15,177); }
div.DivClassName
{
background-color: #EF0FB1;
}
.BgClassName
{
background-color: #EF0FB1;
}
</style>
border-color css
<style>
span { border-color: #EF0FB1; }
span { border-color: rgb(239,15,177); }
td.TdClassName
{
border-color: #EF0FB1;
}
.TagClassName
{
border-color: #EF0FB1;
}
</style>