Shades of Shocking Pink #EF17C0
Tints of Shocking Pink #EF17C0
RGB
CMYK
RGB Variations
Color information
#EF17C0 (or 0xEF17C0) is known color: Shocking Pink. HEX triplet: EF, 17 and C0. RGB value is (239,23,192). Sum of RGB (Red+Green+Blue) = 239+23+192=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17C0 is #10E83F. Grayscale: #6A6A6A. Windows color (decimal): -1108032 or 12589039. OLE color: 12589039.
HSL color Cylindrical-coordinate representation of color #EF17C0: hue angle of 313.06º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF17C0 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 192 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.06 |
| HSL | 313.06º | 0.87% | 0.51% | - |
| HSV(B) | 313.06º | 0.9% | 0.94% | - |
| XYZ | 45.42 | 22.77 | 51.87 | - |
| YUV | 106.85 | 176.06 | 222.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 192 | 0 | 0.90 | 0.20 | 0.06 | 313.06 | 0.87 | 0.51 |
| Hex | EF | 17 | C0 | 0 | 5A | 14 | 6 | 139 | 57 | 33 |
| Octal | 357 | 27 | 300 | 0 | 132 | 24 | 6 | 471 | 127 | 63 |
| Binary | 11101111 | 10111 | 11000000 | 0 | 1011010 | 10100 | 110 | 100111001 | 1010111 | 110011 |
Color Harmonies of #EF17C0
Complementary color
Monochromatic Colors of #EF17C0
Black with #EF17C0
Text Example
Text Example
White with #EF17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17C0; }
p { color: rgb(239,23,192); }
H1.HeaderClassName
{
color: #EF17C0;
}
.AnyTagClassName
{
color: #EF17C0;
}
</style>
background-color css
<style>
a { background-color: #EF17C0; }
a { background-color: rgb(239,23,192); }
div.DivClassName
{
background-color: #EF17C0;
}
.BgClassName
{
background-color: #EF17C0;
}
</style>
border-color css
<style>
span { border-color: #EF17C0; }
span { border-color: rgb(239,23,192); }
td.TdClassName
{
border-color: #EF17C0;
}
.TagClassName
{
border-color: #EF17C0;
}
</style>