Shades of Spicy Pink #E81AAA
Tints of Spicy Pink #E81AAA
RGB
CMYK
RGB Variations
Color information
#E81AAA (or 0xE81AAA) is known color: Spicy Pink. HEX triplet: E8, 1A and AA. RGB value is (232,26,170). Sum of RGB (Red+Green+Blue) = 232+26+170=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81AAA is #17E555. Grayscale: #676767. Windows color (decimal): -1566038 or 11148008. OLE color: 11148008.
HSL color Cylindrical-coordinate representation of color #E81AAA: hue angle of 318.06º 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 #E81AAA is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.09 |
| HSL | 318.06º | 0.82% | 0.51% | - |
| HSV(B) | 318.06º | 0.89% | 0.91% | - |
| XYZ | 40.9 | 20.8 | 39.89 | - |
| YUV | 104.01 | 165.25 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 170 | 0 | 0.89 | 0.27 | 0.09 | 318.06 | 0.82 | 0.51 |
| Hex | E8 | 1A | AA | 0 | 59 | 1B | 9 | 13E | 52 | 33 |
| Octal | 350 | 32 | 252 | 0 | 131 | 33 | 11 | 476 | 122 | 63 |
| Binary | 11101000 | 11010 | 10101010 | 0 | 1011001 | 11011 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E81AAA
Complementary color
Monochromatic Colors of #E81AAA
Black with #E81AAA
Text Example
Text Example
White with #E81AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AAA; }
p { color: rgb(232,26,170); }
H1.HeaderClassName
{
color: #E81AAA;
}
.AnyTagClassName
{
color: #E81AAA;
}
</style>
background-color css
<style>
a { background-color: #E81AAA; }
a { background-color: rgb(232,26,170); }
div.DivClassName
{
background-color: #E81AAA;
}
.BgClassName
{
background-color: #E81AAA;
}
</style>
border-color css
<style>
span { border-color: #E81AAA; }
span { border-color: rgb(232,26,170); }
td.TdClassName
{
border-color: #E81AAA;
}
.TagClassName
{
border-color: #E81AAA;
}
</style>