Shades of Shocking Pink #EF17CC
Tints of Shocking Pink #EF17CC
RGB
CMYK
RGB Variations
Color information
#EF17CC (or 0xEF17CC) is known color: Shocking Pink. HEX triplet: EF, 17 and CC. RGB value is (239,23,204). Sum of RGB (Red+Green+Blue) = 239+23+204=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17CC is #10E833. Grayscale: #6B6B6B. Windows color (decimal): -1108020 or 13375471. OLE color: 13375471.
HSL color Cylindrical-coordinate representation of color #EF17CC: hue angle of 309.72º 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 #EF17CC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 204 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.06 |
| HSL | 309.72º | 0.87% | 0.51% | - |
| HSV(B) | 309.72º | 0.9% | 0.94% | - |
| XYZ | 46.8 | 23.32 | 59.16 | - |
| YUV | 108.22 | 182.06 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 204 | 0 | 0.90 | 0.15 | 0.06 | 309.72 | 0.87 | 0.51 |
| Hex | EF | 17 | CC | 0 | 5A | F | 6 | 136 | 57 | 33 |
| Octal | 357 | 27 | 314 | 0 | 132 | 17 | 6 | 466 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001100 | 0 | 1011010 | 1111 | 110 | 100110110 | 1010111 | 110011 |
Color Harmonies of #EF17CC
Complementary color
Monochromatic Colors of #EF17CC
Black with #EF17CC
Text Example
Text Example
White with #EF17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17CC; }
p { color: rgb(239,23,204); }
H1.HeaderClassName
{
color: #EF17CC;
}
.AnyTagClassName
{
color: #EF17CC;
}
</style>
background-color css
<style>
a { background-color: #EF17CC; }
a { background-color: rgb(239,23,204); }
div.DivClassName
{
background-color: #EF17CC;
}
.BgClassName
{
background-color: #EF17CC;
}
</style>
border-color css
<style>
span { border-color: #EF17CC; }
span { border-color: rgb(239,23,204); }
td.TdClassName
{
border-color: #EF17CC;
}
.TagClassName
{
border-color: #EF17CC;
}
</style>