Shades of Amaranth #E54556
Tints of Amaranth #E54556
RGB
CMYK
RGB Variations
Color information
#E54556 (or 0xE54556) is known color: Amaranth. HEX triplet: E5, 45 and 56. RGB value is (229,69,86). Sum of RGB (Red+Green+Blue) = 229+69+86=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E54556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54556 is #1ABAA9. Grayscale: #767676. Windows color (decimal): -1751722 or 5653989. OLE color: 5653989.
HSL color Cylindrical-coordinate representation of color #E54556: hue angle of 353.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54556 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 86 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.10 |
| HSL | 353.63º | 0.75% | 0.58% | - |
| HSV(B) | 353.63º | 0.7% | 0.9% | - |
| XYZ | 36.12 | 21.59 | 11.07 | - |
| YUV | 118.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 86 | 0 | 0.70 | 0.62 | 0.10 | 353.63 | 0.75 | 0.58 |
| Hex | E5 | 45 | 56 | 0 | 46 | 3E | A | 162 | 4B | 3A |
| Octal | 345 | 105 | 126 | 0 | 106 | 76 | 12 | 542 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1010110 | 0 | 1000110 | 111110 | 1010 | 101100010 | 1001011 | 111010 |
Color Harmonies of #E54556
Complementary color
Monochromatic Colors of #E54556
Black with #E54556
Text Example
Text Example
White with #E54556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54556; }
p { color: rgb(229,69,86); }
H1.HeaderClassName
{
color: #E54556;
}
.AnyTagClassName
{
color: #E54556;
}
</style>
background-color css
<style>
a { background-color: #E54556; }
a { background-color: rgb(229,69,86); }
div.DivClassName
{
background-color: #E54556;
}
.BgClassName
{
background-color: #E54556;
}
</style>
border-color css
<style>
span { border-color: #E54556; }
span { border-color: rgb(229,69,86); }
td.TdClassName
{
border-color: #E54556;
}
.TagClassName
{
border-color: #E54556;
}
</style>