Shades of Amaranth #E43059
Tints of Amaranth #E43059
RGB
CMYK
RGB Variations
Color information
#E43059 (or 0xE43059) is known color: Amaranth. HEX triplet: E4, 30 and 59. RGB value is (228,48,89). Sum of RGB (Red+Green+Blue) = 228+48+89=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E43059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43059 is #1BCFA6. Grayscale: #6A6A6A. Windows color (decimal): -1822631 or 5845220. OLE color: 5845220.
HSL color Cylindrical-coordinate representation of color #E43059: hue angle of 346.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E43059 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 48 | 89 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.11 |
| HSL | 346.33º | 0.77% | 0.54% | - |
| HSV(B) | 346.33º | 0.79% | 0.89% | - |
| XYZ | 34.86 | 19.33 | 11.35 | - |
| YUV | 106.49 | 118.13 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 48 | 89 | 0 | 0.79 | 0.61 | 0.11 | 346.33 | 0.77 | 0.54 |
| Hex | E4 | 30 | 59 | 0 | 4F | 3D | B | 15A | 4D | 36 |
| Octal | 344 | 60 | 131 | 0 | 117 | 75 | 13 | 532 | 115 | 66 |
| Binary | 11100100 | 110000 | 1011001 | 0 | 1001111 | 111101 | 1011 | 101011010 | 1001101 | 110110 |
Color Harmonies of #E43059
Complementary color
Monochromatic Colors of #E43059
Black with #E43059
Text Example
Text Example
White with #E43059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43059; }
p { color: rgb(228,48,89); }
H1.HeaderClassName
{
color: #E43059;
}
.AnyTagClassName
{
color: #E43059;
}
</style>
background-color css
<style>
a { background-color: #E43059; }
a { background-color: rgb(228,48,89); }
div.DivClassName
{
background-color: #E43059;
}
.BgClassName
{
background-color: #E43059;
}
</style>
border-color css
<style>
span { border-color: #E43059; }
span { border-color: rgb(228,48,89); }
td.TdClassName
{
border-color: #E43059;
}
.TagClassName
{
border-color: #E43059;
}
</style>