Shades of Shocking Pink #EF16BE
Tints of Shocking Pink #EF16BE
RGB
CMYK
RGB Variations
Color information
#EF16BE (or 0xEF16BE) is known color: Shocking Pink. HEX triplet: EF, 16 and BE. RGB value is (239,22,190). Sum of RGB (Red+Green+Blue) = 239+22+190=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16BE is #10E941. Grayscale: #696969. Windows color (decimal): -1108290 or 12457711. OLE color: 12457711.
HSL color Cylindrical-coordinate representation of color #EF16BE: hue angle of 313.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF16BE is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 190 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.06 |
| HSL | 313.55º | 0.87% | 0.51% | - |
| HSV(B) | 313.55º | 0.91% | 0.94% | - |
| XYZ | 45.18 | 22.64 | 50.7 | - |
| YUV | 106.04 | 175.39 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 190 | 0 | 0.91 | 0.21 | 0.06 | 313.55 | 0.87 | 0.51 |
| Hex | EF | 16 | BE | 0 | 5B | 15 | 6 | 13A | 57 | 33 |
| Octal | 357 | 26 | 276 | 0 | 133 | 25 | 6 | 472 | 127 | 63 |
| Binary | 11101111 | 10110 | 10111110 | 0 | 1011011 | 10101 | 110 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EF16BE
Complementary color
Monochromatic Colors of #EF16BE
Black with #EF16BE
Text Example
Text Example
White with #EF16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16BE; }
p { color: rgb(239,22,190); }
H1.HeaderClassName
{
color: #EF16BE;
}
.AnyTagClassName
{
color: #EF16BE;
}
</style>
background-color css
<style>
a { background-color: #EF16BE; }
a { background-color: rgb(239,22,190); }
div.DivClassName
{
background-color: #EF16BE;
}
.BgClassName
{
background-color: #EF16BE;
}
</style>
border-color css
<style>
span { border-color: #EF16BE; }
span { border-color: rgb(239,22,190); }
td.TdClassName
{
border-color: #EF16BE;
}
.TagClassName
{
border-color: #EF16BE;
}
</style>