Shades of Spicy Pink #E021AB
Tints of Spicy Pink #E021AB
RGB
CMYK
RGB Variations
Color information
#E021AB (or 0xE021AB) is known color: Spicy Pink. HEX triplet: E0, 21 and AB. RGB value is (224,33,171). Sum of RGB (Red+Green+Blue) = 224+33+171=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E021AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021AB is #1FDE54. Grayscale: #696969. Windows color (decimal): -2088533 or 11215328. OLE color: 11215328.
HSL color Cylindrical-coordinate representation of color #E021AB: hue angle of 316.65º 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 #E021AB is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 171 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.12 |
| HSL | 316.65º | 0.75% | 0.5% | - |
| HSV(B) | 316.65º | 0.85% | 0.88% | - |
| XYZ | 38.64 | 19.88 | 40.33 | - |
| YUV | 105.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 171 | 0 | 0.85 | 0.24 | 0.12 | 316.65 | 0.75 | 0.5 |
| Hex | E0 | 21 | AB | 0 | 55 | 18 | C | 13D | 4B | 32 |
| Octal | 340 | 41 | 253 | 0 | 125 | 30 | 14 | 475 | 113 | 62 |
| Binary | 11100000 | 100001 | 10101011 | 0 | 1010101 | 11000 | 1100 | 100111101 | 1001011 | 110010 |
Color Harmonies of #E021AB
Complementary color
Monochromatic Colors of #E021AB
Black with #E021AB
Text Example
Text Example
White with #E021AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021AB; }
p { color: rgb(224,33,171); }
H1.HeaderClassName
{
color: #E021AB;
}
.AnyTagClassName
{
color: #E021AB;
}
</style>
background-color css
<style>
a { background-color: #E021AB; }
a { background-color: rgb(224,33,171); }
div.DivClassName
{
background-color: #E021AB;
}
.BgClassName
{
background-color: #E021AB;
}
</style>
border-color css
<style>
span { border-color: #E021AB; }
span { border-color: rgb(224,33,171); }
td.TdClassName
{
border-color: #E021AB;
}
.TagClassName
{
border-color: #E021AB;
}
</style>