Shades of Shocking Pink #EF17CD
Tints of Shocking Pink #EF17CD
RGB
CMYK
RGB Variations
Color information
#EF17CD (or 0xEF17CD) is known color: Shocking Pink. HEX triplet: EF, 17 and CD. RGB value is (239,23,205). Sum of RGB (Red+Green+Blue) = 239+23+205=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17CD is #10E832. Grayscale: #6B6B6B. Windows color (decimal): -1108019 or 13441007. OLE color: 13441007.
HSL color Cylindrical-coordinate representation of color #EF17CD: hue angle of 309.44º 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 #EF17CD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 205 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.06 |
| HSL | 309.44º | 0.87% | 0.51% | - |
| HSV(B) | 309.44º | 0.9% | 0.94% | - |
| XYZ | 46.92 | 23.37 | 59.8 | - |
| YUV | 108.33 | 182.56 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 205 | 0 | 0.90 | 0.14 | 0.06 | 309.44 | 0.87 | 0.51 |
| Hex | EF | 17 | CD | 0 | 5A | E | 6 | 135 | 57 | 33 |
| Octal | 357 | 27 | 315 | 0 | 132 | 16 | 6 | 465 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001101 | 0 | 1011010 | 1110 | 110 | 100110101 | 1010111 | 110011 |
Color Harmonies of #EF17CD
Complementary color
Monochromatic Colors of #EF17CD
Black with #EF17CD
Text Example
Text Example
White with #EF17CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17CD; }
p { color: rgb(239,23,205); }
H1.HeaderClassName
{
color: #EF17CD;
}
.AnyTagClassName
{
color: #EF17CD;
}
</style>
background-color css
<style>
a { background-color: #EF17CD; }
a { background-color: rgb(239,23,205); }
div.DivClassName
{
background-color: #EF17CD;
}
.BgClassName
{
background-color: #EF17CD;
}
</style>
border-color css
<style>
span { border-color: #EF17CD; }
span { border-color: rgb(239,23,205); }
td.TdClassName
{
border-color: #EF17CD;
}
.TagClassName
{
border-color: #EF17CD;
}
</style>