Shades of Spicy Pink #E020A6
Tints of Spicy Pink #E020A6
RGB
CMYK
RGB Variations
Color information
#E020A6 (or 0xE020A6) is known color: Spicy Pink. HEX triplet: E0, 20 and A6. RGB value is (224,32,166). Sum of RGB (Red+Green+Blue) = 224+32+166=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E020A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020A6 is #1FDF59. Grayscale: #686868. Windows color (decimal): -2088794 or 10887392. OLE color: 10887392.
HSL color Cylindrical-coordinate representation of color #E020A6: hue angle of 318.12º 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 #E020A6 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 32 | 166 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.12 |
| HSL | 318.13º | 0.76% | 0.5% | - |
| HSV(B) | 318.13º | 0.86% | 0.88% | - |
| XYZ | 38.14 | 19.63 | 37.86 | - |
| YUV | 104.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 32 | 166 | 0 | 0.86 | 0.26 | 0.12 | 318.13 | 0.76 | 0.5 |
| Hex | E0 | 20 | A6 | 0 | 56 | 1A | C | 13E | 4C | 32 |
| Octal | 340 | 40 | 246 | 0 | 126 | 32 | 14 | 476 | 114 | 62 |
| Binary | 11100000 | 100000 | 10100110 | 0 | 1010110 | 11010 | 1100 | 100111110 | 1001100 | 110010 |
Color Harmonies of #E020A6
Complementary color
Monochromatic Colors of #E020A6
Black with #E020A6
Text Example
Text Example
White with #E020A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E020A6; }
p { color: rgb(224,32,166); }
H1.HeaderClassName
{
color: #E020A6;
}
.AnyTagClassName
{
color: #E020A6;
}
</style>
background-color css
<style>
a { background-color: #E020A6; }
a { background-color: rgb(224,32,166); }
div.DivClassName
{
background-color: #E020A6;
}
.BgClassName
{
background-color: #E020A6;
}
</style>
border-color css
<style>
span { border-color: #E020A6; }
span { border-color: rgb(224,32,166); }
td.TdClassName
{
border-color: #E020A6;
}
.TagClassName
{
border-color: #E020A6;
}
</style>