Shades of Spicy Pink #E51AB1
Tints of Spicy Pink #E51AB1
RGB
CMYK
RGB Variations
Color information
#E51AB1 (or 0xE51AB1) is known color: Spicy Pink. HEX triplet: E5, 1A and B1. RGB value is (229,26,177). Sum of RGB (Red+Green+Blue) = 229+26+177=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51AB1 is #1AE54E. Grayscale: #676767. Windows color (decimal): -1762639 or 11606757. OLE color: 11606757.
HSL color Cylindrical-coordinate representation of color #E51AB1: hue angle of 315.37º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.10 |
| HSL | 315.37º | 0.8% | 0.5% | - |
| HSV(B) | 315.37º | 0.89% | 0.9% | - |
| XYZ | 40.62 | 20.57 | 43.42 | - |
| YUV | 103.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 177 | 0 | 0.89 | 0.23 | 0.10 | 315.37 | 0.8 | 0.5 |
| Hex | E5 | 1A | B1 | 0 | 59 | 17 | A | 13B | 50 | 32 |
| Octal | 345 | 32 | 261 | 0 | 131 | 27 | 12 | 473 | 120 | 62 |
| Binary | 11100101 | 11010 | 10110001 | 0 | 1011001 | 10111 | 1010 | 100111011 | 1010000 | 110010 |
Color Harmonies of #E51AB1
Complementary color
Monochromatic Colors of #E51AB1
Black with #E51AB1
Text Example
Text Example
White with #E51AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AB1; }
p { color: rgb(229,26,177); }
H1.HeaderClassName
{
color: #E51AB1;
}
.AnyTagClassName
{
color: #E51AB1;
}
</style>
background-color css
<style>
a { background-color: #E51AB1; }
a { background-color: rgb(229,26,177); }
div.DivClassName
{
background-color: #E51AB1;
}
.BgClassName
{
background-color: #E51AB1;
}
</style>
border-color css
<style>
span { border-color: #E51AB1; }
span { border-color: rgb(229,26,177); }
td.TdClassName
{
border-color: #E51AB1;
}
.TagClassName
{
border-color: #E51AB1;
}
</style>