Shades of Amaranth #E54254
Tints of Amaranth #E54254
RGB
CMYK
RGB Variations
Color information
#E54254 (or 0xE54254) is known color: Amaranth. HEX triplet: E5, 42 and 54. RGB value is (229,66,84). Sum of RGB (Red+Green+Blue) = 229+66+84=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E54254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54254 is #1ABDAB. Grayscale: #747474. Windows color (decimal): -1752492 or 5522149. OLE color: 5522149.
HSL color Cylindrical-coordinate representation of color #E54254: hue angle of 353.37º 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 #E54254 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 84 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.37º | 0.76% | 0.58% | - |
| HSV(B) | 353.37º | 0.71% | 0.9% | - |
| XYZ | 35.86 | 21.19 | 10.59 | - |
| YUV | 116.79 | 109.5 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 84 | 0 | 0.71 | 0.63 | 0.10 | 353.37 | 0.76 | 0.58 |
| Hex | E5 | 42 | 54 | 0 | 47 | 3F | A | 161 | 4C | 3A |
| Octal | 345 | 102 | 124 | 0 | 107 | 77 | 12 | 541 | 114 | 72 |
| Binary | 11100101 | 1000010 | 1010100 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001100 | 111010 |
Color Harmonies of #E54254
Complementary color
Monochromatic Colors of #E54254
Black with #E54254
Text Example
Text Example
White with #E54254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54254; }
p { color: rgb(229,66,84); }
H1.HeaderClassName
{
color: #E54254;
}
.AnyTagClassName
{
color: #E54254;
}
</style>
background-color css
<style>
a { background-color: #E54254; }
a { background-color: rgb(229,66,84); }
div.DivClassName
{
background-color: #E54254;
}
.BgClassName
{
background-color: #E54254;
}
</style>
border-color css
<style>
span { border-color: #E54254; }
span { border-color: rgb(229,66,84); }
td.TdClassName
{
border-color: #E54254;
}
.TagClassName
{
border-color: #E54254;
}
</style>