Shades of Amaranth #E54355
Tints of Amaranth #E54355
RGB
CMYK
RGB Variations
Color information
#E54355 (or 0xE54355) is known color: Amaranth. HEX triplet: E5, 43 and 55. RGB value is (229,67,85). Sum of RGB (Red+Green+Blue) = 229+67+85=381 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.10% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 229 - color contains mainly: red. Hex color #E54355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54355 is #1ABCAA. Grayscale: #757575. Windows color (decimal): -1752235 or 5587941. OLE color: 5587941.
HSL color Cylindrical-coordinate representation of color #E54355: hue angle of 353.33º 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 #E54355 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 85 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.33º | 0.76% | 0.58% | - |
| HSV(B) | 353.33º | 0.71% | 0.9% | - |
| XYZ | 35.96 | 21.33 | 10.82 | - |
| YUV | 117.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 85 | 0 | 0.71 | 0.63 | 0.10 | 353.33 | 0.76 | 0.58 |
| Hex | E5 | 43 | 55 | 0 | 47 | 3F | A | 161 | 4C | 3A |
| Octal | 345 | 103 | 125 | 0 | 107 | 77 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1010101 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54355
Complementary color
Monochromatic Colors of #E54355
Black with #E54355
Text Example
Text Example
White with #E54355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54355; }
p { color: rgb(229,67,85); }
H1.HeaderClassName
{
color: #E54355;
}
.AnyTagClassName
{
color: #E54355;
}
</style>
background-color css
<style>
a { background-color: #E54355; }
a { background-color: rgb(229,67,85); }
div.DivClassName
{
background-color: #E54355;
}
.BgClassName
{
background-color: #E54355;
}
</style>
border-color css
<style>
span { border-color: #E54355; }
span { border-color: rgb(229,67,85); }
td.TdClassName
{
border-color: #E54355;
}
.TagClassName
{
border-color: #E54355;
}
</style>