Shades of Shocking Pink #EF17C9
Tints of Shocking Pink #EF17C9
RGB
CMYK
RGB Variations
Color information
#EF17C9 (or 0xEF17C9) is known color: Shocking Pink. HEX triplet: EF, 17 and C9. RGB value is (239,23,201). Sum of RGB (Red+Green+Blue) = 239+23+201=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EF17C9 is #10E836. Grayscale: #6B6B6B. Windows color (decimal): -1108023 or 13178863. OLE color: 13178863.
HSL color Cylindrical-coordinate representation of color #EF17C9: hue angle of 310.56º 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 #EF17C9 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 201 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.06 |
| HSL | 310.56º | 0.87% | 0.51% | - |
| HSV(B) | 310.56º | 0.9% | 0.94% | - |
| XYZ | 46.45 | 23.18 | 57.28 | - |
| YUV | 107.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 201 | 0 | 0.90 | 0.16 | 0.06 | 310.56 | 0.87 | 0.51 |
| Hex | EF | 17 | C9 | 0 | 5A | 10 | 6 | 137 | 57 | 33 |
| Octal | 357 | 27 | 311 | 0 | 132 | 20 | 6 | 467 | 127 | 63 |
| Binary | 11101111 | 10111 | 11001001 | 0 | 1011010 | 10000 | 110 | 100110111 | 1010111 | 110011 |
Color Harmonies of #EF17C9
Complementary color
Monochromatic Colors of #EF17C9
Black with #EF17C9
Text Example
Text Example
White with #EF17C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17C9; }
p { color: rgb(239,23,201); }
H1.HeaderClassName
{
color: #EF17C9;
}
.AnyTagClassName
{
color: #EF17C9;
}
</style>
background-color css
<style>
a { background-color: #EF17C9; }
a { background-color: rgb(239,23,201); }
div.DivClassName
{
background-color: #EF17C9;
}
.BgClassName
{
background-color: #EF17C9;
}
</style>
border-color css
<style>
span { border-color: #EF17C9; }
span { border-color: rgb(239,23,201); }
td.TdClassName
{
border-color: #EF17C9;
}
.TagClassName
{
border-color: #EF17C9;
}
</style>