Shades of Shocking Pink #EF16BB
Tints of Shocking Pink #EF16BB
RGB
CMYK
RGB Variations
Color information
#EF16BB (or 0xEF16BB) is known color: Shocking Pink. HEX triplet: EF, 16 and BB. RGB value is (239,22,187). Sum of RGB (Red+Green+Blue) = 239+22+187=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16BB is #10E944. Grayscale: #696969. Windows color (decimal): -1108293 or 12261103. OLE color: 12261103.
HSL color Cylindrical-coordinate representation of color #EF16BB: hue angle of 314.38º 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 #EF16BB is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.06 |
| HSL | 314.38º | 0.87% | 0.51% | - |
| HSV(B) | 314.38º | 0.91% | 0.94% | - |
| XYZ | 44.85 | 22.51 | 49 | - |
| YUV | 105.69 | 173.89 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 187 | 0 | 0.91 | 0.22 | 0.06 | 314.38 | 0.87 | 0.51 |
| Hex | EF | 16 | BB | 0 | 5B | 16 | 6 | 13A | 57 | 33 |
| Octal | 357 | 26 | 273 | 0 | 133 | 26 | 6 | 472 | 127 | 63 |
| Binary | 11101111 | 10110 | 10111011 | 0 | 1011011 | 10110 | 110 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EF16BB
Complementary color
Monochromatic Colors of #EF16BB
Black with #EF16BB
Text Example
Text Example
White with #EF16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16BB; }
p { color: rgb(239,22,187); }
H1.HeaderClassName
{
color: #EF16BB;
}
.AnyTagClassName
{
color: #EF16BB;
}
</style>
background-color css
<style>
a { background-color: #EF16BB; }
a { background-color: rgb(239,22,187); }
div.DivClassName
{
background-color: #EF16BB;
}
.BgClassName
{
background-color: #EF16BB;
}
</style>
border-color css
<style>
span { border-color: #EF16BB; }
span { border-color: rgb(239,22,187); }
td.TdClassName
{
border-color: #EF16BB;
}
.TagClassName
{
border-color: #EF16BB;
}
</style>