Shades of Spicy Pink #EF18AF
Tints of Spicy Pink #EF18AF
RGB
CMYK
RGB Variations
Color information
#EF18AF (or 0xEF18AF) is known color: Spicy Pink. HEX triplet: EF, 18 and AF. RGB value is (239,24,175). Sum of RGB (Red+Green+Blue) = 239+24+175=438 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.57% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18AF is #10E750. Grayscale: #696969. Windows color (decimal): -1107793 or 11475183. OLE color: 11475183.
HSL color Cylindrical-coordinate representation of color #EF18AF: hue angle of 317.86º 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 #EF18AF is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.06 |
| HSL | 317.86º | 0.87% | 0.52% | - |
| HSV(B) | 317.86º | 0.9% | 0.94% | - |
| XYZ | 43.66 | 22.1 | 42.52 | - |
| YUV | 105.5 | 167.23 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 175 | 0 | 0.90 | 0.27 | 0.06 | 317.86 | 0.87 | 0.52 |
| Hex | EF | 18 | AF | 0 | 5A | 1B | 6 | 13E | 57 | 34 |
| Octal | 357 | 30 | 257 | 0 | 132 | 33 | 6 | 476 | 127 | 64 |
| Binary | 11101111 | 11000 | 10101111 | 0 | 1011010 | 11011 | 110 | 100111110 | 1010111 | 110100 |
Color Harmonies of #EF18AF
Complementary color
Monochromatic Colors of #EF18AF
Black with #EF18AF
Text Example
Text Example
White with #EF18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18AF; }
p { color: rgb(239,24,175); }
H1.HeaderClassName
{
color: #EF18AF;
}
.AnyTagClassName
{
color: #EF18AF;
}
</style>
background-color css
<style>
a { background-color: #EF18AF; }
a { background-color: rgb(239,24,175); }
div.DivClassName
{
background-color: #EF18AF;
}
.BgClassName
{
background-color: #EF18AF;
}
</style>
border-color css
<style>
span { border-color: #EF18AF; }
span { border-color: rgb(239,24,175); }
td.TdClassName
{
border-color: #EF18AF;
}
.TagClassName
{
border-color: #EF18AF;
}
</style>