Shades of Amaranth #E54350
Tints of Amaranth #E54350
RGB
CMYK
RGB Variations
Color information
#E54350 (or 0xE54350) is known color: Amaranth. HEX triplet: E5, 43 and 50. RGB value is (229,67,80). Sum of RGB (Red+Green+Blue) = 229+67+80=376 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.90% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 229 - color contains mainly: red. Hex color #E54350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54350 is #1ABCAF. Grayscale: #757575. Windows color (decimal): -1752240 or 5260261. OLE color: 5260261.
HSL color Cylindrical-coordinate representation of color #E54350: hue angle of 355.19º 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 #E54350 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 80 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.10 |
| HSL | 355.19º | 0.76% | 0.58% | - |
| HSV(B) | 355.19º | 0.71% | 0.9% | - |
| XYZ | 35.77 | 21.25 | 9.81 | - |
| YUV | 116.92 | 107.17 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 80 | 0 | 0.71 | 0.65 | 0.10 | 355.19 | 0.76 | 0.58 |
| Hex | E5 | 43 | 50 | 0 | 47 | 41 | A | 163 | 4C | 3A |
| Octal | 345 | 103 | 120 | 0 | 107 | 101 | 12 | 543 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1010000 | 0 | 1000111 | 1000001 | 1010 | 101100011 | 1001100 | 111010 |
Color Harmonies of #E54350
Complementary color
Monochromatic Colors of #E54350
Black with #E54350
Text Example
Text Example
White with #E54350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54350; }
p { color: rgb(229,67,80); }
H1.HeaderClassName
{
color: #E54350;
}
.AnyTagClassName
{
color: #E54350;
}
</style>
background-color css
<style>
a { background-color: #E54350; }
a { background-color: rgb(229,67,80); }
div.DivClassName
{
background-color: #E54350;
}
.BgClassName
{
background-color: #E54350;
}
</style>
border-color css
<style>
span { border-color: #E54350; }
span { border-color: rgb(229,67,80); }
td.TdClassName
{
border-color: #E54350;
}
.TagClassName
{
border-color: #E54350;
}
</style>