Shades of Spicy Pink #EF17AA
Tints of Spicy Pink #EF17AA
RGB
CMYK
RGB Variations
Color information
#EF17AA (or 0xEF17AA) is known color: Spicy Pink. HEX triplet: EF, 17 and AA. RGB value is (239,23,170). Sum of RGB (Red+Green+Blue) = 239+23+170=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF17AA is #10E855. Grayscale: #676767. Windows color (decimal): -1108054 or 11147247. OLE color: 11147247.
HSL color Cylindrical-coordinate representation of color #EF17AA: hue angle of 319.17º 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 #EF17AA is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 170 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.06 |
| HSL | 319.17º | 0.87% | 0.51% | - |
| HSV(B) | 319.17º | 0.9% | 0.94% | - |
| XYZ | 43.16 | 21.87 | 39.98 | - |
| YUV | 104.34 | 165.06 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 170 | 0 | 0.90 | 0.29 | 0.06 | 319.17 | 0.87 | 0.51 |
| Hex | EF | 17 | AA | 0 | 5A | 1D | 6 | 13F | 57 | 33 |
| Octal | 357 | 27 | 252 | 0 | 132 | 35 | 6 | 477 | 127 | 63 |
| Binary | 11101111 | 10111 | 10101010 | 0 | 1011010 | 11101 | 110 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EF17AA
Complementary color
Monochromatic Colors of #EF17AA
Black with #EF17AA
Text Example
Text Example
White with #EF17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17AA; }
p { color: rgb(239,23,170); }
H1.HeaderClassName
{
color: #EF17AA;
}
.AnyTagClassName
{
color: #EF17AA;
}
</style>
background-color css
<style>
a { background-color: #EF17AA; }
a { background-color: rgb(239,23,170); }
div.DivClassName
{
background-color: #EF17AA;
}
.BgClassName
{
background-color: #EF17AA;
}
</style>
border-color css
<style>
span { border-color: #EF17AA; }
span { border-color: rgb(239,23,170); }
td.TdClassName
{
border-color: #EF17AA;
}
.TagClassName
{
border-color: #EF17AA;
}
</style>