Shades of Amaranth #E54154
Tints of Amaranth #E54154
RGB
CMYK
RGB Variations
Color information
#E54154 (or 0xE54154) is known color: Amaranth. HEX triplet: E5, 41 and 54. RGB value is (229,65,84). Sum of RGB (Red+Green+Blue) = 229+65+84=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E54154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54154 is #1ABEAB. Grayscale: #747474. Windows color (decimal): -1752748 or 5521893. OLE color: 5521893.
HSL color Cylindrical-coordinate representation of color #E54154: hue angle of 353.05º 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 #E54154 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 84 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.10 |
| HSL | 353.05º | 0.76% | 0.58% | - |
| HSV(B) | 353.05º | 0.72% | 0.9% | - |
| XYZ | 35.8 | 21.08 | 10.57 | - |
| YUV | 116.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 84 | 0 | 0.72 | 0.63 | 0.10 | 353.05 | 0.76 | 0.58 |
| Hex | E5 | 41 | 54 | 0 | 48 | 3F | A | 161 | 4C | 3A |
| Octal | 345 | 101 | 124 | 0 | 110 | 77 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1010100 | 0 | 1001000 | 111111 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54154
Complementary color
Monochromatic Colors of #E54154
Black with #E54154
Text Example
Text Example
White with #E54154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54154; }
p { color: rgb(229,65,84); }
H1.HeaderClassName
{
color: #E54154;
}
.AnyTagClassName
{
color: #E54154;
}
</style>
background-color css
<style>
a { background-color: #E54154; }
a { background-color: rgb(229,65,84); }
div.DivClassName
{
background-color: #E54154;
}
.BgClassName
{
background-color: #E54154;
}
</style>
border-color css
<style>
span { border-color: #E54154; }
span { border-color: rgb(229,65,84); }
td.TdClassName
{
border-color: #E54154;
}
.TagClassName
{
border-color: #E54154;
}
</style>