Shades of Amaranth #E54358
Tints of Amaranth #E54358
RGB
CMYK
RGB Variations
Color information
#E54358 (or 0xE54358) is known color: Amaranth. HEX triplet: E5, 43 and 58. RGB value is (229,67,88). Sum of RGB (Red+Green+Blue) = 229+67+88=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E54358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54358 is #1ABCA7. Grayscale: #757575. Windows color (decimal): -1752232 or 5784549. OLE color: 5784549.
HSL color Cylindrical-coordinate representation of color #E54358: hue angle of 352.22º 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 #E54358 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 88 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.10 |
| HSL | 352.22º | 0.76% | 0.58% | - |
| HSV(B) | 352.22º | 0.71% | 0.9% | - |
| XYZ | 36.08 | 21.38 | 11.46 | - |
| YUV | 117.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 88 | 0 | 0.71 | 0.62 | 0.10 | 352.22 | 0.76 | 0.58 |
| Hex | E5 | 43 | 58 | 0 | 47 | 3E | A | 160 | 4C | 3A |
| Octal | 345 | 103 | 130 | 0 | 107 | 76 | 12 | 540 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1011000 | 0 | 1000111 | 111110 | 1010 | 101100000 | 1001100 | 111010 |
Color Harmonies of #E54358
Complementary color
Monochromatic Colors of #E54358
Black with #E54358
Text Example
Text Example
White with #E54358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54358; }
p { color: rgb(229,67,88); }
H1.HeaderClassName
{
color: #E54358;
}
.AnyTagClassName
{
color: #E54358;
}
</style>
background-color css
<style>
a { background-color: #E54358; }
a { background-color: rgb(229,67,88); }
div.DivClassName
{
background-color: #E54358;
}
.BgClassName
{
background-color: #E54358;
}
</style>
border-color css
<style>
span { border-color: #E54358; }
span { border-color: rgb(229,67,88); }
td.TdClassName
{
border-color: #E54358;
}
.TagClassName
{
border-color: #E54358;
}
</style>