Shades of Spicy Pink #EF17AB
Tints of Spicy Pink #EF17AB
RGB
CMYK
RGB Variations
Color information
#EF17AB (or 0xEF17AB) is known color: Spicy Pink. HEX triplet: EF, 17 and AB. RGB value is (239,23,171). Sum of RGB (Red+Green+Blue) = 239+23+171=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF17AB is #10E854. Grayscale: #686868. Windows color (decimal): -1108053 or 11212783. OLE color: 11212783.
HSL color Cylindrical-coordinate representation of color #EF17AB: hue angle of 318.89º 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 #EF17AB is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 318.89º | 0.87% | 0.51% | - |
| HSV(B) | 318.89º | 0.9% | 0.94% | - |
| XYZ | 43.25 | 21.9 | 40.48 | - |
| YUV | 104.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 171 | 0 | 0.90 | 0.28 | 0.06 | 318.89 | 0.87 | 0.51 |
| Hex | EF | 17 | AB | 0 | 5A | 1C | 6 | 13F | 57 | 33 |
| Octal | 357 | 27 | 253 | 0 | 132 | 34 | 6 | 477 | 127 | 63 |
| Binary | 11101111 | 10111 | 10101011 | 0 | 1011010 | 11100 | 110 | 100111111 | 1010111 | 110011 |
Color Harmonies of #EF17AB
Complementary color
Monochromatic Colors of #EF17AB
Black with #EF17AB
Text Example
Text Example
White with #EF17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF17AB; }
p { color: rgb(239,23,171); }
H1.HeaderClassName
{
color: #EF17AB;
}
.AnyTagClassName
{
color: #EF17AB;
}
</style>
background-color css
<style>
a { background-color: #EF17AB; }
a { background-color: rgb(239,23,171); }
div.DivClassName
{
background-color: #EF17AB;
}
.BgClassName
{
background-color: #EF17AB;
}
</style>
border-color css
<style>
span { border-color: #EF17AB; }
span { border-color: rgb(239,23,171); }
td.TdClassName
{
border-color: #EF17AB;
}
.TagClassName
{
border-color: #EF17AB;
}
</style>