Shades of Amaranth #E42959
Tints of Amaranth #E42959
RGB
CMYK
RGB Variations
Color information
#E42959 (or 0xE42959) is known color: Amaranth. HEX triplet: E4, 29 and 59. RGB value is (228,41,89). Sum of RGB (Red+Green+Blue) = 228+41+89=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E42959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42959 is #1BD6A6. Grayscale: #666666. Windows color (decimal): -1824423 or 5843428. OLE color: 5843428.
HSL color Cylindrical-coordinate representation of color #E42959: hue angle of 344.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42959 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 89 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.11 |
| HSL | 344.6º | 0.78% | 0.53% | - |
| HSV(B) | 344.6º | 0.82% | 0.89% | - |
| XYZ | 34.59 | 18.8 | 11.26 | - |
| YUV | 102.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 89 | 0 | 0.82 | 0.61 | 0.11 | 344.6 | 0.78 | 0.53 |
| Hex | E4 | 29 | 59 | 0 | 52 | 3D | B | 159 | 4E | 35 |
| Octal | 344 | 51 | 131 | 0 | 122 | 75 | 13 | 531 | 116 | 65 |
| Binary | 11100100 | 101001 | 1011001 | 0 | 1010010 | 111101 | 1011 | 101011001 | 1001110 | 110101 |
Color Harmonies of #E42959
Complementary color
Monochromatic Colors of #E42959
Black with #E42959
Text Example
Text Example
White with #E42959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42959; }
p { color: rgb(228,41,89); }
H1.HeaderClassName
{
color: #E42959;
}
.AnyTagClassName
{
color: #E42959;
}
</style>
background-color css
<style>
a { background-color: #E42959; }
a { background-color: rgb(228,41,89); }
div.DivClassName
{
background-color: #E42959;
}
.BgClassName
{
background-color: #E42959;
}
</style>
border-color css
<style>
span { border-color: #E42959; }
span { border-color: rgb(228,41,89); }
td.TdClassName
{
border-color: #E42959;
}
.TagClassName
{
border-color: #E42959;
}
</style>