Shades of Spicy Pink #EF18AB
Tints of Spicy Pink #EF18AB
RGB
CMYK
RGB Variations
Color information
#EF18AB (or 0xEF18AB) is known color: Spicy Pink. HEX triplet: EF, 18 and AB. RGB value is (239,24,171). Sum of RGB (Red+Green+Blue) = 239+24+171=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18AB is #10E754. Grayscale: #686868. Windows color (decimal): -1107797 or 11213039. OLE color: 11213039.
HSL color Cylindrical-coordinate representation of color #EF18AB: hue angle of 318.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18AB is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 171 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 318.98º | 0.87% | 0.52% | - |
| HSV(B) | 318.98º | 0.9% | 0.94% | - |
| XYZ | 43.27 | 21.94 | 40.48 | - |
| YUV | 105.04 | 165.23 | 223.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 171 | 0 | 0.90 | 0.28 | 0.06 | 318.98 | 0.87 | 0.52 |
| Hex | EF | 18 | AB | 0 | 5A | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 30 | 253 | 0 | 132 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11000 | 10101011 | 0 | 1011010 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF18AB
Complementary color
Monochromatic Colors of #EF18AB
Black with #EF18AB
Text Example
Text Example
White with #EF18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18AB; }
p { color: rgb(239,24,171); }
H1.HeaderClassName
{
color: #EF18AB;
}
.AnyTagClassName
{
color: #EF18AB;
}
</style>
background-color css
<style>
a { background-color: #EF18AB; }
a { background-color: rgb(239,24,171); }
div.DivClassName
{
background-color: #EF18AB;
}
.BgClassName
{
background-color: #EF18AB;
}
</style>
border-color css
<style>
span { border-color: #EF18AB; }
span { border-color: rgb(239,24,171); }
td.TdClassName
{
border-color: #EF18AB;
}
.TagClassName
{
border-color: #EF18AB;
}
</style>