Shades of Amaranth #E54549
Tints of Amaranth #E54549
RGB
CMYK
RGB Variations
Color information
#E54549 (or 0xE54549) is known color: Amaranth. HEX triplet: E5, 45 and 49. RGB value is (229,69,73). Sum of RGB (Red+Green+Blue) = 229+69+73=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E54549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54549 is #1ABAB6. Grayscale: #757575. Windows color (decimal): -1751735 or 4802021. OLE color: 4802021.
HSL color Cylindrical-coordinate representation of color #E54549: hue angle of 358.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54549 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 73 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.10 |
| HSL | 358.5º | 0.75% | 0.58% | - |
| HSV(B) | 358.5º | 0.7% | 0.9% | - |
| XYZ | 35.64 | 21.4 | 8.55 | - |
| YUV | 117.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 73 | 0 | 0.70 | 0.68 | 0.10 | 358.5 | 0.75 | 0.58 |
| Hex | E5 | 45 | 49 | 0 | 46 | 44 | A | 166 | 4B | 3A |
| Octal | 345 | 105 | 111 | 0 | 106 | 104 | 12 | 546 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1001001 | 0 | 1000110 | 1000100 | 1010 | 101100110 | 1001011 | 111010 |
Color Harmonies of #E54549
Complementary color
Monochromatic Colors of #E54549
Black with #E54549
Text Example
Text Example
White with #E54549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54549; }
p { color: rgb(229,69,73); }
H1.HeaderClassName
{
color: #E54549;
}
.AnyTagClassName
{
color: #E54549;
}
</style>
background-color css
<style>
a { background-color: #E54549; }
a { background-color: rgb(229,69,73); }
div.DivClassName
{
background-color: #E54549;
}
.BgClassName
{
background-color: #E54549;
}
</style>
border-color css
<style>
span { border-color: #E54549; }
span { border-color: rgb(229,69,73); }
td.TdClassName
{
border-color: #E54549;
}
.TagClassName
{
border-color: #E54549;
}
</style>