Shades of Spicy Pink #E51AB0
Tints of Spicy Pink #E51AB0
RGB
CMYK
RGB Variations
Color information
#E51AB0 (or 0xE51AB0) is known color: Spicy Pink. HEX triplet: E5, 1A and B0. RGB value is (229,26,176). Sum of RGB (Red+Green+Blue) = 229+26+176=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51AB0 is #1AE54F. Grayscale: #676767. Windows color (decimal): -1762640 or 11541221. OLE color: 11541221.
HSL color Cylindrical-coordinate representation of color #E51AB0: hue angle of 315.67º 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 #E51AB0 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 176 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.10 |
| HSL | 315.67º | 0.8% | 0.5% | - |
| HSV(B) | 315.67º | 0.89% | 0.9% | - |
| XYZ | 40.52 | 20.53 | 42.9 | - |
| YUV | 103.8 | 168.75 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 176 | 0 | 0.89 | 0.23 | 0.10 | 315.67 | 0.8 | 0.5 |
| Hex | E5 | 1A | B0 | 0 | 59 | 17 | A | 13C | 50 | 32 |
| Octal | 345 | 32 | 260 | 0 | 131 | 27 | 12 | 474 | 120 | 62 |
| Binary | 11100101 | 11010 | 10110000 | 0 | 1011001 | 10111 | 1010 | 100111100 | 1010000 | 110010 |
Color Harmonies of #E51AB0
Complementary color
Monochromatic Colors of #E51AB0
Black with #E51AB0
Text Example
Text Example
White with #E51AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AB0; }
p { color: rgb(229,26,176); }
H1.HeaderClassName
{
color: #E51AB0;
}
.AnyTagClassName
{
color: #E51AB0;
}
</style>
background-color css
<style>
a { background-color: #E51AB0; }
a { background-color: rgb(229,26,176); }
div.DivClassName
{
background-color: #E51AB0;
}
.BgClassName
{
background-color: #E51AB0;
}
</style>
border-color css
<style>
span { border-color: #E51AB0; }
span { border-color: rgb(229,26,176); }
td.TdClassName
{
border-color: #E51AB0;
}
.TagClassName
{
border-color: #E51AB0;
}
</style>