Shades of Amaranth #E54356
Tints of Amaranth #E54356
RGB
CMYK
RGB Variations
Color information
#E54356 (or 0xE54356) is known color: Amaranth. HEX triplet: E5, 43 and 56. RGB value is (229,67,86). Sum of RGB (Red+Green+Blue) = 229+67+86=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E54356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54356 is #1ABCA9. Grayscale: #757575. Windows color (decimal): -1752234 or 5653477. OLE color: 5653477.
HSL color Cylindrical-coordinate representation of color #E54356: hue angle of 352.96º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54356 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 86 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.10 |
| HSL | 352.96º | 0.76% | 0.58% | - |
| HSV(B) | 352.96º | 0.71% | 0.9% | - |
| XYZ | 36 | 21.34 | 11.03 | - |
| YUV | 117.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 86 | 0 | 0.71 | 0.62 | 0.10 | 352.96 | 0.76 | 0.58 |
| Hex | E5 | 43 | 56 | 0 | 47 | 3E | A | 161 | 4C | 3A |
| Octal | 345 | 103 | 126 | 0 | 107 | 76 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1010110 | 0 | 1000111 | 111110 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54356
Complementary color
Monochromatic Colors of #E54356
Black with #E54356
Text Example
Text Example
White with #E54356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54356; }
p { color: rgb(229,67,86); }
H1.HeaderClassName
{
color: #E54356;
}
.AnyTagClassName
{
color: #E54356;
}
</style>
background-color css
<style>
a { background-color: #E54356; }
a { background-color: rgb(229,67,86); }
div.DivClassName
{
background-color: #E54356;
}
.BgClassName
{
background-color: #E54356;
}
</style>
border-color css
<style>
span { border-color: #E54356; }
span { border-color: rgb(229,67,86); }
td.TdClassName
{
border-color: #E54356;
}
.TagClassName
{
border-color: #E54356;
}
</style>