Shades of Spicy Pink #E220AB
Tints of Spicy Pink #E220AB
RGB
CMYK
RGB Variations
Color information
#E220AB (or 0xE220AB) is known color: Spicy Pink. HEX triplet: E2, 20 and AB. RGB value is (226,32,171). Sum of RGB (Red+Green+Blue) = 226+32+171=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E220AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E220AB is #1DDF54. Grayscale: #696969. Windows color (decimal): -1957717 or 11215074. OLE color: 11215074.
HSL color Cylindrical-coordinate representation of color #E220AB: hue angle of 317.01º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E220AB is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 171 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.11 |
| HSL | 317.01º | 0.77% | 0.51% | - |
| HSV(B) | 317.01º | 0.86% | 0.89% | - |
| XYZ | 39.23 | 20.14 | 40.35 | - |
| YUV | 105.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 171 | 0 | 0.86 | 0.24 | 0.11 | 317.01 | 0.77 | 0.51 |
| Hex | E2 | 20 | AB | 0 | 56 | 18 | B | 13D | 4D | 33 |
| Octal | 342 | 40 | 253 | 0 | 126 | 30 | 13 | 475 | 115 | 63 |
| Binary | 11100010 | 100000 | 10101011 | 0 | 1010110 | 11000 | 1011 | 100111101 | 1001101 | 110011 |
Color Harmonies of #E220AB
Complementary color
Monochromatic Colors of #E220AB
Black with #E220AB
Text Example
Text Example
White with #E220AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220AB; }
p { color: rgb(226,32,171); }
H1.HeaderClassName
{
color: #E220AB;
}
.AnyTagClassName
{
color: #E220AB;
}
</style>
background-color css
<style>
a { background-color: #E220AB; }
a { background-color: rgb(226,32,171); }
div.DivClassName
{
background-color: #E220AB;
}
.BgClassName
{
background-color: #E220AB;
}
</style>
border-color css
<style>
span { border-color: #E220AB; }
span { border-color: rgb(226,32,171); }
td.TdClassName
{
border-color: #E220AB;
}
.TagClassName
{
border-color: #E220AB;
}
</style>