Shades of Shocking Pink #EF16B8
Tints of Shocking Pink #EF16B8
RGB
CMYK
RGB Variations
Color information
#EF16B8 (or 0xEF16B8) is known color: Shocking Pink. HEX triplet: EF, 16 and B8. RGB value is (239,22,184). Sum of RGB (Red+Green+Blue) = 239+22+184=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16B8 is #10E947. Grayscale: #686868. Windows color (decimal): -1108296 or 12064495. OLE color: 12064495.
HSL color Cylindrical-coordinate representation of color #EF16B8: hue angle of 315.21º 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 #EF16B8 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 184 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.06 |
| HSL | 315.21º | 0.87% | 0.51% | - |
| HSV(B) | 315.21º | 0.91% | 0.94% | - |
| XYZ | 44.54 | 22.39 | 47.32 | - |
| YUV | 105.35 | 172.39 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 184 | 0 | 0.91 | 0.23 | 0.06 | 315.21 | 0.87 | 0.51 |
| Hex | EF | 16 | B8 | 0 | 5B | 17 | 6 | 13B | 57 | 33 |
| Octal | 357 | 26 | 270 | 0 | 133 | 27 | 6 | 473 | 127 | 63 |
| Binary | 11101111 | 10110 | 10111000 | 0 | 1011011 | 10111 | 110 | 100111011 | 1010111 | 110011 |
Color Harmonies of #EF16B8
Complementary color
Monochromatic Colors of #EF16B8
Black with #EF16B8
Text Example
Text Example
White with #EF16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16B8; }
p { color: rgb(239,22,184); }
H1.HeaderClassName
{
color: #EF16B8;
}
.AnyTagClassName
{
color: #EF16B8;
}
</style>
background-color css
<style>
a { background-color: #EF16B8; }
a { background-color: rgb(239,22,184); }
div.DivClassName
{
background-color: #EF16B8;
}
.BgClassName
{
background-color: #EF16B8;
}
</style>
border-color css
<style>
span { border-color: #EF16B8; }
span { border-color: rgb(239,22,184); }
td.TdClassName
{
border-color: #EF16B8;
}
.TagClassName
{
border-color: #EF16B8;
}
</style>