Shades of Spicy Pink #EF1FAB
Tints of Spicy Pink #EF1FAB
RGB
CMYK
RGB Variations
Color information
#EF1FAB (or 0xEF1FAB) is known color: Spicy Pink. HEX triplet: EF, 1F and AB. RGB value is (239,31,171). Sum of RGB (Red+Green+Blue) = 239+31+171=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1FAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1FAB is #10E054. Grayscale: #6C6C6C. Windows color (decimal): -1106005 or 11214831. OLE color: 11214831.
HSL color Cylindrical-coordinate representation of color #EF1FAB: hue angle of 319.62º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1FAB is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 171 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.06 |
| HSL | 319.62º | 0.87% | 0.53% | - |
| HSV(B) | 319.62º | 0.87% | 0.94% | - |
| XYZ | 43.44 | 22.27 | 40.54 | - |
| YUV | 109.15 | 162.91 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 171 | 0 | 0.87 | 0.28 | 0.06 | 319.62 | 0.87 | 0.53 |
| Hex | EF | 1F | AB | 0 | 57 | 1C | 6 | 140 | 57 | 35 |
| Octal | 357 | 37 | 253 | 0 | 127 | 34 | 6 | 500 | 127 | 65 |
| Binary | 11101111 | 11111 | 10101011 | 0 | 1010111 | 11100 | 110 | 101000000 | 1010111 | 110101 |
Color Harmonies of #EF1FAB
Complementary color
Monochromatic Colors of #EF1FAB
Black with #EF1FAB
Text Example
Text Example
White with #EF1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1FAB; }
p { color: rgb(239,31,171); }
H1.HeaderClassName
{
color: #EF1FAB;
}
.AnyTagClassName
{
color: #EF1FAB;
}
</style>
background-color css
<style>
a { background-color: #EF1FAB; }
a { background-color: rgb(239,31,171); }
div.DivClassName
{
background-color: #EF1FAB;
}
.BgClassName
{
background-color: #EF1FAB;
}
</style>
border-color css
<style>
span { border-color: #EF1FAB; }
span { border-color: rgb(239,31,171); }
td.TdClassName
{
border-color: #EF1FAB;
}
.TagClassName
{
border-color: #EF1FAB;
}
</style>