Shades of Amaranth #E51C4E
Tints of Amaranth #E51C4E
RGB
CMYK
RGB Variations
Color information
#E51C4E (or 0xE51C4E) is known color: Amaranth. HEX triplet: E5, 1C and 4E. RGB value is (229,28,78). Sum of RGB (Red+Green+Blue) = 229+28+78=335 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.36% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51C4E is #1AE3B1. Grayscale: #5D5D5D. Windows color (decimal): -1762226 or 5119205. OLE color: 5119205.
HSL color Cylindrical-coordinate representation of color #E51C4E: hue angle of 345.07º 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 #E51C4E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 78 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.10 |
| HSL | 345.07º | 0.79% | 0.5% | - |
| HSV(B) | 345.07º | 0.88% | 0.9% | - |
| XYZ | 34.1 | 18.04 | 8.89 | - |
| YUV | 93.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 78 | 0 | 0.88 | 0.66 | 0.10 | 345.07 | 0.79 | 0.5 |
| Hex | E5 | 1C | 4E | 0 | 58 | 42 | A | 159 | 4F | 32 |
| Octal | 345 | 34 | 116 | 0 | 130 | 102 | 12 | 531 | 117 | 62 |
| Binary | 11100101 | 11100 | 1001110 | 0 | 1011000 | 1000010 | 1010 | 101011001 | 1001111 | 110010 |
Color Harmonies of #E51C4E
Complementary color
Monochromatic Colors of #E51C4E
Black with #E51C4E
Text Example
Text Example
White with #E51C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C4E; }
p { color: rgb(229,28,78); }
H1.HeaderClassName
{
color: #E51C4E;
}
.AnyTagClassName
{
color: #E51C4E;
}
</style>
background-color css
<style>
a { background-color: #E51C4E; }
a { background-color: rgb(229,28,78); }
div.DivClassName
{
background-color: #E51C4E;
}
.BgClassName
{
background-color: #E51C4E;
}
</style>
border-color css
<style>
span { border-color: #E51C4E; }
span { border-color: rgb(229,28,78); }
td.TdClassName
{
border-color: #E51C4E;
}
.TagClassName
{
border-color: #E51C4E;
}
</style>