Shades of Amaranth #E53344
Tints of Amaranth #E53344
RGB
CMYK
RGB Variations
Color information
#E53344 (or 0xE53344) is known color: Amaranth. HEX triplet: E5, 33 and 44. RGB value is (229,51,68). Sum of RGB (Red+Green+Blue) = 229+51+68=348 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.80% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 229 - color contains mainly: red. Hex color #E53344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53344 is #1ACCBB. Grayscale: #6A6A6A. Windows color (decimal): -1756348 or 4469733. OLE color: 4469733.
HSL color Cylindrical-coordinate representation of color #E53344: hue angle of 354.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E53344 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 68 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.10 |
| HSL | 354.27º | 0.77% | 0.55% | - |
| HSV(B) | 354.27º | 0.78% | 0.9% | - |
| XYZ | 34.54 | 19.44 | 7.4 | - |
| YUV | 106.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 68 | 0 | 0.78 | 0.70 | 0.10 | 354.27 | 0.77 | 0.55 |
| Hex | E5 | 33 | 44 | 0 | 4E | 46 | A | 162 | 4D | 37 |
| Octal | 345 | 63 | 104 | 0 | 116 | 106 | 12 | 542 | 115 | 67 |
| Binary | 11100101 | 110011 | 1000100 | 0 | 1001110 | 1000110 | 1010 | 101100010 | 1001101 | 110111 |
Color Harmonies of #E53344
Complementary color
Monochromatic Colors of #E53344
Black with #E53344
Text Example
Text Example
White with #E53344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53344; }
p { color: rgb(229,51,68); }
H1.HeaderClassName
{
color: #E53344;
}
.AnyTagClassName
{
color: #E53344;
}
</style>
background-color css
<style>
a { background-color: #E53344; }
a { background-color: rgb(229,51,68); }
div.DivClassName
{
background-color: #E53344;
}
.BgClassName
{
background-color: #E53344;
}
</style>
border-color css
<style>
span { border-color: #E53344; }
span { border-color: rgb(229,51,68); }
td.TdClassName
{
border-color: #E53344;
}
.TagClassName
{
border-color: #E53344;
}
</style>