Shades of Spicy Pink #E021A8
Tints of Spicy Pink #E021A8
RGB
CMYK
RGB Variations
Color information
#E021A8 (or 0xE021A8) is known color: Spicy Pink. HEX triplet: E0, 21 and A8. RGB value is (224,33,168). Sum of RGB (Red+Green+Blue) = 224+33+168=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E021A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021A8 is #1FDE57. Grayscale: #696969. Windows color (decimal): -2088536 or 11018720. OLE color: 11018720.
HSL color Cylindrical-coordinate representation of color #E021A8: hue angle of 317.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021A8 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 168 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.12 |
| HSL | 317.59º | 0.75% | 0.5% | - |
| HSV(B) | 317.59º | 0.85% | 0.88% | - |
| XYZ | 38.35 | 19.76 | 38.84 | - |
| YUV | 105.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 168 | 0 | 0.85 | 0.25 | 0.12 | 317.59 | 0.75 | 0.5 |
| Hex | E0 | 21 | A8 | 0 | 55 | 19 | C | 13E | 4B | 32 |
| Octal | 340 | 41 | 250 | 0 | 125 | 31 | 14 | 476 | 113 | 62 |
| Binary | 11100000 | 100001 | 10101000 | 0 | 1010101 | 11001 | 1100 | 100111110 | 1001011 | 110010 |
Color Harmonies of #E021A8
Complementary color
Monochromatic Colors of #E021A8
Black with #E021A8
Text Example
Text Example
White with #E021A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021A8; }
p { color: rgb(224,33,168); }
H1.HeaderClassName
{
color: #E021A8;
}
.AnyTagClassName
{
color: #E021A8;
}
</style>
background-color css
<style>
a { background-color: #E021A8; }
a { background-color: rgb(224,33,168); }
div.DivClassName
{
background-color: #E021A8;
}
.BgClassName
{
background-color: #E021A8;
}
</style>
border-color css
<style>
span { border-color: #E021A8; }
span { border-color: rgb(224,33,168); }
td.TdClassName
{
border-color: #E021A8;
}
.TagClassName
{
border-color: #E021A8;
}
</style>