Shades of Spicy Pink #E320AA
Tints of Spicy Pink #E320AA
RGB
CMYK
RGB Variations
Color information
#E320AA (or 0xE320AA) is known color: Spicy Pink. HEX triplet: E3, 20 and AA. RGB value is (227,32,170). Sum of RGB (Red+Green+Blue) = 227+32+170=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E320AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E320AA is #1CDF55. Grayscale: #696969. Windows color (decimal): -1892182 or 11149539. OLE color: 11149539.
HSL color Cylindrical-coordinate representation of color #E320AA: hue angle of 317.54º degrees, saturation: 0.78, 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 #E320AA is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 170 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.11 |
| HSL | 317.54º | 0.78% | 0.51% | - |
| HSV(B) | 317.54º | 0.86% | 0.89% | - |
| XYZ | 39.45 | 20.27 | 39.86 | - |
| YUV | 106.04 | 164.1 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 170 | 0 | 0.86 | 0.25 | 0.11 | 317.54 | 0.78 | 0.51 |
| Hex | E3 | 20 | AA | 0 | 56 | 19 | B | 13E | 4E | 33 |
| Octal | 343 | 40 | 252 | 0 | 126 | 31 | 13 | 476 | 116 | 63 |
| Binary | 11100011 | 100000 | 10101010 | 0 | 1010110 | 11001 | 1011 | 100111110 | 1001110 | 110011 |
Color Harmonies of #E320AA
Complementary color
Monochromatic Colors of #E320AA
Black with #E320AA
Text Example
Text Example
White with #E320AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E320AA; }
p { color: rgb(227,32,170); }
H1.HeaderClassName
{
color: #E320AA;
}
.AnyTagClassName
{
color: #E320AA;
}
</style>
background-color css
<style>
a { background-color: #E320AA; }
a { background-color: rgb(227,32,170); }
div.DivClassName
{
background-color: #E320AA;
}
.BgClassName
{
background-color: #E320AA;
}
</style>
border-color css
<style>
span { border-color: #E320AA; }
span { border-color: rgb(227,32,170); }
td.TdClassName
{
border-color: #E320AA;
}
.TagClassName
{
border-color: #E320AA;
}
</style>