Shades of Amaranth #E53844
Tints of Amaranth #E53844
RGB
CMYK
RGB Variations
Color information
#E53844 (or 0xE53844) is known color: Amaranth. HEX triplet: E5, 38 and 44. RGB value is (229,56,68). Sum of RGB (Red+Green+Blue) = 229+56+68=353 (46% of max value = 765). Red value is 229 (89.84% from 255 or 64.87% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 229 - color contains mainly: red. Hex color #E53844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53844 is #1AC7BB. Grayscale: #6D6D6D. Windows color (decimal): -1755068 or 4471013. OLE color: 4471013.
HSL color Cylindrical-coordinate representation of color #E53844: hue angle of 355.84º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53844 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 68 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.10 |
| HSL | 355.84º | 0.77% | 0.56% | - |
| HSV(B) | 355.84º | 0.76% | 0.9% | - |
| XYZ | 34.77 | 19.9 | 7.48 | - |
| YUV | 109.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 68 | 0 | 0.76 | 0.70 | 0.10 | 355.84 | 0.77 | 0.56 |
| Hex | E5 | 38 | 44 | 0 | 4C | 46 | A | 164 | 4D | 38 |
| Octal | 345 | 70 | 104 | 0 | 114 | 106 | 12 | 544 | 115 | 70 |
| Binary | 11100101 | 111000 | 1000100 | 0 | 1001100 | 1000110 | 1010 | 101100100 | 1001101 | 111000 |
Color Harmonies of #E53844
Complementary color
Monochromatic Colors of #E53844
Black with #E53844
Text Example
Text Example
White with #E53844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53844; }
p { color: rgb(229,56,68); }
H1.HeaderClassName
{
color: #E53844;
}
.AnyTagClassName
{
color: #E53844;
}
</style>
background-color css
<style>
a { background-color: #E53844; }
a { background-color: rgb(229,56,68); }
div.DivClassName
{
background-color: #E53844;
}
.BgClassName
{
background-color: #E53844;
}
</style>
border-color css
<style>
span { border-color: #E53844; }
span { border-color: rgb(229,56,68); }
td.TdClassName
{
border-color: #E53844;
}
.TagClassName
{
border-color: #E53844;
}
</style>