Shades of Spicy Pink #E820AA
Tints of Spicy Pink #E820AA
RGB
CMYK
RGB Variations
Color information
#E820AA (or 0xE820AA) is known color: Spicy Pink. HEX triplet: E8, 20 and AA. RGB value is (232,32,170). Sum of RGB (Red+Green+Blue) = 232+32+170=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 32 (12.89% from 255 or 7.37% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E820AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E820AA is #17DF55. Grayscale: #6B6B6B. Windows color (decimal): -1564502 or 11149544. OLE color: 11149544.
HSL color Cylindrical-coordinate representation of color #E820AA: hue angle of 318.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E820AA is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 170 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.09 |
| HSL | 318.6º | 0.81% | 0.52% | - |
| HSV(B) | 318.6º | 0.86% | 0.91% | - |
| XYZ | 41.05 | 21.09 | 39.94 | - |
| YUV | 107.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 170 | 0 | 0.86 | 0.27 | 0.09 | 318.6 | 0.81 | 0.52 |
| Hex | E8 | 20 | AA | 0 | 56 | 1B | 9 | 13F | 51 | 34 |
| Octal | 350 | 40 | 252 | 0 | 126 | 33 | 11 | 477 | 121 | 64 |
| Binary | 11101000 | 100000 | 10101010 | 0 | 1010110 | 11011 | 1001 | 100111111 | 1010001 | 110100 |
Color Harmonies of #E820AA
Complementary color
Monochromatic Colors of #E820AA
Black with #E820AA
Text Example
Text Example
White with #E820AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820AA; }
p { color: rgb(232,32,170); }
H1.HeaderClassName
{
color: #E820AA;
}
.AnyTagClassName
{
color: #E820AA;
}
</style>
background-color css
<style>
a { background-color: #E820AA; }
a { background-color: rgb(232,32,170); }
div.DivClassName
{
background-color: #E820AA;
}
.BgClassName
{
background-color: #E820AA;
}
</style>
border-color css
<style>
span { border-color: #E820AA; }
span { border-color: rgb(232,32,170); }
td.TdClassName
{
border-color: #E820AA;
}
.TagClassName
{
border-color: #E820AA;
}
</style>