Shades of Amaranth #E51A4C
Tints of Amaranth #E51A4C
RGB
CMYK
RGB Variations
Color information
#E51A4C (or 0xE51A4C) is known color: Amaranth. HEX triplet: E5, 1A and 4C. RGB value is (229,26,76). Sum of RGB (Red+Green+Blue) = 229+26+76=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E51A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51A4C is #1AE5B3. Grayscale: #5C5C5C. Windows color (decimal): -1762740 or 4987621. OLE color: 4987621.
HSL color Cylindrical-coordinate representation of color #E51A4C: hue angle of 345.22º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51A4C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 26 | 76 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.10 |
| HSL | 345.22º | 0.8% | 0.5% | - |
| HSV(B) | 345.22º | 0.89% | 0.9% | - |
| XYZ | 33.99 | 17.92 | 8.5 | - |
| YUV | 92.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 26 | 76 | 0 | 0.89 | 0.67 | 0.10 | 345.22 | 0.8 | 0.5 |
| Hex | E5 | 1A | 4C | 0 | 59 | 43 | A | 159 | 50 | 32 |
| Octal | 345 | 32 | 114 | 0 | 131 | 103 | 12 | 531 | 120 | 62 |
| Binary | 11100101 | 11010 | 1001100 | 0 | 1011001 | 1000011 | 1010 | 101011001 | 1010000 | 110010 |
Color Harmonies of #E51A4C
Complementary color
Monochromatic Colors of #E51A4C
Black with #E51A4C
Text Example
Text Example
White with #E51A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51A4C; }
p { color: rgb(229,26,76); }
H1.HeaderClassName
{
color: #E51A4C;
}
.AnyTagClassName
{
color: #E51A4C;
}
</style>
background-color css
<style>
a { background-color: #E51A4C; }
a { background-color: rgb(229,26,76); }
div.DivClassName
{
background-color: #E51A4C;
}
.BgClassName
{
background-color: #E51A4C;
}
</style>
border-color css
<style>
span { border-color: #E51A4C; }
span { border-color: rgb(229,26,76); }
td.TdClassName
{
border-color: #E51A4C;
}
.TagClassName
{
border-color: #E51A4C;
}
</style>