Shades of Spicy Pink #E51FAA
Tints of Spicy Pink #E51FAA
RGB
CMYK
RGB Variations
Color information
#E51FAA (or 0xE51FAA) is known color: Spicy Pink. HEX triplet: E5, 1F and AA. RGB value is (229,31,170). Sum of RGB (Red+Green+Blue) = 229+31+170=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51FAA is #1AE055. Grayscale: #696969. Windows color (decimal): -1761366 or 11149285. OLE color: 11149285.
HSL color Cylindrical-coordinate representation of color #E51FAA: hue angle of 317.88º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E51FAA is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 170 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.10 |
| HSL | 317.88º | 0.79% | 0.51% | - |
| HSV(B) | 317.88º | 0.86% | 0.9% | - |
| XYZ | 40.06 | 20.54 | 39.88 | - |
| YUV | 106.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 170 | 0 | 0.86 | 0.26 | 0.10 | 317.88 | 0.79 | 0.51 |
| Hex | E5 | 1F | AA | 0 | 56 | 1A | A | 13E | 4F | 33 |
| Octal | 345 | 37 | 252 | 0 | 126 | 32 | 12 | 476 | 117 | 63 |
| Binary | 11100101 | 11111 | 10101010 | 0 | 1010110 | 11010 | 1010 | 100111110 | 1001111 | 110011 |
Color Harmonies of #E51FAA
Complementary color
Monochromatic Colors of #E51FAA
Black with #E51FAA
Text Example
Text Example
White with #E51FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FAA; }
p { color: rgb(229,31,170); }
H1.HeaderClassName
{
color: #E51FAA;
}
.AnyTagClassName
{
color: #E51FAA;
}
</style>
background-color css
<style>
a { background-color: #E51FAA; }
a { background-color: rgb(229,31,170); }
div.DivClassName
{
background-color: #E51FAA;
}
.BgClassName
{
background-color: #E51FAA;
}
</style>
border-color css
<style>
span { border-color: #E51FAA; }
span { border-color: rgb(229,31,170); }
td.TdClassName
{
border-color: #E51FAA;
}
.TagClassName
{
border-color: #E51FAA;
}
</style>