Shades of Amaranth #E54156
Tints of Amaranth #E54156
RGB
CMYK
RGB Variations
Color information
#E54156 (or 0xE54156) is known color: Amaranth. HEX triplet: E5, 41 and 56. RGB value is (229,65,86). Sum of RGB (Red+Green+Blue) = 229+65+86=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E54156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54156 is #1ABEA9. Grayscale: #747474. Windows color (decimal): -1752746 or 5652965. OLE color: 5652965.
HSL color Cylindrical-coordinate representation of color #E54156: hue angle of 352.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E54156 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 86 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.10 |
| HSL | 352.32º | 0.76% | 0.58% | - |
| HSV(B) | 352.32º | 0.72% | 0.9% | - |
| XYZ | 35.88 | 21.11 | 10.99 | - |
| YUV | 116.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 86 | 0 | 0.72 | 0.62 | 0.10 | 352.32 | 0.76 | 0.58 |
| Hex | E5 | 41 | 56 | 0 | 48 | 3E | A | 160 | 4C | 3A |
| Octal | 345 | 101 | 126 | 0 | 110 | 76 | 12 | 540 | 114 | 72 |
| Binary | 11100101 | 1000001 | 1010110 | 0 | 1001000 | 111110 | 1010 | 101100000 | 1001100 | 111010 |
Color Harmonies of #E54156
Complementary color
Monochromatic Colors of #E54156
Black with #E54156
Text Example
Text Example
White with #E54156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54156; }
p { color: rgb(229,65,86); }
H1.HeaderClassName
{
color: #E54156;
}
.AnyTagClassName
{
color: #E54156;
}
</style>
background-color css
<style>
a { background-color: #E54156; }
a { background-color: rgb(229,65,86); }
div.DivClassName
{
background-color: #E54156;
}
.BgClassName
{
background-color: #E54156;
}
</style>
border-color css
<style>
span { border-color: #E54156; }
span { border-color: rgb(229,65,86); }
td.TdClassName
{
border-color: #E54156;
}
.TagClassName
{
border-color: #E54156;
}
</style>