Shades of Amaranth #E53E4A
Tints of Amaranth #E53E4A
RGB
CMYK
RGB Variations
Color information
#E53E4A (or 0xE53E4A) is known color: Amaranth. HEX triplet: E5, 3E and 4A. RGB value is (229,62,74). Sum of RGB (Red+Green+Blue) = 229+62+74=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E53E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53E4A is #1AC1B5. Grayscale: #717171. Windows color (decimal): -1753526 or 4865765. OLE color: 4865765.
HSL color Cylindrical-coordinate representation of color #E53E4A: hue angle of 355.69º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53E4A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 62 | 74 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.10 |
| HSL | 355.69º | 0.76% | 0.57% | - |
| HSV(B) | 355.69º | 0.73% | 0.9% | - |
| XYZ | 35.27 | 20.6 | 8.6 | - |
| YUV | 113.3 | 105.83 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 62 | 74 | 0 | 0.73 | 0.68 | 0.10 | 355.69 | 0.76 | 0.57 |
| Hex | E5 | 3E | 4A | 0 | 49 | 44 | A | 164 | 4C | 39 |
| Octal | 345 | 76 | 112 | 0 | 111 | 104 | 12 | 544 | 114 | 71 |
| Binary | 11100101 | 111110 | 1001010 | 0 | 1001001 | 1000100 | 1010 | 101100100 | 1001100 | 111001 |
Color Harmonies of #E53E4A
Complementary color
Monochromatic Colors of #E53E4A
Black with #E53E4A
Text Example
Text Example
White with #E53E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53E4A; }
p { color: rgb(229,62,74); }
H1.HeaderClassName
{
color: #E53E4A;
}
.AnyTagClassName
{
color: #E53E4A;
}
</style>
background-color css
<style>
a { background-color: #E53E4A; }
a { background-color: rgb(229,62,74); }
div.DivClassName
{
background-color: #E53E4A;
}
.BgClassName
{
background-color: #E53E4A;
}
</style>
border-color css
<style>
span { border-color: #E53E4A; }
span { border-color: rgb(229,62,74); }
td.TdClassName
{
border-color: #E53E4A;
}
.TagClassName
{
border-color: #E53E4A;
}
</style>