Shades of Spicy Pink #E221AF
Tints of Spicy Pink #E221AF
RGB
CMYK
RGB Variations
Color information
#E221AF (or 0xE221AF) is known color: Spicy Pink. HEX triplet: E2, 21 and AF. RGB value is (226,33,175). Sum of RGB (Red+Green+Blue) = 226+33+175=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E221AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E221AF is #1DDE50. Grayscale: #6A6A6A. Windows color (decimal): -1957457 or 11477474. OLE color: 11477474.
HSL color Cylindrical-coordinate representation of color #E221AF: hue angle of 315.85º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E221AF is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 175 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.11 |
| HSL | 315.85º | 0.77% | 0.51% | - |
| HSV(B) | 315.85º | 0.85% | 0.89% | - |
| XYZ | 39.65 | 20.35 | 42.4 | - |
| YUV | 106.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 175 | 0 | 0.85 | 0.23 | 0.11 | 315.85 | 0.77 | 0.51 |
| Hex | E2 | 21 | AF | 0 | 55 | 17 | B | 13C | 4D | 33 |
| Octal | 342 | 41 | 257 | 0 | 125 | 27 | 13 | 474 | 115 | 63 |
| Binary | 11100010 | 100001 | 10101111 | 0 | 1010101 | 10111 | 1011 | 100111100 | 1001101 | 110011 |
Color Harmonies of #E221AF
Complementary color
Monochromatic Colors of #E221AF
Black with #E221AF
Text Example
Text Example
White with #E221AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E221AF; }
p { color: rgb(226,33,175); }
H1.HeaderClassName
{
color: #E221AF;
}
.AnyTagClassName
{
color: #E221AF;
}
</style>
background-color css
<style>
a { background-color: #E221AF; }
a { background-color: rgb(226,33,175); }
div.DivClassName
{
background-color: #E221AF;
}
.BgClassName
{
background-color: #E221AF;
}
</style>
border-color css
<style>
span { border-color: #E221AF; }
span { border-color: rgb(226,33,175); }
td.TdClassName
{
border-color: #E221AF;
}
.TagClassName
{
border-color: #E221AF;
}
</style>