Shades of Shocking Pink #EF17CF
Tints of Shocking Pink #EF17CF
RGB
CMYK
RGB Variations
Color information
#EF17CF (or 0xEF17CF) is known color: Shocking Pink. HEX triplet: EF, 17 and CF. RGB value is (239,23,207). Sum of RGB (Red+Green+Blue) = 239+23+207=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17CF is #10E830. Grayscale: #6C6C6C. Windows color (decimal): -1108017 or 13572079. OLE color: 13572079.
HSL color Cylindrical-coordinate representation of color #EF17CF: hue angle of 308.89º 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 #EF17CF is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 207 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.06 |
| HSL | 308.89º | 0.87% | 0.51% | - |
| HSV(B) | 308.89º | 0.9% | 0.94% | - |
| XYZ | 47.17 | 23.47 | 61.08 | - |
| YUV | 108.56 | 183.56 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 207 | 0 | 0.90 | 0.13 | 0.06 | 308.89 | 0.87 | 0.51 |
| Hex | EF | 17 | CF | 0 | 5A | D | 6 | 135 | 57 | 33 |
| Octal | 357 | 27 | 317 | 0 | 132 | 15 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001111 | 0 | 1011010 | 1101 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF17CF
Complementary color
Monochromatic Colors of #EF17CF
Black with #EF17CF
Text Example
Text Example
White with #EF17CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17CF; }
p { color: rgb(239,23,207); }
H1.HeaderClassName
{
color: #EF17CF;
}
.AnyTagClassName
{
color: #EF17CF;
}
</style>
background-color css
<style>
a { background-color: #EF17CF; }
a { background-color: rgb(239,23,207); }
div.DivClassName
{
background-color: #EF17CF;
}
.BgClassName
{
background-color: #EF17CF;
}
</style>
border-color css
<style>
span { border-color: #EF17CF; }
span { border-color: rgb(239,23,207); }
td.TdClassName
{
border-color: #EF17CF;
}
.TagClassName
{
border-color: #EF17CF;
}
</style>