Shades of Spicy Pink #E51AAB
Tints of Spicy Pink #E51AAB
RGB
CMYK
RGB Variations
Color information
#E51AAB (or 0xE51AAB) is known color: Spicy Pink. HEX triplet: E5, 1A and AB. RGB value is (229,26,171). Sum of RGB (Red+Green+Blue) = 229+26+171=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E51AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51AAB is #1AE554. Grayscale: #666666. Windows color (decimal): -1762645 or 11213541. OLE color: 11213541.
HSL color Cylindrical-coordinate representation of color #E51AAB: hue angle of 317.14º 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 #E51AAB is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 171 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.10 |
| HSL | 317.14º | 0.8% | 0.5% | - |
| HSV(B) | 317.14º | 0.89% | 0.9% | - |
| XYZ | 40.03 | 20.34 | 40.34 | - |
| YUV | 103.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 171 | 0 | 0.89 | 0.25 | 0.10 | 317.14 | 0.8 | 0.5 |
| Hex | E5 | 1A | AB | 0 | 59 | 19 | A | 13D | 50 | 32 |
| Octal | 345 | 32 | 253 | 0 | 131 | 31 | 12 | 475 | 120 | 62 |
| Binary | 11100101 | 11010 | 10101011 | 0 | 1011001 | 11001 | 1010 | 100111101 | 1010000 | 110010 |
Color Harmonies of #E51AAB
Complementary color
Monochromatic Colors of #E51AAB
Black with #E51AAB
Text Example
Text Example
White with #E51AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51AAB; }
p { color: rgb(229,26,171); }
H1.HeaderClassName
{
color: #E51AAB;
}
.AnyTagClassName
{
color: #E51AAB;
}
</style>
background-color css
<style>
a { background-color: #E51AAB; }
a { background-color: rgb(229,26,171); }
div.DivClassName
{
background-color: #E51AAB;
}
.BgClassName
{
background-color: #E51AAB;
}
</style>
border-color css
<style>
span { border-color: #E51AAB; }
span { border-color: rgb(229,26,171); }
td.TdClassName
{
border-color: #E51AAB;
}
.TagClassName
{
border-color: #E51AAB;
}
</style>