Shades of Spicy Pink #E51BA3
Tints of Spicy Pink #E51BA3
RGB
CMYK
RGB Variations
Color information
#E51BA3 (or 0xE51BA3) is known color: Spicy Pink. HEX triplet: E5, 1B and A3. RGB value is (229,27,163). Sum of RGB (Red+Green+Blue) = 229+27+163=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51BA3 is #1AE45C. Grayscale: #666666. Windows color (decimal): -1762397 or 10689509. OLE color: 10689509.
HSL color Cylindrical-coordinate representation of color #E51BA3: hue angle of 319.6º 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 #E51BA3 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 27 | 163 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.10 |
| HSL | 319.6º | 0.8% | 0.5% | - |
| HSV(B) | 319.6º | 0.88% | 0.9% | - |
| XYZ | 39.32 | 20.09 | 36.46 | - |
| YUV | 102.9 | 161.92 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 27 | 163 | 0 | 0.88 | 0.29 | 0.10 | 319.6 | 0.8 | 0.5 |
| Hex | E5 | 1B | A3 | 0 | 58 | 1D | A | 140 | 50 | 32 |
| Octal | 345 | 33 | 243 | 0 | 130 | 35 | 12 | 500 | 120 | 62 |
| Binary | 11100101 | 11011 | 10100011 | 0 | 1011000 | 11101 | 1010 | 101000000 | 1010000 | 110010 |
Color Harmonies of #E51BA3
Complementary color
Monochromatic Colors of #E51BA3
Black with #E51BA3
Text Example
Text Example
White with #E51BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51BA3; }
p { color: rgb(229,27,163); }
H1.HeaderClassName
{
color: #E51BA3;
}
.AnyTagClassName
{
color: #E51BA3;
}
</style>
background-color css
<style>
a { background-color: #E51BA3; }
a { background-color: rgb(229,27,163); }
div.DivClassName
{
background-color: #E51BA3;
}
.BgClassName
{
background-color: #E51BA3;
}
</style>
border-color css
<style>
span { border-color: #E51BA3; }
span { border-color: rgb(229,27,163); }
td.TdClassName
{
border-color: #E51BA3;
}
.TagClassName
{
border-color: #E51BA3;
}
</style>