Shades of Spicy Pink #E81AB1
Tints of Spicy Pink #E81AB1
RGB
CMYK
RGB Variations
Color information
#E81AB1 (or 0xE81AB1) is known color: Spicy Pink. HEX triplet: E8, 1A and B1. RGB value is (232,26,177). Sum of RGB (Red+Green+Blue) = 232+26+177=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E81AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81AB1 is #17E54E. Grayscale: #686868. Windows color (decimal): -1566031 or 11606760. OLE color: 11606760.
HSL color Cylindrical-coordinate representation of color #E81AB1: hue angle of 316.02º 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 #E81AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.09 |
| HSL | 316.02º | 0.82% | 0.51% | - |
| HSV(B) | 316.02º | 0.89% | 0.91% | - |
| XYZ | 41.58 | 21.07 | 43.47 | - |
| YUV | 104.81 | 168.75 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 177 | 0 | 0.89 | 0.24 | 0.09 | 316.02 | 0.82 | 0.51 |
| Hex | E8 | 1A | B1 | 0 | 59 | 18 | 9 | 13C | 52 | 33 |
| Octal | 350 | 32 | 261 | 0 | 131 | 30 | 11 | 474 | 122 | 63 |
| Binary | 11101000 | 11010 | 10110001 | 0 | 1011001 | 11000 | 1001 | 100111100 | 1010010 | 110011 |
Color Harmonies of #E81AB1
Complementary color
Monochromatic Colors of #E81AB1
Black with #E81AB1
Text Example
Text Example
White with #E81AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AB1; }
p { color: rgb(232,26,177); }
H1.HeaderClassName
{
color: #E81AB1;
}
.AnyTagClassName
{
color: #E81AB1;
}
</style>
background-color css
<style>
a { background-color: #E81AB1; }
a { background-color: rgb(232,26,177); }
div.DivClassName
{
background-color: #E81AB1;
}
.BgClassName
{
background-color: #E81AB1;
}
</style>
border-color css
<style>
span { border-color: #E81AB1; }
span { border-color: rgb(232,26,177); }
td.TdClassName
{
border-color: #E81AB1;
}
.TagClassName
{
border-color: #E81AB1;
}
</style>