Shades of Spicy Pink #E81AA4
Tints of Spicy Pink #E81AA4
RGB
CMYK
RGB Variations
Color information
#E81AA4 (or 0xE81AA4) is known color: Spicy Pink. HEX triplet: E8, 1A and A4. RGB value is (232,26,164). Sum of RGB (Red+Green+Blue) = 232+26+164=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81AA4 is #17E55B. Grayscale: #666666. Windows color (decimal): -1566044 or 10754792. OLE color: 10754792.
HSL color Cylindrical-coordinate representation of color #E81AA4: hue angle of 319.81º 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 #E81AA4 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 164 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.09 |
| HSL | 319.81º | 0.82% | 0.51% | - |
| HSV(B) | 319.81º | 0.89% | 0.91% | - |
| XYZ | 40.35 | 20.57 | 36.97 | - |
| YUV | 103.33 | 162.25 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 164 | 0 | 0.89 | 0.29 | 0.09 | 319.81 | 0.82 | 0.51 |
| Hex | E8 | 1A | A4 | 0 | 59 | 1D | 9 | 140 | 52 | 33 |
| Octal | 350 | 32 | 244 | 0 | 131 | 35 | 11 | 500 | 122 | 63 |
| Binary | 11101000 | 11010 | 10100100 | 0 | 1011001 | 11101 | 1001 | 101000000 | 1010010 | 110011 |
Color Harmonies of #E81AA4
Complementary color
Monochromatic Colors of #E81AA4
Black with #E81AA4
Text Example
Text Example
White with #E81AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AA4; }
p { color: rgb(232,26,164); }
H1.HeaderClassName
{
color: #E81AA4;
}
.AnyTagClassName
{
color: #E81AA4;
}
</style>
background-color css
<style>
a { background-color: #E81AA4; }
a { background-color: rgb(232,26,164); }
div.DivClassName
{
background-color: #E81AA4;
}
.BgClassName
{
background-color: #E81AA4;
}
</style>
border-color css
<style>
span { border-color: #E81AA4; }
span { border-color: rgb(232,26,164); }
td.TdClassName
{
border-color: #E81AA4;
}
.TagClassName
{
border-color: #E81AA4;
}
</style>