Shades of Spicy Pink #E81AAE
Tints of Spicy Pink #E81AAE
RGB
CMYK
RGB Variations
Color information
#E81AAE (or 0xE81AAE) is known color: Spicy Pink. HEX triplet: E8, 1A and AE. RGB value is (232,26,174). Sum of RGB (Red+Green+Blue) = 232+26+174=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81AAE is #17E551. Grayscale: #686868. Windows color (decimal): -1566034 or 11410152. OLE color: 11410152.
HSL color Cylindrical-coordinate representation of color #E81AAE: hue angle of 316.89º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81AAE is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 174 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.09 |
| HSL | 316.89º | 0.82% | 0.51% | - |
| HSV(B) | 316.89º | 0.89% | 0.91% | - |
| XYZ | 41.29 | 20.95 | 41.91 | - |
| YUV | 104.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 174 | 0 | 0.89 | 0.25 | 0.09 | 316.89 | 0.82 | 0.51 |
| Hex | E8 | 1A | AE | 0 | 59 | 19 | 9 | 13D | 52 | 33 |
| Octal | 350 | 32 | 256 | 0 | 131 | 31 | 11 | 475 | 122 | 63 |
| Binary | 11101000 | 11010 | 10101110 | 0 | 1011001 | 11001 | 1001 | 100111101 | 1010010 | 110011 |
Color Harmonies of #E81AAE
Complementary color
Monochromatic Colors of #E81AAE
Black with #E81AAE
Text Example
Text Example
White with #E81AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AAE; }
p { color: rgb(232,26,174); }
H1.HeaderClassName
{
color: #E81AAE;
}
.AnyTagClassName
{
color: #E81AAE;
}
</style>
background-color css
<style>
a { background-color: #E81AAE; }
a { background-color: rgb(232,26,174); }
div.DivClassName
{
background-color: #E81AAE;
}
.BgClassName
{
background-color: #E81AAE;
}
</style>
border-color css
<style>
span { border-color: #E81AAE; }
span { border-color: rgb(232,26,174); }
td.TdClassName
{
border-color: #E81AAE;
}
.TagClassName
{
border-color: #E81AAE;
}
</style>