Shades of Spicy Pink #E81FA8
Tints of Spicy Pink #E81FA8
RGB
CMYK
RGB Variations
Color information
#E81FA8 (or 0xE81FA8) is known color: Spicy Pink. HEX triplet: E8, 1F and A8. RGB value is (232,31,168). Sum of RGB (Red+Green+Blue) = 232+31+168=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E81FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81FA8 is #17E057. Grayscale: #6A6A6A. Windows color (decimal): -1564760 or 11018216. OLE color: 11018216.
HSL color Cylindrical-coordinate representation of color #E81FA8: hue angle of 319.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FA8 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 168 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.09 |
| HSL | 319.1º | 0.81% | 0.52% | - |
| HSV(B) | 319.1º | 0.87% | 0.91% | - |
| XYZ | 40.84 | 20.96 | 38.94 | - |
| YUV | 106.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 168 | 0 | 0.87 | 0.28 | 0.09 | 319.1 | 0.81 | 0.52 |
| Hex | E8 | 1F | A8 | 0 | 57 | 1C | 9 | 13F | 51 | 34 |
| Octal | 350 | 37 | 250 | 0 | 127 | 34 | 11 | 477 | 121 | 64 |
| Binary | 11101000 | 11111 | 10101000 | 0 | 1010111 | 11100 | 1001 | 100111111 | 1010001 | 110100 |
Color Harmonies of #E81FA8
Complementary color
Monochromatic Colors of #E81FA8
Black with #E81FA8
Text Example
Text Example
White with #E81FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FA8; }
p { color: rgb(232,31,168); }
H1.HeaderClassName
{
color: #E81FA8;
}
.AnyTagClassName
{
color: #E81FA8;
}
</style>
background-color css
<style>
a { background-color: #E81FA8; }
a { background-color: rgb(232,31,168); }
div.DivClassName
{
background-color: #E81FA8;
}
.BgClassName
{
background-color: #E81FA8;
}
</style>
border-color css
<style>
span { border-color: #E81FA8; }
span { border-color: rgb(232,31,168); }
td.TdClassName
{
border-color: #E81FA8;
}
.TagClassName
{
border-color: #E81FA8;
}
</style>