Shades of Amaranth #E54345
Tints of Amaranth #E54345
RGB
CMYK
RGB Variations
Color information
#E54345 (or 0xE54345) is known color: Amaranth. HEX triplet: E5, 43 and 45. RGB value is (229,67,69). Sum of RGB (Red+Green+Blue) = 229+67+69=365 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.74% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 229 - color contains mainly: red. Hex color #E54345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54345 is #1ABCBA. Grayscale: #737373. Windows color (decimal): -1752251 or 4539365. OLE color: 4539365.
HSL color Cylindrical-coordinate representation of color #E54345: hue angle of 359.26º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54345 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 69 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.10 |
| HSL | 359.26º | 0.76% | 0.58% | - |
| HSV(B) | 359.26º | 0.71% | 0.9% | - |
| XYZ | 35.39 | 21.1 | 7.84 | - |
| YUV | 115.67 | 101.67 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 69 | 0 | 0.71 | 0.70 | 0.10 | 359.26 | 0.76 | 0.58 |
| Hex | E5 | 43 | 45 | 0 | 47 | 46 | A | 167 | 4C | 3A |
| Octal | 345 | 103 | 105 | 0 | 107 | 106 | 12 | 547 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1000101 | 0 | 1000111 | 1000110 | 1010 | 101100111 | 1001100 | 111010 |
Color Harmonies of #E54345
Complementary color
Monochromatic Colors of #E54345
Black with #E54345
Text Example
Text Example
White with #E54345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54345; }
p { color: rgb(229,67,69); }
H1.HeaderClassName
{
color: #E54345;
}
.AnyTagClassName
{
color: #E54345;
}
</style>
background-color css
<style>
a { background-color: #E54345; }
a { background-color: rgb(229,67,69); }
div.DivClassName
{
background-color: #E54345;
}
.BgClassName
{
background-color: #E54345;
}
</style>
border-color css
<style>
span { border-color: #E54345; }
span { border-color: rgb(229,67,69); }
td.TdClassName
{
border-color: #E54345;
}
.TagClassName
{
border-color: #E54345;
}
</style>