Shades of Shocking Pink #EF16CD
Tints of Shocking Pink #EF16CD
RGB
CMYK
RGB Variations
Color information
#EF16CD (or 0xEF16CD) is known color: Shocking Pink. HEX triplet: EF, 16 and CD. RGB value is (239,22,205). Sum of RGB (Red+Green+Blue) = 239+22+205=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16CD is #10E932. Grayscale: #6B6B6B. Windows color (decimal): -1108275 or 13440751. OLE color: 13440751.
HSL color Cylindrical-coordinate representation of color #EF16CD: hue angle of 309.4º 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 #EF16CD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 205 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.06 |
| HSL | 309.4º | 0.87% | 0.51% | - |
| HSV(B) | 309.4º | 0.91% | 0.94% | - |
| XYZ | 46.9 | 23.33 | 59.79 | - |
| YUV | 107.75 | 182.89 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 205 | 0 | 0.91 | 0.14 | 0.06 | 309.4 | 0.87 | 0.51 |
| Hex | EF | 16 | CD | 0 | 5B | E | 6 | 135 | 57 | 33 |
| Octal | 357 | 26 | 315 | 0 | 133 | 16 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10110 | 11001101 | 0 | 1011011 | 1110 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF16CD
Complementary color
Monochromatic Colors of #EF16CD
Black with #EF16CD
Text Example
Text Example
White with #EF16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16CD; }
p { color: rgb(239,22,205); }
H1.HeaderClassName
{
color: #EF16CD;
}
.AnyTagClassName
{
color: #EF16CD;
}
</style>
background-color css
<style>
a { background-color: #EF16CD; }
a { background-color: rgb(239,22,205); }
div.DivClassName
{
background-color: #EF16CD;
}
.BgClassName
{
background-color: #EF16CD;
}
</style>
border-color css
<style>
span { border-color: #EF16CD; }
span { border-color: rgb(239,22,205); }
td.TdClassName
{
border-color: #EF16CD;
}
.TagClassName
{
border-color: #EF16CD;
}
</style>