Shades of Amaranth #E54647
Tints of Amaranth #E54647
RGB
CMYK
RGB Variations
Color information
#E54647 (or 0xE54647) is known color: Amaranth. HEX triplet: E5, 46 and 47. RGB value is (229,70,71). Sum of RGB (Red+Green+Blue) = 229+70+71=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E54647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54647 is #1AB9B8. Grayscale: #757575. Windows color (decimal): -1751481 or 4671205. OLE color: 4671205.
HSL color Cylindrical-coordinate representation of color #E54647: hue angle of 359.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54647 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 71 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.10 |
| HSL | 359.62º | 0.75% | 0.59% | - |
| HSV(B) | 359.62º | 0.69% | 0.9% | - |
| XYZ | 35.64 | 21.49 | 8.23 | - |
| YUV | 117.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 71 | 0 | 0.69 | 0.69 | 0.10 | 359.62 | 0.75 | 0.59 |
| Hex | E5 | 46 | 47 | 0 | 45 | 45 | A | 168 | 4B | 3B |
| Octal | 345 | 106 | 107 | 0 | 105 | 105 | 12 | 550 | 113 | 73 |
| Binary | 11100101 | 1000110 | 1000111 | 0 | 1000101 | 1000101 | 1010 | 101101000 | 1001011 | 111011 |
Color Harmonies of #E54647
Complementary color
Monochromatic Colors of #E54647
Black with #E54647
Text Example
Text Example
White with #E54647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54647; }
p { color: rgb(229,70,71); }
H1.HeaderClassName
{
color: #E54647;
}
.AnyTagClassName
{
color: #E54647;
}
</style>
background-color css
<style>
a { background-color: #E54647; }
a { background-color: rgb(229,70,71); }
div.DivClassName
{
background-color: #E54647;
}
.BgClassName
{
background-color: #E54647;
}
</style>
border-color css
<style>
span { border-color: #E54647; }
span { border-color: rgb(229,70,71); }
td.TdClassName
{
border-color: #E54647;
}
.TagClassName
{
border-color: #E54647;
}
</style>