Shades of Amaranth #E5354C
Tints of Amaranth #E5354C
RGB
CMYK
RGB Variations
Color information
#E5354C (or 0xE5354C) is known color: Amaranth. HEX triplet: E5, 35 and 4C. RGB value is (229,53,76). Sum of RGB (Red+Green+Blue) = 229+53+76=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E5354C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5354C is #1ACAB3. Grayscale: #6C6C6C. Windows color (decimal): -1755828 or 4994533. OLE color: 4994533.
HSL color Cylindrical-coordinate representation of color #E5354C: hue angle of 352.16º 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 #E5354C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 76 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.10 |
| HSL | 352.16º | 0.77% | 0.55% | - |
| HSV(B) | 352.16º | 0.77% | 0.9% | - |
| XYZ | 34.89 | 19.73 | 8.81 | - |
| YUV | 108.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 76 | 0 | 0.77 | 0.67 | 0.10 | 352.16 | 0.77 | 0.55 |
| Hex | E5 | 35 | 4C | 0 | 4D | 43 | A | 160 | 4D | 37 |
| Octal | 345 | 65 | 114 | 0 | 115 | 103 | 12 | 540 | 115 | 67 |
| Binary | 11100101 | 110101 | 1001100 | 0 | 1001101 | 1000011 | 1010 | 101100000 | 1001101 | 110111 |
Color Harmonies of #E5354C
Complementary color
Monochromatic Colors of #E5354C
Black with #E5354C
Text Example
Text Example
White with #E5354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5354C; }
p { color: rgb(229,53,76); }
H1.HeaderClassName
{
color: #E5354C;
}
.AnyTagClassName
{
color: #E5354C;
}
</style>
background-color css
<style>
a { background-color: #E5354C; }
a { background-color: rgb(229,53,76); }
div.DivClassName
{
background-color: #E5354C;
}
.BgClassName
{
background-color: #E5354C;
}
</style>
border-color css
<style>
span { border-color: #E5354C; }
span { border-color: rgb(229,53,76); }
td.TdClassName
{
border-color: #E5354C;
}
.TagClassName
{
border-color: #E5354C;
}
</style>