Shades of Spicy Pink #EF18A8
Tints of Spicy Pink #EF18A8
RGB
CMYK
RGB Variations
Color information
#EF18A8 (or 0xEF18A8) is known color: Spicy Pink. HEX triplet: EF, 18 and A8. RGB value is (239,24,168). Sum of RGB (Red+Green+Blue) = 239+24+168=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18A8 is #10E757. Grayscale: #686868. Windows color (decimal): -1107800 or 11016431. OLE color: 11016431.
HSL color Cylindrical-coordinate representation of color #EF18A8: hue angle of 319.81º 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 #EF18A8 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.06 |
| HSL | 319.81º | 0.87% | 0.52% | - |
| HSV(B) | 319.81º | 0.9% | 0.94% | - |
| XYZ | 42.99 | 21.83 | 38.99 | - |
| YUV | 104.7 | 163.73 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 168 | 0 | 0.90 | 0.30 | 0.06 | 319.81 | 0.87 | 0.52 |
| Hex | EF | 18 | A8 | 0 | 5A | 1E | 6 | 140 | 57 | 34 |
| Octal | 357 | 30 | 250 | 0 | 132 | 36 | 6 | 500 | 127 | 64 |
| Binary | 11101111 | 11000 | 10101000 | 0 | 1011010 | 11110 | 110 | 101000000 | 1010111 | 110100 |
Color Harmonies of #EF18A8
Complementary color
Monochromatic Colors of #EF18A8
Black with #EF18A8
Text Example
Text Example
White with #EF18A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18A8; }
p { color: rgb(239,24,168); }
H1.HeaderClassName
{
color: #EF18A8;
}
.AnyTagClassName
{
color: #EF18A8;
}
</style>
background-color css
<style>
a { background-color: #EF18A8; }
a { background-color: rgb(239,24,168); }
div.DivClassName
{
background-color: #EF18A8;
}
.BgClassName
{
background-color: #EF18A8;
}
</style>
border-color css
<style>
span { border-color: #EF18A8; }
span { border-color: rgb(239,24,168); }
td.TdClassName
{
border-color: #EF18A8;
}
.TagClassName
{
border-color: #EF18A8;
}
</style>