Shades of Amaranth #E54255
Tints of Amaranth #E54255
RGB
CMYK
RGB Variations
Color information
#E54255 (or 0xE54255) is known color: Amaranth. HEX triplet: E5, 42 and 55. RGB value is (229,66,85). Sum of RGB (Red+Green+Blue) = 229+66+85=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E54255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54255 is #1ABDAA. Grayscale: #747474. Windows color (decimal): -1752491 or 5587685. OLE color: 5587685.
HSL color Cylindrical-coordinate representation of color #E54255: hue angle of 353.01º 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 #E54255 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 85 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.01º | 0.76% | 0.58% | - |
| HSV(B) | 353.01º | 0.71% | 0.9% | - |
| XYZ | 35.9 | 21.21 | 10.8 | - |
| YUV | 116.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 85 | 0 | 0.71 | 0.63 | 0.10 | 353.01 | 0.76 | 0.58 |
| Hex | E5 | 42 | 55 | 0 | 47 | 3F | A | 161 | 4C | 3A |
| Octal | 345 | 102 | 125 | 0 | 107 | 77 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1010101 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54255
Complementary color
Monochromatic Colors of #E54255
Black with #E54255
Text Example
Text Example
White with #E54255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54255; }
p { color: rgb(229,66,85); }
H1.HeaderClassName
{
color: #E54255;
}
.AnyTagClassName
{
color: #E54255;
}
</style>
background-color css
<style>
a { background-color: #E54255; }
a { background-color: rgb(229,66,85); }
div.DivClassName
{
background-color: #E54255;
}
.BgClassName
{
background-color: #E54255;
}
</style>
border-color css
<style>
span { border-color: #E54255; }
span { border-color: rgb(229,66,85); }
td.TdClassName
{
border-color: #E54255;
}
.TagClassName
{
border-color: #E54255;
}
</style>