Shades of Spicy Pink #EF24AD
Tints of Spicy Pink #EF24AD
RGB
CMYK
RGB Variations
Color information
#EF24AD (or 0xEF24AD) is known color: Spicy Pink. HEX triplet: EF, 24 and AD. RGB value is (239,36,173). Sum of RGB (Red+Green+Blue) = 239+36+173=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 36 (14.45% from 255 or 8.04% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF24AD is #10DB52. Grayscale: #6F6F6F. Windows color (decimal): -1104723 or 11347183. OLE color: 11347183.
HSL color Cylindrical-coordinate representation of color #EF24AD: hue angle of 319.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF24AD is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 36 | 173 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.06 |
| HSL | 319.51º | 0.86% | 0.54% | - |
| HSV(B) | 319.51º | 0.85% | 0.94% | - |
| XYZ | 43.77 | 22.63 | 41.6 | - |
| YUV | 112.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 36 | 173 | 0 | 0.85 | 0.28 | 0.06 | 319.51 | 0.86 | 0.54 |
| Hex | EF | 24 | AD | 0 | 55 | 1C | 6 | 140 | 56 | 36 |
| Octal | 357 | 44 | 255 | 0 | 125 | 34 | 6 | 500 | 126 | 66 |
| Binary | 11101111 | 100100 | 10101101 | 0 | 1010101 | 11100 | 110 | 101000000 | 1010110 | 110110 |
Color Harmonies of #EF24AD
Complementary color
Monochromatic Colors of #EF24AD
Black with #EF24AD
Text Example
Text Example
White with #EF24AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF24AD; }
p { color: rgb(239,36,173); }
H1.HeaderClassName
{
color: #EF24AD;
}
.AnyTagClassName
{
color: #EF24AD;
}
</style>
background-color css
<style>
a { background-color: #EF24AD; }
a { background-color: rgb(239,36,173); }
div.DivClassName
{
background-color: #EF24AD;
}
.BgClassName
{
background-color: #EF24AD;
}
</style>
border-color css
<style>
span { border-color: #EF24AD; }
span { border-color: rgb(239,36,173); }
td.TdClassName
{
border-color: #EF24AD;
}
.TagClassName
{
border-color: #EF24AD;
}
</style>