Shades of Spicy Pink #E51FB0
Tints of Spicy Pink #E51FB0
RGB
CMYK
RGB Variations
Color information
#E51FB0 (or 0xE51FB0) is known color: Spicy Pink. HEX triplet: E5, 1F and B0. RGB value is (229,31,176). Sum of RGB (Red+Green+Blue) = 229+31+176=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E51FB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51FB0 is #1AE04F. Grayscale: #6A6A6A. Windows color (decimal): -1761360 or 11542501. OLE color: 11542501.
HSL color Cylindrical-coordinate representation of color #E51FB0: hue angle of 316.06º 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 #E51FB0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 31 | 176 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.10 |
| HSL | 316.06º | 0.79% | 0.51% | - |
| HSV(B) | 316.06º | 0.86% | 0.9% | - |
| XYZ | 40.64 | 20.77 | 42.94 | - |
| YUV | 106.73 | 167.1 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 31 | 176 | 0 | 0.86 | 0.23 | 0.10 | 316.06 | 0.79 | 0.51 |
| Hex | E5 | 1F | B0 | 0 | 56 | 17 | A | 13C | 4F | 33 |
| Octal | 345 | 37 | 260 | 0 | 126 | 27 | 12 | 474 | 117 | 63 |
| Binary | 11100101 | 11111 | 10110000 | 0 | 1010110 | 10111 | 1010 | 100111100 | 1001111 | 110011 |
Color Harmonies of #E51FB0
Complementary color
Monochromatic Colors of #E51FB0
Black with #E51FB0
Text Example
Text Example
White with #E51FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51FB0; }
p { color: rgb(229,31,176); }
H1.HeaderClassName
{
color: #E51FB0;
}
.AnyTagClassName
{
color: #E51FB0;
}
</style>
background-color css
<style>
a { background-color: #E51FB0; }
a { background-color: rgb(229,31,176); }
div.DivClassName
{
background-color: #E51FB0;
}
.BgClassName
{
background-color: #E51FB0;
}
</style>
border-color css
<style>
span { border-color: #E51FB0; }
span { border-color: rgb(229,31,176); }
td.TdClassName
{
border-color: #E51FB0;
}
.TagClassName
{
border-color: #E51FB0;
}
</style>