Shades of Spicy Pink #E51BB2
Tints of Spicy Pink #E51BB2
RGB
CMYK
RGB Variations
Color information
#E51BB2 (or 0xE51BB2) is known color: Spicy Pink. HEX triplet: E5, 1B and B2. RGB value is (229,27,178). Sum of RGB (Red+Green+Blue) = 229+27+178=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BB2 is #1AE44D. Grayscale: #686868. Windows color (decimal): -1762382 or 11672549. OLE color: 11672549.
HSL color Cylindrical-coordinate representation of color #E51BB2: hue angle of 315.15º 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 #E51BB2 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 178 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.10 |
| HSL | 315.15º | 0.8% | 0.5% | - |
| HSV(B) | 315.15º | 0.88% | 0.9% | - |
| XYZ | 40.74 | 20.66 | 43.96 | - |
| YUV | 104.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 178 | 0 | 0.88 | 0.22 | 0.10 | 315.15 | 0.8 | 0.5 |
| Hex | E5 | 1B | B2 | 0 | 58 | 16 | A | 13B | 50 | 32 |
| Octal | 345 | 33 | 262 | 0 | 130 | 26 | 12 | 473 | 120 | 62 |
| Binary | 11100101 | 11011 | 10110010 | 0 | 1011000 | 10110 | 1010 | 100111011 | 1010000 | 110010 |
Color Harmonies of #E51BB2
Complementary color
Monochromatic Colors of #E51BB2
Black with #E51BB2
Text Example
Text Example
White with #E51BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BB2; }
p { color: rgb(229,27,178); }
H1.HeaderClassName
{
color: #E51BB2;
}
.AnyTagClassName
{
color: #E51BB2;
}
</style>
background-color css
<style>
a { background-color: #E51BB2; }
a { background-color: rgb(229,27,178); }
div.DivClassName
{
background-color: #E51BB2;
}
.BgClassName
{
background-color: #E51BB2;
}
</style>
border-color css
<style>
span { border-color: #E51BB2; }
span { border-color: rgb(229,27,178); }
td.TdClassName
{
border-color: #E51BB2;
}
.TagClassName
{
border-color: #E51BB2;
}
</style>