Shades of Shocking Pink #EF16D0
Tints of Shocking Pink #EF16D0
RGB
CMYK
RGB Variations
Color information
#EF16D0 (or 0xEF16D0) is known color: Shocking Pink. HEX triplet: EF, 16 and D0. RGB value is (239,22,208). Sum of RGB (Red+Green+Blue) = 239+22+208=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 22 (8.98% from 255 or 4.69% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16D0 is #10E92F. Grayscale: #6B6B6B. Windows color (decimal): -1108272 or 13637359. OLE color: 13637359.
HSL color Cylindrical-coordinate representation of color #EF16D0: hue angle of 308.57º 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 #EF16D0 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 208 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.06 |
| HSL | 308.57º | 0.87% | 0.51% | - |
| HSV(B) | 308.57º | 0.91% | 0.94% | - |
| XYZ | 47.27 | 23.48 | 61.72 | - |
| YUV | 108.09 | 184.39 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 208 | 0 | 0.91 | 0.13 | 0.06 | 308.57 | 0.87 | 0.51 |
| Hex | EF | 16 | D0 | 0 | 5B | D | 6 | 135 | 57 | 33 |
| Octal | 357 | 26 | 320 | 0 | 133 | 15 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10110 | 11010000 | 0 | 1011011 | 1101 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF16D0
Complementary color
Monochromatic Colors of #EF16D0
Black with #EF16D0
Text Example
Text Example
White with #EF16D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16D0; }
p { color: rgb(239,22,208); }
H1.HeaderClassName
{
color: #EF16D0;
}
.AnyTagClassName
{
color: #EF16D0;
}
</style>
background-color css
<style>
a { background-color: #EF16D0; }
a { background-color: rgb(239,22,208); }
div.DivClassName
{
background-color: #EF16D0;
}
.BgClassName
{
background-color: #EF16D0;
}
</style>
border-color css
<style>
span { border-color: #EF16D0; }
span { border-color: rgb(239,22,208); }
td.TdClassName
{
border-color: #EF16D0;
}
.TagClassName
{
border-color: #EF16D0;
}
</style>