Shades of Shocking Pink #EF0FB7
Tints of Shocking Pink #EF0FB7
RGB
CMYK
RGB Variations
Color information
#EF0FB7 (or 0xEF0FB7) is known color: Shocking Pink. HEX triplet: EF, 0F and B7. RGB value is (239,15,183). Sum of RGB (Red+Green+Blue) = 239+15+183=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF0FB7 is #10F048. Grayscale: #646464. Windows color (decimal): -1110089 or 11997167. OLE color: 11997167.
HSL color Cylindrical-coordinate representation of color #EF0FB7: hue angle of 315º 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 #EF0FB7 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 15 | 183 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.06 |
| HSL | 315º | 0.88% | 0.5% | - |
| HSV(B) | 315º | 0.94% | 0.94% | - |
| XYZ | 44.31 | 22.11 | 46.73 | - |
| YUV | 101.13 | 174.21 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 15 | 183 | 0 | 0.94 | 0.23 | 0.06 | 315 | 0.88 | 0.5 |
| Hex | EF | F | B7 | 0 | 5E | 17 | 6 | 13B | 58 | 32 |
| Octal | 357 | 17 | 267 | 0 | 136 | 27 | 6 | 473 | 130 | 62 |
| Binary | 11101111 | 1111 | 10110111 | 0 | 1011110 | 10111 | 110 | 100111011 | 1011000 | 110010 |
Color Harmonies of #EF0FB7
Complementary color
Monochromatic Colors of #EF0FB7
Black with #EF0FB7
Text Example
Text Example
White with #EF0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0FB7; }
p { color: rgb(239,15,183); }
H1.HeaderClassName
{
color: #EF0FB7;
}
.AnyTagClassName
{
color: #EF0FB7;
}
</style>
background-color css
<style>
a { background-color: #EF0FB7; }
a { background-color: rgb(239,15,183); }
div.DivClassName
{
background-color: #EF0FB7;
}
.BgClassName
{
background-color: #EF0FB7;
}
</style>
border-color css
<style>
span { border-color: #EF0FB7; }
span { border-color: rgb(239,15,183); }
td.TdClassName
{
border-color: #EF0FB7;
}
.TagClassName
{
border-color: #EF0FB7;
}
</style>