Shades of Amaranth #E54455
Tints of Amaranth #E54455
RGB
CMYK
RGB Variations
Color information
#E54455 (or 0xE54455) is known color: Amaranth. HEX triplet: E5, 44 and 55. RGB value is (229,68,85). Sum of RGB (Red+Green+Blue) = 229+68+85=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E54455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54455 is #1ABBAA. Grayscale: #767676. Windows color (decimal): -1751979 or 5588197. OLE color: 5588197.
HSL color Cylindrical-coordinate representation of color #E54455: hue angle of 353.66º degrees, saturation: 0.76, 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 #E54455 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 85 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.10 |
| HSL | 353.66º | 0.76% | 0.58% | - |
| HSV(B) | 353.66º | 0.7% | 0.9% | - |
| XYZ | 36.02 | 21.45 | 10.84 | - |
| YUV | 118.08 | 109.34 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 85 | 0 | 0.70 | 0.63 | 0.10 | 353.66 | 0.76 | 0.58 |
| Hex | E5 | 44 | 55 | 0 | 46 | 3F | A | 162 | 4C | 3A |
| Octal | 345 | 104 | 125 | 0 | 106 | 77 | 12 | 542 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1010101 | 0 | 1000110 | 111111 | 1010 | 101100010 | 1001100 | 111010 |
Color Harmonies of #E54455
Complementary color
Monochromatic Colors of #E54455
Black with #E54455
Text Example
Text Example
White with #E54455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54455; }
p { color: rgb(229,68,85); }
H1.HeaderClassName
{
color: #E54455;
}
.AnyTagClassName
{
color: #E54455;
}
</style>
background-color css
<style>
a { background-color: #E54455; }
a { background-color: rgb(229,68,85); }
div.DivClassName
{
background-color: #E54455;
}
.BgClassName
{
background-color: #E54455;
}
</style>
border-color css
<style>
span { border-color: #E54455; }
span { border-color: rgb(229,68,85); }
td.TdClassName
{
border-color: #E54455;
}
.TagClassName
{
border-color: #E54455;
}
</style>