Shades of Amaranth #E5344D
Tints of Amaranth #E5344D
RGB
CMYK
RGB Variations
Color information
#E5344D (or 0xE5344D) is known color: Amaranth. HEX triplet: E5, 34 and 4D. RGB value is (229,52,77). Sum of RGB (Red+Green+Blue) = 229+52+77=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5344D is #1ACBB2. Grayscale: #6B6B6B. Windows color (decimal): -1756083 or 5059813. OLE color: 5059813.
HSL color Cylindrical-coordinate representation of color #E5344D: hue angle of 351.53º 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 #E5344D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 77 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.10 |
| HSL | 351.53º | 0.77% | 0.55% | - |
| HSV(B) | 351.53º | 0.77% | 0.9% | - |
| XYZ | 34.88 | 19.65 | 8.98 | - |
| YUV | 107.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 77 | 0 | 0.77 | 0.66 | 0.10 | 351.53 | 0.77 | 0.55 |
| Hex | E5 | 34 | 4D | 0 | 4D | 42 | A | 160 | 4D | 37 |
| Octal | 345 | 64 | 115 | 0 | 115 | 102 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110100 | 1001101 | 0 | 1001101 | 1000010 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5344D
Complementary color
Monochromatic Colors of #E5344D
Black with #E5344D
Text Example
Text Example
White with #E5344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5344D; }
p { color: rgb(229,52,77); }
H1.HeaderClassName
{
color: #E5344D;
}
.AnyTagClassName
{
color: #E5344D;
}
</style>
background-color css
<style>
a { background-color: #E5344D; }
a { background-color: rgb(229,52,77); }
div.DivClassName
{
background-color: #E5344D;
}
.BgClassName
{
background-color: #E5344D;
}
</style>
border-color css
<style>
span { border-color: #E5344D; }
span { border-color: rgb(229,52,77); }
td.TdClassName
{
border-color: #E5344D;
}
.TagClassName
{
border-color: #E5344D;
}
</style>