Shades of Spicy Pink #E51BAF
Tints of Spicy Pink #E51BAF
RGB
CMYK
RGB Variations
Color information
#E51BAF (or 0xE51BAF) is known color: Spicy Pink. HEX triplet: E5, 1B and AF. RGB value is (229,27,175). Sum of RGB (Red+Green+Blue) = 229+27+175=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BAF is #1AE450. Grayscale: #676767. Windows color (decimal): -1762385 or 11475941. OLE color: 11475941.
HSL color Cylindrical-coordinate representation of color #E51BAF: hue angle of 316.04º 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 #E51BAF is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.10 |
| HSL | 316.04º | 0.8% | 0.5% | - |
| HSV(B) | 316.04º | 0.88% | 0.9% | - |
| XYZ | 40.44 | 20.54 | 42.39 | - |
| YUV | 104.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 175 | 0 | 0.88 | 0.24 | 0.10 | 316.04 | 0.8 | 0.5 |
| Hex | E5 | 1B | AF | 0 | 58 | 18 | A | 13C | 50 | 32 |
| Octal | 345 | 33 | 257 | 0 | 130 | 30 | 12 | 474 | 120 | 62 |
| Binary | 11100101 | 11011 | 10101111 | 0 | 1011000 | 11000 | 1010 | 100111100 | 1010000 | 110010 |
Color Harmonies of #E51BAF
Complementary color
Monochromatic Colors of #E51BAF
Black with #E51BAF
Text Example
Text Example
White with #E51BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BAF; }
p { color: rgb(229,27,175); }
H1.HeaderClassName
{
color: #E51BAF;
}
.AnyTagClassName
{
color: #E51BAF;
}
</style>
background-color css
<style>
a { background-color: #E51BAF; }
a { background-color: rgb(229,27,175); }
div.DivClassName
{
background-color: #E51BAF;
}
.BgClassName
{
background-color: #E51BAF;
}
</style>
border-color css
<style>
span { border-color: #E51BAF; }
span { border-color: rgb(229,27,175); }
td.TdClassName
{
border-color: #E51BAF;
}
.TagClassName
{
border-color: #E51BAF;
}
</style>