Shades of Shocking Pink #EF16CC
Tints of Shocking Pink #EF16CC
RGB
CMYK
RGB Variations
Color information
#EF16CC (or 0xEF16CC) is known color: Shocking Pink. HEX triplet: EF, 16 and CC. RGB value is (239,22,204). Sum of RGB (Red+Green+Blue) = 239+22+204=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF16CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF16CC is #10E933. Grayscale: #6B6B6B. Windows color (decimal): -1108276 or 13375215. OLE color: 13375215.
HSL color Cylindrical-coordinate representation of color #EF16CC: hue angle of 309.68º 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 #EF16CC is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 204 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.06 |
| HSL | 309.68º | 0.87% | 0.51% | - |
| HSV(B) | 309.68º | 0.91% | 0.94% | - |
| XYZ | 46.78 | 23.28 | 59.16 | - |
| YUV | 107.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 204 | 0 | 0.91 | 0.15 | 0.06 | 309.68 | 0.87 | 0.51 |
| Hex | EF | 16 | CC | 0 | 5B | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 26 | 314 | 0 | 133 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10110 | 11001100 | 0 | 1011011 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF16CC
Complementary color
Monochromatic Colors of #EF16CC
Black with #EF16CC
Text Example
Text Example
White with #EF16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF16CC; }
p { color: rgb(239,22,204); }
H1.HeaderClassName
{
color: #EF16CC;
}
.AnyTagClassName
{
color: #EF16CC;
}
</style>
background-color css
<style>
a { background-color: #EF16CC; }
a { background-color: rgb(239,22,204); }
div.DivClassName
{
background-color: #EF16CC;
}
.BgClassName
{
background-color: #EF16CC;
}
</style>
border-color css
<style>
span { border-color: #EF16CC; }
span { border-color: rgb(239,22,204); }
td.TdClassName
{
border-color: #EF16CC;
}
.TagClassName
{
border-color: #EF16CC;
}
</style>