Shades of Spicy Pink #E51BAB
Tints of Spicy Pink #E51BAB
RGB
CMYK
RGB Variations
Color information
#E51BAB (or 0xE51BAB) is known color: Spicy Pink. HEX triplet: E5, 1B and AB. RGB value is (229,27,171). Sum of RGB (Red+Green+Blue) = 229+27+171=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 27 (10.94% from 255 or 6.32% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BAB is #1AE454. Grayscale: #676767. Windows color (decimal): -1762389 or 11213797. OLE color: 11213797.
HSL color Cylindrical-coordinate representation of color #E51BAB: hue angle of 317.23º 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 #E51BAB is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 171 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.10 |
| HSL | 317.23º | 0.8% | 0.5% | - |
| HSV(B) | 317.23º | 0.88% | 0.9% | - |
| XYZ | 40.06 | 20.38 | 40.35 | - |
| YUV | 103.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 171 | 0 | 0.88 | 0.25 | 0.10 | 317.23 | 0.8 | 0.5 |
| Hex | E5 | 1B | AB | 0 | 58 | 19 | A | 13D | 50 | 32 |
| Octal | 345 | 33 | 253 | 0 | 130 | 31 | 12 | 475 | 120 | 62 |
| Binary | 11100101 | 11011 | 10101011 | 0 | 1011000 | 11001 | 1010 | 100111101 | 1010000 | 110010 |
Color Harmonies of #E51BAB
Complementary color
Monochromatic Colors of #E51BAB
Black with #E51BAB
Text Example
Text Example
White with #E51BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BAB; }
p { color: rgb(229,27,171); }
H1.HeaderClassName
{
color: #E51BAB;
}
.AnyTagClassName
{
color: #E51BAB;
}
</style>
background-color css
<style>
a { background-color: #E51BAB; }
a { background-color: rgb(229,27,171); }
div.DivClassName
{
background-color: #E51BAB;
}
.BgClassName
{
background-color: #E51BAB;
}
</style>
border-color css
<style>
span { border-color: #E51BAB; }
span { border-color: rgb(229,27,171); }
td.TdClassName
{
border-color: #E51BAB;
}
.TagClassName
{
border-color: #E51BAB;
}
</style>