Shades of Spicy Pink #E51BA1
Tints of Spicy Pink #E51BA1
RGB
CMYK
RGB Variations
Color information
#E51BA1 (or 0xE51BA1) is known color: Spicy Pink. HEX triplet: E5, 1B and A1. RGB value is (229,27,161). Sum of RGB (Red+Green+Blue) = 229+27+161=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BA1 is #1AE45E. Grayscale: #666666. Windows color (decimal): -1762399 or 10558437. OLE color: 10558437.
HSL color Cylindrical-coordinate representation of color #E51BA1: hue angle of 320.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BA1 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 161 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.10 |
| HSL | 320.2º | 0.8% | 0.5% | - |
| HSV(B) | 320.2º | 0.88% | 0.9% | - |
| XYZ | 39.14 | 20.02 | 35.52 | - |
| YUV | 102.67 | 160.92 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 161 | 0 | 0.88 | 0.30 | 0.10 | 320.2 | 0.8 | 0.5 |
| Hex | E5 | 1B | A1 | 0 | 58 | 1E | A | 140 | 50 | 32 |
| Octal | 345 | 33 | 241 | 0 | 130 | 36 | 12 | 500 | 120 | 62 |
| Binary | 11100101 | 11011 | 10100001 | 0 | 1011000 | 11110 | 1010 | 101000000 | 1010000 | 110010 |
Color Harmonies of #E51BA1
Complementary color
Monochromatic Colors of #E51BA1
Black with #E51BA1
Text Example
Text Example
White with #E51BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BA1; }
p { color: rgb(229,27,161); }
H1.HeaderClassName
{
color: #E51BA1;
}
.AnyTagClassName
{
color: #E51BA1;
}
</style>
background-color css
<style>
a { background-color: #E51BA1; }
a { background-color: rgb(229,27,161); }
div.DivClassName
{
background-color: #E51BA1;
}
.BgClassName
{
background-color: #E51BA1;
}
</style>
border-color css
<style>
span { border-color: #E51BA1; }
span { border-color: rgb(229,27,161); }
td.TdClassName
{
border-color: #E51BA1;
}
.TagClassName
{
border-color: #E51BA1;
}
</style>