Shades of Amaranth #E42149
Tints of Amaranth #E42149
RGB
CMYK
RGB Variations
Color information
#E42149 (or 0xE42149) is known color: Amaranth. HEX triplet: E4, 21 and 49. RGB value is (228,33,73). Sum of RGB (Red+Green+Blue) = 228+33+73=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E42149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42149 is #1BDEB6. Grayscale: #5F5F5F. Windows color (decimal): -1826487 or 4792804. OLE color: 4792804.
HSL color Cylindrical-coordinate representation of color #E42149: hue angle of 347.69º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E42149 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 73 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.11 |
| HSL | 347.69º | 0.78% | 0.51% | - |
| HSV(B) | 347.69º | 0.86% | 0.89% | - |
| XYZ | 33.74 | 18.06 | 8.01 | - |
| YUV | 95.87 | 115.1 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 73 | 0 | 0.86 | 0.68 | 0.11 | 347.69 | 0.78 | 0.51 |
| Hex | E4 | 21 | 49 | 0 | 56 | 44 | B | 15C | 4E | 33 |
| Octal | 344 | 41 | 111 | 0 | 126 | 104 | 13 | 534 | 116 | 63 |
| Binary | 11100100 | 100001 | 1001001 | 0 | 1010110 | 1000100 | 1011 | 101011100 | 1001110 | 110011 |
Color Harmonies of #E42149
Complementary color
Monochromatic Colors of #E42149
Black with #E42149
Text Example
Text Example
White with #E42149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42149; }
p { color: rgb(228,33,73); }
H1.HeaderClassName
{
color: #E42149;
}
.AnyTagClassName
{
color: #E42149;
}
</style>
background-color css
<style>
a { background-color: #E42149; }
a { background-color: rgb(228,33,73); }
div.DivClassName
{
background-color: #E42149;
}
.BgClassName
{
background-color: #E42149;
}
</style>
border-color css
<style>
span { border-color: #E42149; }
span { border-color: rgb(228,33,73); }
td.TdClassName
{
border-color: #E42149;
}
.TagClassName
{
border-color: #E42149;
}
</style>