Shades of Spicy Pink #EF17AC
Tints of Spicy Pink #EF17AC
RGB
CMYK
RGB Variations
Color information
#EF17AC (or 0xEF17AC) is known color: Spicy Pink. HEX triplet: EF, 17 and AC. RGB value is (239,23,172). Sum of RGB (Red+Green+Blue) = 239+23+172=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF17AC is #10E853. Grayscale: #686868. Windows color (decimal): -1108052 or 11278319. OLE color: 11278319.
HSL color Cylindrical-coordinate representation of color #EF17AC: hue angle of 318.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 #EF17AC is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 172 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 318.61º | 0.87% | 0.51% | - |
| HSV(B) | 318.61º | 0.9% | 0.94% | - |
| XYZ | 43.35 | 21.94 | 40.98 | - |
| YUV | 104.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 172 | 0 | 0.90 | 0.28 | 0.06 | 318.61 | 0.87 | 0.51 |
| Hex | EF | 17 | AC | 0 | 5A | 1C | 6 | 13F | 57 | 33 |
| Octal | 357 | 27 | 254 | 0 | 132 | 34 | 6 | 477 | 127 | 63 |
| Binary | 11101111 | 10111 | 10101100 | 0 | 1011010 | 11100 | 110 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EF17AC
Complementary color
Monochromatic Colors of #EF17AC
Black with #EF17AC
Text Example
Text Example
White with #EF17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17AC; }
p { color: rgb(239,23,172); }
H1.HeaderClassName
{
color: #EF17AC;
}
.AnyTagClassName
{
color: #EF17AC;
}
</style>
background-color css
<style>
a { background-color: #EF17AC; }
a { background-color: rgb(239,23,172); }
div.DivClassName
{
background-color: #EF17AC;
}
.BgClassName
{
background-color: #EF17AC;
}
</style>
border-color css
<style>
span { border-color: #EF17AC; }
span { border-color: rgb(239,23,172); }
td.TdClassName
{
border-color: #EF17AC;
}
.TagClassName
{
border-color: #EF17AC;
}
</style>