Shades of Amaranth #E54155
Tints of Amaranth #E54155
RGB
CMYK
RGB Variations
Color information
#E54155 (or 0xE54155) is known color: Amaranth. HEX triplet: E5, 41 and 55. RGB value is (229,65,85). Sum of RGB (Red+Green+Blue) = 229+65+85=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E54155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54155 is #1ABEAA. Grayscale: #747474. Windows color (decimal): -1752747 or 5587429. OLE color: 5587429.
HSL color Cylindrical-coordinate representation of color #E54155: hue angle of 352.68º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54155 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 85 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.10 |
| HSL | 352.68º | 0.76% | 0.58% | - |
| HSV(B) | 352.68º | 0.72% | 0.9% | - |
| XYZ | 35.84 | 21.09 | 10.78 | - |
| YUV | 116.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 85 | 0 | 0.72 | 0.63 | 0.10 | 352.68 | 0.76 | 0.58 |
| Hex | E5 | 41 | 55 | 0 | 48 | 3F | A | 161 | 4C | 3A |
| Octal | 345 | 101 | 125 | 0 | 110 | 77 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1010101 | 0 | 1001000 | 111111 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54155
Complementary color
Monochromatic Colors of #E54155
Black with #E54155
Text Example
Text Example
White with #E54155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54155; }
p { color: rgb(229,65,85); }
H1.HeaderClassName
{
color: #E54155;
}
.AnyTagClassName
{
color: #E54155;
}
</style>
background-color css
<style>
a { background-color: #E54155; }
a { background-color: rgb(229,65,85); }
div.DivClassName
{
background-color: #E54155;
}
.BgClassName
{
background-color: #E54155;
}
</style>
border-color css
<style>
span { border-color: #E54155; }
span { border-color: rgb(229,65,85); }
td.TdClassName
{
border-color: #E54155;
}
.TagClassName
{
border-color: #E54155;
}
</style>