Shades of Amaranth #E5354E
Tints of Amaranth #E5354E
RGB
CMYK
RGB Variations
Color information
#E5354E (or 0xE5354E) is known color: Amaranth. HEX triplet: E5, 35 and 4E. RGB value is (229,53,78). Sum of RGB (Red+Green+Blue) = 229+53+78=360 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.61% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 229 - color contains mainly: red. Hex color #E5354E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5354E is #1ACAB1. Grayscale: #6C6C6C. Windows color (decimal): -1755826 or 5125605. OLE color: 5125605.
HSL color Cylindrical-coordinate representation of color #E5354E: hue angle of 351.48º 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 #E5354E is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 78 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.10 |
| HSL | 351.48º | 0.77% | 0.55% | - |
| HSV(B) | 351.48º | 0.77% | 0.9% | - |
| XYZ | 34.96 | 19.75 | 9.18 | - |
| YUV | 108.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 78 | 0 | 0.77 | 0.66 | 0.10 | 351.48 | 0.77 | 0.55 |
| Hex | E5 | 35 | 4E | 0 | 4D | 42 | A | 15F | 4D | 37 |
| Octal | 345 | 65 | 116 | 0 | 115 | 102 | 12 | 537 | 115 | 67 |
| Binary | 11100101 | 110101 | 1001110 | 0 | 1001101 | 1000010 | 1010 | 101011111 | 1001101 | 110111 |
Color Harmonies of #E5354E
Complementary color
Monochromatic Colors of #E5354E
Black with #E5354E
Text Example
Text Example
White with #E5354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5354E; }
p { color: rgb(229,53,78); }
H1.HeaderClassName
{
color: #E5354E;
}
.AnyTagClassName
{
color: #E5354E;
}
</style>
background-color css
<style>
a { background-color: #E5354E; }
a { background-color: rgb(229,53,78); }
div.DivClassName
{
background-color: #E5354E;
}
.BgClassName
{
background-color: #E5354E;
}
</style>
border-color css
<style>
span { border-color: #E5354E; }
span { border-color: rgb(229,53,78); }
td.TdClassName
{
border-color: #E5354E;
}
.TagClassName
{
border-color: #E5354E;
}
</style>