Shades of Amaranth #E42946
Tints of Amaranth #E42946
RGB
CMYK
RGB Variations
Color information
#E42946 (or 0xE42946) is known color: Amaranth. HEX triplet: E4, 29 and 46. RGB value is (228,41,70). Sum of RGB (Red+Green+Blue) = 228+41+70=339 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.26% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 228 - color contains mainly: red. Hex color #E42946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42946 is #1BD6B9. Grayscale: #646464. Windows color (decimal): -1824442 or 4598244. OLE color: 4598244.
HSL color Cylindrical-coordinate representation of color #E42946: hue angle of 350.7º 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 #E42946 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 70 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.11 |
| HSL | 350.7º | 0.78% | 0.53% | - |
| HSV(B) | 350.7º | 0.82% | 0.89% | - |
| XYZ | 33.89 | 18.52 | 7.58 | - |
| YUV | 100.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 70 | 0 | 0.82 | 0.69 | 0.11 | 350.7 | 0.78 | 0.53 |
| Hex | E4 | 29 | 46 | 0 | 52 | 45 | B | 15F | 4E | 35 |
| Octal | 344 | 51 | 106 | 0 | 122 | 105 | 13 | 537 | 116 | 65 |
| Binary | 11100100 | 101001 | 1000110 | 0 | 1010010 | 1000101 | 1011 | 101011111 | 1001110 | 110101 |
Color Harmonies of #E42946
Complementary color
Monochromatic Colors of #E42946
Black with #E42946
Text Example
Text Example
White with #E42946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42946; }
p { color: rgb(228,41,70); }
H1.HeaderClassName
{
color: #E42946;
}
.AnyTagClassName
{
color: #E42946;
}
</style>
background-color css
<style>
a { background-color: #E42946; }
a { background-color: rgb(228,41,70); }
div.DivClassName
{
background-color: #E42946;
}
.BgClassName
{
background-color: #E42946;
}
</style>
border-color css
<style>
span { border-color: #E42946; }
span { border-color: rgb(228,41,70); }
td.TdClassName
{
border-color: #E42946;
}
.TagClassName
{
border-color: #E42946;
}
</style>