Shades of Spicy Pink #E220AF
Tints of Spicy Pink #E220AF
RGB
CMYK
RGB Variations
Color information
#E220AF (or 0xE220AF) is known color: Spicy Pink. HEX triplet: E2, 20 and AF. RGB value is (226,32,175). Sum of RGB (Red+Green+Blue) = 226+32+175=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E220AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E220AF is #1DDF50. Grayscale: #696969. Windows color (decimal): -1957713 or 11477218. OLE color: 11477218.
HSL color Cylindrical-coordinate representation of color #E220AF: hue angle of 315.77º 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 #E220AF is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.11 |
| HSL | 315.77º | 0.77% | 0.51% | - |
| HSV(B) | 315.77º | 0.86% | 0.89% | - |
| XYZ | 39.62 | 20.3 | 42.39 | - |
| YUV | 106.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 175 | 0 | 0.86 | 0.23 | 0.11 | 315.77 | 0.77 | 0.51 |
| Hex | E2 | 20 | AF | 0 | 56 | 17 | B | 13C | 4D | 33 |
| Octal | 342 | 40 | 257 | 0 | 126 | 27 | 13 | 474 | 115 | 63 |
| Binary | 11100010 | 100000 | 10101111 | 0 | 1010110 | 10111 | 1011 | 100111100 | 1001101 | 110011 |
Color Harmonies of #E220AF
Complementary color
Monochromatic Colors of #E220AF
Black with #E220AF
Text Example
Text Example
White with #E220AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E220AF; }
p { color: rgb(226,32,175); }
H1.HeaderClassName
{
color: #E220AF;
}
.AnyTagClassName
{
color: #E220AF;
}
</style>
background-color css
<style>
a { background-color: #E220AF; }
a { background-color: rgb(226,32,175); }
div.DivClassName
{
background-color: #E220AF;
}
.BgClassName
{
background-color: #E220AF;
}
</style>
border-color css
<style>
span { border-color: #E220AF; }
span { border-color: rgb(226,32,175); }
td.TdClassName
{
border-color: #E220AF;
}
.TagClassName
{
border-color: #E220AF;
}
</style>