Shades of Spicy Pink #E815AA
Tints of Spicy Pink #E815AA
RGB
CMYK
RGB Variations
Color information
#E815AA (or 0xE815AA) is known color: Spicy Pink. HEX triplet: E8, 15 and AA. RGB value is (232,21,170). Sum of RGB (Red+Green+Blue) = 232+21+170=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E815AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E815AA is #17EA55. Grayscale: #646464. Windows color (decimal): -1567318 or 11146728. OLE color: 11146728.
HSL color Cylindrical-coordinate representation of color #E815AA: hue angle of 317.63º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815AA is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 170 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.09 |
| HSL | 317.63º | 0.83% | 0.5% | - |
| HSV(B) | 317.63º | 0.91% | 0.91% | - |
| XYZ | 40.8 | 20.59 | 39.85 | - |
| YUV | 101.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 170 | 0 | 0.91 | 0.27 | 0.09 | 317.63 | 0.83 | 0.5 |
| Hex | E8 | 15 | AA | 0 | 5B | 1B | 9 | 13E | 53 | 32 |
| Octal | 350 | 25 | 252 | 0 | 133 | 33 | 11 | 476 | 123 | 62 |
| Binary | 11101000 | 10101 | 10101010 | 0 | 1011011 | 11011 | 1001 | 100111110 | 1010011 | 110010 |
Color Harmonies of #E815AA
Complementary color
Monochromatic Colors of #E815AA
Black with #E815AA
Text Example
Text Example
White with #E815AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E815AA; }
p { color: rgb(232,21,170); }
H1.HeaderClassName
{
color: #E815AA;
}
.AnyTagClassName
{
color: #E815AA;
}
</style>
background-color css
<style>
a { background-color: #E815AA; }
a { background-color: rgb(232,21,170); }
div.DivClassName
{
background-color: #E815AA;
}
.BgClassName
{
background-color: #E815AA;
}
</style>
border-color css
<style>
span { border-color: #E815AA; }
span { border-color: rgb(232,21,170); }
td.TdClassName
{
border-color: #E815AA;
}
.TagClassName
{
border-color: #E815AA;
}
</style>