Shades of Amaranth #E5354D
Tints of Amaranth #E5354D
RGB
CMYK
RGB Variations
Color information
#E5354D (or 0xE5354D) is known color: Amaranth. HEX triplet: E5, 35 and 4D. RGB value is (229,53,77). Sum of RGB (Red+Green+Blue) = 229+53+77=359 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.79% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 229 - color contains mainly: red. Hex color #E5354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5354D is #1ACAB2. Grayscale: #6C6C6C. Windows color (decimal): -1755827 or 5060069. OLE color: 5060069.
HSL color Cylindrical-coordinate representation of color #E5354D: hue angle of 351.82º 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 #E5354D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 77 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.10 |
| HSL | 351.82º | 0.77% | 0.55% | - |
| HSV(B) | 351.82º | 0.77% | 0.9% | - |
| XYZ | 34.93 | 19.74 | 8.99 | - |
| YUV | 108.36 | 110.31 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 77 | 0 | 0.77 | 0.66 | 0.10 | 351.82 | 0.77 | 0.55 |
| Hex | E5 | 35 | 4D | 0 | 4D | 42 | A | 160 | 4D | 37 |
| Octal | 345 | 65 | 115 | 0 | 115 | 102 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110101 | 1001101 | 0 | 1001101 | 1000010 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5354D
Complementary color
Monochromatic Colors of #E5354D
Black with #E5354D
Text Example
Text Example
White with #E5354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5354D; }
p { color: rgb(229,53,77); }
H1.HeaderClassName
{
color: #E5354D;
}
.AnyTagClassName
{
color: #E5354D;
}
</style>
background-color css
<style>
a { background-color: #E5354D; }
a { background-color: rgb(229,53,77); }
div.DivClassName
{
background-color: #E5354D;
}
.BgClassName
{
background-color: #E5354D;
}
</style>
border-color css
<style>
span { border-color: #E5354D; }
span { border-color: rgb(229,53,77); }
td.TdClassName
{
border-color: #E5354D;
}
.TagClassName
{
border-color: #E5354D;
}
</style>