Shades of Amaranth #E54452
Tints of Amaranth #E54452
RGB
CMYK
RGB Variations
Color information
#E54452 (or 0xE54452) is known color: Amaranth. HEX triplet: E5, 44 and 52. RGB value is (229,68,82). Sum of RGB (Red+Green+Blue) = 229+68+82=379 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.42% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 229 - color contains mainly: red. Hex color #E54452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54452 is #1ABBAD. Grayscale: #757575. Windows color (decimal): -1751982 or 5391589. OLE color: 5391589.
HSL color Cylindrical-coordinate representation of color #E54452: hue angle of 354.78º degrees, saturation: 0.76, 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 #E54452 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 82 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.10 |
| HSL | 354.78º | 0.76% | 0.58% | - |
| HSV(B) | 354.78º | 0.7% | 0.9% | - |
| XYZ | 35.9 | 21.4 | 10.22 | - |
| YUV | 117.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 82 | 0 | 0.70 | 0.64 | 0.10 | 354.78 | 0.76 | 0.58 |
| Hex | E5 | 44 | 52 | 0 | 46 | 40 | A | 163 | 4C | 3A |
| Octal | 345 | 104 | 122 | 0 | 106 | 100 | 12 | 543 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1010010 | 0 | 1000110 | 1000000 | 1010 | 101100011 | 1001100 | 111010 |
Color Harmonies of #E54452
Complementary color
Monochromatic Colors of #E54452
Black with #E54452
Text Example
Text Example
White with #E54452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54452; }
p { color: rgb(229,68,82); }
H1.HeaderClassName
{
color: #E54452;
}
.AnyTagClassName
{
color: #E54452;
}
</style>
background-color css
<style>
a { background-color: #E54452; }
a { background-color: rgb(229,68,82); }
div.DivClassName
{
background-color: #E54452;
}
.BgClassName
{
background-color: #E54452;
}
</style>
border-color css
<style>
span { border-color: #E54452; }
span { border-color: rgb(229,68,82); }
td.TdClassName
{
border-color: #E54452;
}
.TagClassName
{
border-color: #E54452;
}
</style>