Shades of Amaranth #E54445
Tints of Amaranth #E54445
RGB
CMYK
RGB Variations
Color information
#E54445 (or 0xE54445) is known color: Amaranth. HEX triplet: E5, 44 and 45. RGB value is (229,68,69). Sum of RGB (Red+Green+Blue) = 229+68+69=366 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.57% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 229 - color contains mainly: red. Hex color #E54445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54445 is #1ABBBA. Grayscale: #747474. Windows color (decimal): -1751995 or 4539621. OLE color: 4539621.
HSL color Cylindrical-coordinate representation of color #E54445: hue angle of 359.63º 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 #E54445 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 69 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.10 |
| HSL | 359.63º | 0.76% | 0.58% | - |
| HSV(B) | 359.63º | 0.7% | 0.9% | - |
| XYZ | 35.45 | 21.22 | 7.86 | - |
| YUV | 116.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 69 | 0 | 0.70 | 0.70 | 0.10 | 359.63 | 0.76 | 0.58 |
| Hex | E5 | 44 | 45 | 0 | 46 | 46 | A | 168 | 4C | 3A |
| Octal | 345 | 104 | 105 | 0 | 106 | 106 | 12 | 550 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1000101 | 0 | 1000110 | 1000110 | 1010 | 101101000 | 1001100 | 111010 |
Color Harmonies of #E54445
Complementary color
Monochromatic Colors of #E54445
Black with #E54445
Text Example
Text Example
White with #E54445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54445; }
p { color: rgb(229,68,69); }
H1.HeaderClassName
{
color: #E54445;
}
.AnyTagClassName
{
color: #E54445;
}
</style>
background-color css
<style>
a { background-color: #E54445; }
a { background-color: rgb(229,68,69); }
div.DivClassName
{
background-color: #E54445;
}
.BgClassName
{
background-color: #E54445;
}
</style>
border-color css
<style>
span { border-color: #E54445; }
span { border-color: rgb(229,68,69); }
td.TdClassName
{
border-color: #E54445;
}
.TagClassName
{
border-color: #E54445;
}
</style>