Shades of Shocking Pink #EF16BD
Tints of Shocking Pink #EF16BD
RGB
CMYK
RGB Variations
Color information
#EF16BD (or 0xEF16BD) is known color: Shocking Pink. HEX triplet: EF, 16 and BD. RGB value is (239,22,189). Sum of RGB (Red+Green+Blue) = 239+22+189=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16BD is #10E942. Grayscale: #696969. Windows color (decimal): -1108291 or 12392175. OLE color: 12392175.
HSL color Cylindrical-coordinate representation of color #EF16BD: hue angle of 313.82º 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 #EF16BD is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 189 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.06 |
| HSL | 313.82º | 0.87% | 0.51% | - |
| HSV(B) | 313.82º | 0.91% | 0.94% | - |
| XYZ | 45.07 | 22.6 | 50.13 | - |
| YUV | 105.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 189 | 0 | 0.91 | 0.21 | 0.06 | 313.82 | 0.87 | 0.51 |
| Hex | EF | 16 | BD | 0 | 5B | 15 | 6 | 13A | 57 | 33 |
| Octal | 357 | 26 | 275 | 0 | 133 | 25 | 6 | 472 | 127 | 63 |
| Binary | 11101111 | 10110 | 10111101 | 0 | 1011011 | 10101 | 110 | 100111010 | 1010111 | 110011 |
Color Harmonies of #EF16BD
Complementary color
Monochromatic Colors of #EF16BD
Black with #EF16BD
Text Example
Text Example
White with #EF16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16BD; }
p { color: rgb(239,22,189); }
H1.HeaderClassName
{
color: #EF16BD;
}
.AnyTagClassName
{
color: #EF16BD;
}
</style>
background-color css
<style>
a { background-color: #EF16BD; }
a { background-color: rgb(239,22,189); }
div.DivClassName
{
background-color: #EF16BD;
}
.BgClassName
{
background-color: #EF16BD;
}
</style>
border-color css
<style>
span { border-color: #EF16BD; }
span { border-color: rgb(239,22,189); }
td.TdClassName
{
border-color: #EF16BD;
}
.TagClassName
{
border-color: #EF16BD;
}
</style>