Shades of Spicy Pink #E51CA3
Tints of Spicy Pink #E51CA3
RGB
CMYK
RGB Variations
Color information
#E51CA3 (or 0xE51CA3) is known color: Spicy Pink. HEX triplet: E5, 1C and A3. RGB value is (229,28,163). Sum of RGB (Red+Green+Blue) = 229+28+163=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E51CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51CA3 is #1AE35C. Grayscale: #676767. Windows color (decimal): -1762141 or 10689765. OLE color: 10689765.
HSL color Cylindrical-coordinate representation of color #E51CA3: hue angle of 319.7º 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 #E51CA3 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 163 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.10 |
| HSL | 319.7º | 0.79% | 0.5% | - |
| HSV(B) | 319.7º | 0.88% | 0.9% | - |
| XYZ | 39.34 | 20.13 | 36.46 | - |
| YUV | 103.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 163 | 0 | 0.88 | 0.29 | 0.10 | 319.7 | 0.79 | 0.5 |
| Hex | E5 | 1C | A3 | 0 | 58 | 1D | A | 140 | 4F | 32 |
| Octal | 345 | 34 | 243 | 0 | 130 | 35 | 12 | 500 | 117 | 62 |
| Binary | 11100101 | 11100 | 10100011 | 0 | 1011000 | 11101 | 1010 | 101000000 | 1001111 | 110010 |
Color Harmonies of #E51CA3
Complementary color
Monochromatic Colors of #E51CA3
Black with #E51CA3
Text Example
Text Example
White with #E51CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CA3; }
p { color: rgb(229,28,163); }
H1.HeaderClassName
{
color: #E51CA3;
}
.AnyTagClassName
{
color: #E51CA3;
}
</style>
background-color css
<style>
a { background-color: #E51CA3; }
a { background-color: rgb(229,28,163); }
div.DivClassName
{
background-color: #E51CA3;
}
.BgClassName
{
background-color: #E51CA3;
}
</style>
border-color css
<style>
span { border-color: #E51CA3; }
span { border-color: rgb(229,28,163); }
td.TdClassName
{
border-color: #E51CA3;
}
.TagClassName
{
border-color: #E51CA3;
}
</style>