Shades of Amaranth #E53445
Tints of Amaranth #E53445
RGB
CMYK
RGB Variations
Color information
#E53445 (or 0xE53445) is known color: Amaranth. HEX triplet: E5, 34 and 45. RGB value is (229,52,69). Sum of RGB (Red+Green+Blue) = 229+52+69=350 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 229 - color contains mainly: red. Hex color #E53445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53445 is #1ACBBA. Grayscale: #6A6A6A. Windows color (decimal): -1756091 or 4535525. OLE color: 4535525.
HSL color Cylindrical-coordinate representation of color #E53445: hue angle of 354.24º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53445 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 69 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.10 |
| HSL | 354.24º | 0.77% | 0.55% | - |
| HSV(B) | 354.24º | 0.77% | 0.9% | - |
| XYZ | 34.62 | 19.54 | 7.58 | - |
| YUV | 106.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 69 | 0 | 0.77 | 0.70 | 0.10 | 354.24 | 0.77 | 0.55 |
| Hex | E5 | 34 | 45 | 0 | 4D | 46 | A | 162 | 4D | 37 |
| Octal | 345 | 64 | 105 | 0 | 115 | 106 | 12 | 542 | 115 | 67 |
| Binary | 11100101 | 110100 | 1000101 | 0 | 1001101 | 1000110 | 1010 | 101100010 | 1001101 | 110111 |
Color Harmonies of #E53445
Complementary color
Monochromatic Colors of #E53445
Black with #E53445
Text Example
Text Example
White with #E53445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53445; }
p { color: rgb(229,52,69); }
H1.HeaderClassName
{
color: #E53445;
}
.AnyTagClassName
{
color: #E53445;
}
</style>
background-color css
<style>
a { background-color: #E53445; }
a { background-color: rgb(229,52,69); }
div.DivClassName
{
background-color: #E53445;
}
.BgClassName
{
background-color: #E53445;
}
</style>
border-color css
<style>
span { border-color: #E53445; }
span { border-color: rgb(229,52,69); }
td.TdClassName
{
border-color: #E53445;
}
.TagClassName
{
border-color: #E53445;
}
</style>