Shades of Shocking Pink #EF20BF
Tints of Shocking Pink #EF20BF
RGB
CMYK
RGB Variations
Color information
#EF20BF (or 0xEF20BF) is known color: Shocking Pink. HEX triplet: EF, 20 and BF. RGB value is (239,32,191). Sum of RGB (Red+Green+Blue) = 239+32+191=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20BF is #10DF40. Grayscale: #6F6F6F. Windows color (decimal): -1105729 or 12525807. OLE color: 12525807.
HSL color Cylindrical-coordinate representation of color #EF20BF: hue angle of 313.91º 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 #EF20BF is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 191 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.06 |
| HSL | 313.91º | 0.87% | 0.53% | - |
| HSV(B) | 313.91º | 0.87% | 0.94% | - |
| XYZ | 45.52 | 23.15 | 51.36 | - |
| YUV | 112.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 191 | 0 | 0.87 | 0.20 | 0.06 | 313.91 | 0.87 | 0.53 |
| Hex | EF | 20 | BF | 0 | 57 | 14 | 6 | 13A | 57 | 35 |
| Octal | 357 | 40 | 277 | 0 | 127 | 24 | 6 | 472 | 127 | 65 |
| Binary | 11101111 | 100000 | 10111111 | 0 | 1010111 | 10100 | 110 | 100111010 | 1010111 | 110101 |
Color Harmonies of #EF20BF
Complementary color
Monochromatic Colors of #EF20BF
Black with #EF20BF
Text Example
Text Example
White with #EF20BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20BF; }
p { color: rgb(239,32,191); }
H1.HeaderClassName
{
color: #EF20BF;
}
.AnyTagClassName
{
color: #EF20BF;
}
</style>
background-color css
<style>
a { background-color: #EF20BF; }
a { background-color: rgb(239,32,191); }
div.DivClassName
{
background-color: #EF20BF;
}
.BgClassName
{
background-color: #EF20BF;
}
</style>
border-color css
<style>
span { border-color: #EF20BF; }
span { border-color: rgb(239,32,191); }
td.TdClassName
{
border-color: #EF20BF;
}
.TagClassName
{
border-color: #EF20BF;
}
</style>