Shades of Spicy Pink #E020AC
Tints of Spicy Pink #E020AC
RGB
CMYK
RGB Variations
Color information
#E020AC (or 0xE020AC) is known color: Spicy Pink. HEX triplet: E0, 20 and AC. RGB value is (224,32,172). Sum of RGB (Red+Green+Blue) = 224+32+172=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E020AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020AC is #1FDF53. Grayscale: #696969. Windows color (decimal): -2088788 or 11280608. OLE color: 11280608.
HSL color Cylindrical-coordinate representation of color #E020AC: hue angle of 316.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020AC is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 172 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.12 |
| HSL | 316.25º | 0.76% | 0.5% | - |
| HSV(B) | 316.25º | 0.86% | 0.88% | - |
| XYZ | 38.7 | 19.86 | 40.82 | - |
| YUV | 105.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 172 | 0 | 0.86 | 0.23 | 0.12 | 316.25 | 0.76 | 0.5 |
| Hex | E0 | 20 | AC | 0 | 56 | 17 | C | 13C | 4C | 32 |
| Octal | 340 | 40 | 254 | 0 | 126 | 27 | 14 | 474 | 114 | 62 |
| Binary | 11100000 | 100000 | 10101100 | 0 | 1010110 | 10111 | 1100 | 100111100 | 1001100 | 110010 |
Color Harmonies of #E020AC
Complementary color
Monochromatic Colors of #E020AC
Black with #E020AC
Text Example
Text Example
White with #E020AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020AC; }
p { color: rgb(224,32,172); }
H1.HeaderClassName
{
color: #E020AC;
}
.AnyTagClassName
{
color: #E020AC;
}
</style>
background-color css
<style>
a { background-color: #E020AC; }
a { background-color: rgb(224,32,172); }
div.DivClassName
{
background-color: #E020AC;
}
.BgClassName
{
background-color: #E020AC;
}
</style>
border-color css
<style>
span { border-color: #E020AC; }
span { border-color: rgb(224,32,172); }
td.TdClassName
{
border-color: #E020AC;
}
.TagClassName
{
border-color: #E020AC;
}
</style>