Shades of Spicy Pink #EF20AD
Tints of Spicy Pink #EF20AD
RGB
CMYK
RGB Variations
Color information
#EF20AD (or 0xEF20AD) is known color: Spicy Pink. HEX triplet: EF, 20 and AD. RGB value is (239,32,173). Sum of RGB (Red+Green+Blue) = 239+32+173=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 32 (12.89% from 255 or 7.21% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF20AD is #10DF52. Grayscale: #6D6D6D. Windows color (decimal): -1105747 or 11346159. OLE color: 11346159.
HSL color Cylindrical-coordinate representation of color #EF20AD: hue angle of 319.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF20AD is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 173 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.06 |
| HSL | 319.13º | 0.87% | 0.53% | - |
| HSV(B) | 319.13º | 0.87% | 0.94% | - |
| XYZ | 43.66 | 22.4 | 41.56 | - |
| YUV | 109.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 173 | 0 | 0.87 | 0.28 | 0.06 | 319.13 | 0.87 | 0.53 |
| Hex | EF | 20 | AD | 0 | 57 | 1C | 6 | 13F | 57 | 35 |
| Octal | 357 | 40 | 255 | 0 | 127 | 34 | 6 | 477 | 127 | 65 |
| Binary | 11101111 | 100000 | 10101101 | 0 | 1010111 | 11100 | 110 | 100111111 | 1010111 | 110101 |
Color Harmonies of #EF20AD
Complementary color
Monochromatic Colors of #EF20AD
Black with #EF20AD
Text Example
Text Example
White with #EF20AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF20AD; }
p { color: rgb(239,32,173); }
H1.HeaderClassName
{
color: #EF20AD;
}
.AnyTagClassName
{
color: #EF20AD;
}
</style>
background-color css
<style>
a { background-color: #EF20AD; }
a { background-color: rgb(239,32,173); }
div.DivClassName
{
background-color: #EF20AD;
}
.BgClassName
{
background-color: #EF20AD;
}
</style>
border-color css
<style>
span { border-color: #EF20AD; }
span { border-color: rgb(239,32,173); }
td.TdClassName
{
border-color: #EF20AD;
}
.TagClassName
{
border-color: #EF20AD;
}
</style>