Shades of Shocking Pink #EF17D0
Tints of Shocking Pink #EF17D0
RGB
CMYK
RGB Variations
Color information
#EF17D0 (or 0xEF17D0) is known color: Shocking Pink. HEX triplet: EF, 17 and D0. RGB value is (239,23,208). Sum of RGB (Red+Green+Blue) = 239+23+208=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17D0 is #10E82F. Grayscale: #6C6C6C. Windows color (decimal): -1108016 or 13637615. OLE color: 13637615.
HSL color Cylindrical-coordinate representation of color #EF17D0: hue angle of 308.61º 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 #EF17D0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 208 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.06 |
| HSL | 308.61º | 0.87% | 0.51% | - |
| HSV(B) | 308.61º | 0.9% | 0.94% | - |
| XYZ | 47.29 | 23.52 | 61.72 | - |
| YUV | 108.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 208 | 0 | 0.90 | 0.13 | 0.06 | 308.61 | 0.87 | 0.51 |
| Hex | EF | 17 | D0 | 0 | 5A | D | 6 | 135 | 57 | 33 |
| Octal | 357 | 27 | 320 | 0 | 132 | 15 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10111 | 11010000 | 0 | 1011010 | 1101 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF17D0
Complementary color
Monochromatic Colors of #EF17D0
Black with #EF17D0
Text Example
Text Example
White with #EF17D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17D0; }
p { color: rgb(239,23,208); }
H1.HeaderClassName
{
color: #EF17D0;
}
.AnyTagClassName
{
color: #EF17D0;
}
</style>
background-color css
<style>
a { background-color: #EF17D0; }
a { background-color: rgb(239,23,208); }
div.DivClassName
{
background-color: #EF17D0;
}
.BgClassName
{
background-color: #EF17D0;
}
</style>
border-color css
<style>
span { border-color: #EF17D0; }
span { border-color: rgb(239,23,208); }
td.TdClassName
{
border-color: #EF17D0;
}
.TagClassName
{
border-color: #EF17D0;
}
</style>