Shades of Amaranth #E42259
Tints of Amaranth #E42259
RGB
CMYK
RGB Variations
Color information
#E42259 (or 0xE42259) is known color: Amaranth. HEX triplet: E4, 22 and 59. RGB value is (228,34,89). Sum of RGB (Red+Green+Blue) = 228+34+89=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E42259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42259 is #1BDDA6. Grayscale: #626262. Windows color (decimal): -1826215 or 5841636. OLE color: 5841636.
HSL color Cylindrical-coordinate representation of color #E42259: hue angle of 342.99º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42259 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 34 | 89 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.11 |
| HSL | 342.99º | 0.78% | 0.51% | - |
| HSV(B) | 342.99º | 0.85% | 0.89% | - |
| XYZ | 34.37 | 18.36 | 11.18 | - |
| YUV | 98.28 | 122.77 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 34 | 89 | 0 | 0.85 | 0.61 | 0.11 | 342.99 | 0.78 | 0.51 |
| Hex | E4 | 22 | 59 | 0 | 55 | 3D | B | 157 | 4E | 33 |
| Octal | 344 | 42 | 131 | 0 | 125 | 75 | 13 | 527 | 116 | 63 |
| Binary | 11100100 | 100010 | 1011001 | 0 | 1010101 | 111101 | 1011 | 101010111 | 1001110 | 110011 |
Color Harmonies of #E42259
Complementary color
Monochromatic Colors of #E42259
Black with #E42259
Text Example
Text Example
White with #E42259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42259; }
p { color: rgb(228,34,89); }
H1.HeaderClassName
{
color: #E42259;
}
.AnyTagClassName
{
color: #E42259;
}
</style>
background-color css
<style>
a { background-color: #E42259; }
a { background-color: rgb(228,34,89); }
div.DivClassName
{
background-color: #E42259;
}
.BgClassName
{
background-color: #E42259;
}
</style>
border-color css
<style>
span { border-color: #E42259; }
span { border-color: rgb(228,34,89); }
td.TdClassName
{
border-color: #E42259;
}
.TagClassName
{
border-color: #E42259;
}
</style>