Shades of Amaranth #E51C55
Tints of Amaranth #E51C55
RGB
CMYK
RGB Variations
Color information
#E51C55 (or 0xE51C55) is known color: Amaranth. HEX triplet: E5, 1C and 55. RGB value is (229,28,85). Sum of RGB (Red+Green+Blue) = 229+28+85=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 28 (11.33% from 255 or 8.19% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E51C55 is #1AE3AA. Grayscale: #5E5E5E. Windows color (decimal): -1762219 or 5577957. OLE color: 5577957.
HSL color Cylindrical-coordinate representation of color #E51C55: hue angle of 342.99º 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 #E51C55 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 85 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.10 |
| HSL | 342.99º | 0.79% | 0.5% | - |
| HSV(B) | 342.99º | 0.88% | 0.9% | - |
| XYZ | 34.37 | 18.14 | 10.29 | - |
| YUV | 94.6 | 122.59 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 85 | 0 | 0.88 | 0.63 | 0.10 | 342.99 | 0.79 | 0.5 |
| Hex | E5 | 1C | 55 | 0 | 58 | 3F | A | 157 | 4F | 32 |
| Octal | 345 | 34 | 125 | 0 | 130 | 77 | 12 | 527 | 117 | 62 |
| Binary | 11100101 | 11100 | 1010101 | 0 | 1011000 | 111111 | 1010 | 101010111 | 1001111 | 110010 |
Color Harmonies of #E51C55
Complementary color
Monochromatic Colors of #E51C55
Black with #E51C55
Text Example
Text Example
White with #E51C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C55; }
p { color: rgb(229,28,85); }
H1.HeaderClassName
{
color: #E51C55;
}
.AnyTagClassName
{
color: #E51C55;
}
</style>
background-color css
<style>
a { background-color: #E51C55; }
a { background-color: rgb(229,28,85); }
div.DivClassName
{
background-color: #E51C55;
}
.BgClassName
{
background-color: #E51C55;
}
</style>
border-color css
<style>
span { border-color: #E51C55; }
span { border-color: rgb(229,28,85); }
td.TdClassName
{
border-color: #E51C55;
}
.TagClassName
{
border-color: #E51C55;
}
</style>