Shades of Spicy Pink #E51CAC
Tints of Spicy Pink #E51CAC
RGB
CMYK
RGB Variations
Color information
#E51CAC (or 0xE51CAC) is known color: Spicy Pink. HEX triplet: E5, 1C and AC. RGB value is (229,28,172). Sum of RGB (Red+Green+Blue) = 229+28+172=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51CAC is #1AE353. Grayscale: #686868. Windows color (decimal): -1762132 or 11279589. OLE color: 11279589.
HSL color Cylindrical-coordinate representation of color #E51CAC: hue angle of 317.01º degrees, saturation: 0.79, 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 #E51CAC is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.10 |
| HSL | 317.01º | 0.79% | 0.5% | - |
| HSV(B) | 317.01º | 0.88% | 0.9% | - |
| XYZ | 40.17 | 20.47 | 40.86 | - |
| YUV | 104.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 172 | 0 | 0.88 | 0.25 | 0.10 | 317.01 | 0.79 | 0.5 |
| Hex | E5 | 1C | AC | 0 | 58 | 19 | A | 13D | 4F | 32 |
| Octal | 345 | 34 | 254 | 0 | 130 | 31 | 12 | 475 | 117 | 62 |
| Binary | 11100101 | 11100 | 10101100 | 0 | 1011000 | 11001 | 1010 | 100111101 | 1001111 | 110010 |
Color Harmonies of #E51CAC
Complementary color
Monochromatic Colors of #E51CAC
Black with #E51CAC
Text Example
Text Example
White with #E51CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CAC; }
p { color: rgb(229,28,172); }
H1.HeaderClassName
{
color: #E51CAC;
}
.AnyTagClassName
{
color: #E51CAC;
}
</style>
background-color css
<style>
a { background-color: #E51CAC; }
a { background-color: rgb(229,28,172); }
div.DivClassName
{
background-color: #E51CAC;
}
.BgClassName
{
background-color: #E51CAC;
}
</style>
border-color css
<style>
span { border-color: #E51CAC; }
span { border-color: rgb(229,28,172); }
td.TdClassName
{
border-color: #E51CAC;
}
.TagClassName
{
border-color: #E51CAC;
}
</style>