Shades of Spicy Pink #EF18AC
Tints of Spicy Pink #EF18AC
RGB
CMYK
RGB Variations
Color information
#EF18AC (or 0xEF18AC) is known color: Spicy Pink. HEX triplet: EF, 18 and AC. RGB value is (239,24,172). Sum of RGB (Red+Green+Blue) = 239+24+172=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF18AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF18AC is #10E753. Grayscale: #686868. Windows color (decimal): -1107796 or 11278575. OLE color: 11278575.
HSL color Cylindrical-coordinate representation of color #EF18AC: hue angle of 318.7º 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 #EF18AC is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 172 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.06 |
| HSL | 318.7º | 0.87% | 0.52% | - |
| HSV(B) | 318.7º | 0.9% | 0.94% | - |
| XYZ | 43.37 | 21.98 | 40.99 | - |
| YUV | 105.16 | 165.73 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 172 | 0 | 0.90 | 0.28 | 0.06 | 318.7 | 0.87 | 0.52 |
| Hex | EF | 18 | AC | 0 | 5A | 1C | 6 | 13F | 57 | 34 |
| Octal | 357 | 30 | 254 | 0 | 132 | 34 | 6 | 477 | 127 | 64 |
| Binary | 11101111 | 11000 | 10101100 | 0 | 1011010 | 11100 | 110 | 100111111 | 1010111 | 110100 |
Color Harmonies of #EF18AC
Complementary color
Monochromatic Colors of #EF18AC
Black with #EF18AC
Text Example
Text Example
White with #EF18AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18AC; }
p { color: rgb(239,24,172); }
H1.HeaderClassName
{
color: #EF18AC;
}
.AnyTagClassName
{
color: #EF18AC;
}
</style>
background-color css
<style>
a { background-color: #EF18AC; }
a { background-color: rgb(239,24,172); }
div.DivClassName
{
background-color: #EF18AC;
}
.BgClassName
{
background-color: #EF18AC;
}
</style>
border-color css
<style>
span { border-color: #EF18AC; }
span { border-color: rgb(239,24,172); }
td.TdClassName
{
border-color: #EF18AC;
}
.TagClassName
{
border-color: #EF18AC;
}
</style>