Shades of Spicy Pink #E51FAB
Tints of Spicy Pink #E51FAB
RGB
CMYK
RGB Variations
Color information
#E51FAB (or 0xE51FAB) is known color: Spicy Pink. HEX triplet: E5, 1F and AB. RGB value is (229,31,171). Sum of RGB (Red+Green+Blue) = 229+31+171=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51FAB is #1AE054. Grayscale: #696969. Windows color (decimal): -1761365 or 11214821. OLE color: 11214821.
HSL color Cylindrical-coordinate representation of color #E51FAB: hue angle of 317.58º 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 #E51FAB is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 171 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.10 |
| HSL | 317.58º | 0.79% | 0.51% | - |
| HSV(B) | 317.58º | 0.86% | 0.9% | - |
| XYZ | 40.15 | 20.58 | 40.38 | - |
| YUV | 106.16 | 164.6 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 171 | 0 | 0.86 | 0.25 | 0.10 | 317.58 | 0.79 | 0.51 |
| Hex | E5 | 1F | AB | 0 | 56 | 19 | A | 13E | 4F | 33 |
| Octal | 345 | 37 | 253 | 0 | 126 | 31 | 12 | 476 | 117 | 63 |
| Binary | 11100101 | 11111 | 10101011 | 0 | 1010110 | 11001 | 1010 | 100111110 | 1001111 | 110011 |
Color Harmonies of #E51FAB
Complementary color
Monochromatic Colors of #E51FAB
Black with #E51FAB
Text Example
Text Example
White with #E51FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FAB; }
p { color: rgb(229,31,171); }
H1.HeaderClassName
{
color: #E51FAB;
}
.AnyTagClassName
{
color: #E51FAB;
}
</style>
background-color css
<style>
a { background-color: #E51FAB; }
a { background-color: rgb(229,31,171); }
div.DivClassName
{
background-color: #E51FAB;
}
.BgClassName
{
background-color: #E51FAB;
}
</style>
border-color css
<style>
span { border-color: #E51FAB; }
span { border-color: rgb(229,31,171); }
td.TdClassName
{
border-color: #E51FAB;
}
.TagClassName
{
border-color: #E51FAB;
}
</style>