Shades of Amaranth #E54547
Tints of Amaranth #E54547
RGB
CMYK
RGB Variations
Color information
#E54547 (or 0xE54547) is known color: Amaranth. HEX triplet: E5, 45 and 47. RGB value is (229,69,71). Sum of RGB (Red+Green+Blue) = 229+69+71=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E54547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54547 is #1ABAB8. Grayscale: #757575. Windows color (decimal): -1751737 or 4670949. OLE color: 4670949.
HSL color Cylindrical-coordinate representation of color #E54547: hue angle of 359.25º 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 #E54547 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 71 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.10 |
| HSL | 359.25º | 0.75% | 0.58% | - |
| HSV(B) | 359.25º | 0.7% | 0.9% | - |
| XYZ | 35.58 | 21.37 | 8.21 | - |
| YUV | 117.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 71 | 0 | 0.70 | 0.69 | 0.10 | 359.25 | 0.75 | 0.58 |
| Hex | E5 | 45 | 47 | 0 | 46 | 45 | A | 167 | 4B | 3A |
| Octal | 345 | 105 | 107 | 0 | 106 | 105 | 12 | 547 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1000111 | 0 | 1000110 | 1000101 | 1010 | 101100111 | 1001011 | 111010 |
Color Harmonies of #E54547
Complementary color
Monochromatic Colors of #E54547
Black with #E54547
Text Example
Text Example
White with #E54547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54547; }
p { color: rgb(229,69,71); }
H1.HeaderClassName
{
color: #E54547;
}
.AnyTagClassName
{
color: #E54547;
}
</style>
background-color css
<style>
a { background-color: #E54547; }
a { background-color: rgb(229,69,71); }
div.DivClassName
{
background-color: #E54547;
}
.BgClassName
{
background-color: #E54547;
}
</style>
border-color css
<style>
span { border-color: #E54547; }
span { border-color: rgb(229,69,71); }
td.TdClassName
{
border-color: #E54547;
}
.TagClassName
{
border-color: #E54547;
}
</style>