Shades of Amaranth #E53D4A
Tints of Amaranth #E53D4A
RGB
CMYK
RGB Variations
Color information
#E53D4A (or 0xE53D4A) is known color: Amaranth. HEX triplet: E5, 3D and 4A. RGB value is (229,61,74). Sum of RGB (Red+Green+Blue) = 229+61+74=364 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.91% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 229 - color contains mainly: red. Hex color #E53D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53D4A is #1AC2B5. Grayscale: #707070. Windows color (decimal): -1753782 or 4865509. OLE color: 4865509.
HSL color Cylindrical-coordinate representation of color #E53D4A: hue angle of 355.36º 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 #E53D4A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 74 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.10 |
| HSL | 355.36º | 0.76% | 0.57% | - |
| HSV(B) | 355.36º | 0.73% | 0.9% | - |
| XYZ | 35.22 | 20.49 | 8.58 | - |
| YUV | 112.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 74 | 0 | 0.73 | 0.68 | 0.10 | 355.36 | 0.76 | 0.57 |
| Hex | E5 | 3D | 4A | 0 | 49 | 44 | A | 163 | 4C | 39 |
| Octal | 345 | 75 | 112 | 0 | 111 | 104 | 12 | 543 | 114 | 71 |
| Binary | 11100101 | 111101 | 1001010 | 0 | 1001001 | 1000100 | 1010 | 101100011 | 1001100 | 111001 |
Color Harmonies of #E53D4A
Complementary color
Monochromatic Colors of #E53D4A
Black with #E53D4A
Text Example
Text Example
White with #E53D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53D4A; }
p { color: rgb(229,61,74); }
H1.HeaderClassName
{
color: #E53D4A;
}
.AnyTagClassName
{
color: #E53D4A;
}
</style>
background-color css
<style>
a { background-color: #E53D4A; }
a { background-color: rgb(229,61,74); }
div.DivClassName
{
background-color: #E53D4A;
}
.BgClassName
{
background-color: #E53D4A;
}
</style>
border-color css
<style>
span { border-color: #E53D4A; }
span { border-color: rgb(229,61,74); }
td.TdClassName
{
border-color: #E53D4A;
}
.TagClassName
{
border-color: #E53D4A;
}
</style>