Shades of Amaranth #E54552
Tints of Amaranth #E54552
RGB
CMYK
RGB Variations
Color information
#E54552 (or 0xE54552) is known color: Amaranth. HEX triplet: E5, 45 and 52. RGB value is (229,69,82). Sum of RGB (Red+Green+Blue) = 229+69+82=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E54552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54552 is #1ABAAD. Grayscale: #767676. Windows color (decimal): -1751726 or 5391845. OLE color: 5391845.
HSL color Cylindrical-coordinate representation of color #E54552: hue angle of 355.12º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54552 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 82 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.10 |
| HSL | 355.13º | 0.75% | 0.58% | - |
| HSV(B) | 355.13º | 0.7% | 0.9% | - |
| XYZ | 35.96 | 21.52 | 10.24 | - |
| YUV | 118.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 82 | 0 | 0.70 | 0.64 | 0.10 | 355.13 | 0.75 | 0.58 |
| Hex | E5 | 45 | 52 | 0 | 46 | 40 | A | 163 | 4B | 3A |
| Octal | 345 | 105 | 122 | 0 | 106 | 100 | 12 | 543 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1010010 | 0 | 1000110 | 1000000 | 1010 | 101100011 | 1001011 | 111010 |
Color Harmonies of #E54552
Complementary color
Monochromatic Colors of #E54552
Black with #E54552
Text Example
Text Example
White with #E54552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54552; }
p { color: rgb(229,69,82); }
H1.HeaderClassName
{
color: #E54552;
}
.AnyTagClassName
{
color: #E54552;
}
</style>
background-color css
<style>
a { background-color: #E54552; }
a { background-color: rgb(229,69,82); }
div.DivClassName
{
background-color: #E54552;
}
.BgClassName
{
background-color: #E54552;
}
</style>
border-color css
<style>
span { border-color: #E54552; }
span { border-color: rgb(229,69,82); }
td.TdClassName
{
border-color: #E54552;
}
.TagClassName
{
border-color: #E54552;
}
</style>