Shades of Spicy Pink #E022AD
Tints of Spicy Pink #E022AD
RGB
CMYK
RGB Variations
Color information
#E022AD (or 0xE022AD) is known color: Spicy Pink. HEX triplet: E0, 22 and AD. RGB value is (224,34,173). Sum of RGB (Red+Green+Blue) = 224+34+173=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 34 (13.67% from 255 or 7.89% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E022AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E022AD is #1FDD52. Grayscale: #6A6A6A. Windows color (decimal): -2088275 or 11346656. OLE color: 11346656.
HSL color Cylindrical-coordinate representation of color #E022AD: hue angle of 316.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E022AD is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 173 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.12 |
| HSL | 316.11º | 0.75% | 0.51% | - |
| HSV(B) | 316.11º | 0.85% | 0.88% | - |
| XYZ | 38.86 | 20.01 | 41.35 | - |
| YUV | 106.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 173 | 0 | 0.85 | 0.23 | 0.12 | 316.11 | 0.75 | 0.51 |
| Hex | E0 | 22 | AD | 0 | 55 | 17 | C | 13C | 4B | 33 |
| Octal | 340 | 42 | 255 | 0 | 125 | 27 | 14 | 474 | 113 | 63 |
| Binary | 11100000 | 100010 | 10101101 | 0 | 1010101 | 10111 | 1100 | 100111100 | 1001011 | 110011 |
Color Harmonies of #E022AD
Complementary color
Monochromatic Colors of #E022AD
Black with #E022AD
Text Example
Text Example
White with #E022AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E022AD; }
p { color: rgb(224,34,173); }
H1.HeaderClassName
{
color: #E022AD;
}
.AnyTagClassName
{
color: #E022AD;
}
</style>
background-color css
<style>
a { background-color: #E022AD; }
a { background-color: rgb(224,34,173); }
div.DivClassName
{
background-color: #E022AD;
}
.BgClassName
{
background-color: #E022AD;
}
</style>
border-color css
<style>
span { border-color: #E022AD; }
span { border-color: rgb(224,34,173); }
td.TdClassName
{
border-color: #E022AD;
}
.TagClassName
{
border-color: #E022AD;
}
</style>