Shades of Amaranth #E42449
Tints of Amaranth #E42449
RGB
CMYK
RGB Variations
Color information
#E42449 (or 0xE42449) is known color: Amaranth. HEX triplet: E4, 24 and 49. RGB value is (228,36,73). Sum of RGB (Red+Green+Blue) = 228+36+73=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E42449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42449 is #1BDBB6. Grayscale: #616161. Windows color (decimal): -1825719 or 4793572. OLE color: 4793572.
HSL color Cylindrical-coordinate representation of color #E42449: hue angle of 348.44º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E42449 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 36 | 73 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.11 |
| HSL | 348.44º | 0.78% | 0.52% | - |
| HSV(B) | 348.44º | 0.84% | 0.89% | - |
| XYZ | 33.83 | 18.24 | 8.04 | - |
| YUV | 97.63 | 114.11 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 36 | 73 | 0 | 0.84 | 0.68 | 0.11 | 348.44 | 0.78 | 0.52 |
| Hex | E4 | 24 | 49 | 0 | 54 | 44 | B | 15C | 4E | 34 |
| Octal | 344 | 44 | 111 | 0 | 124 | 104 | 13 | 534 | 116 | 64 |
| Binary | 11100100 | 100100 | 1001001 | 0 | 1010100 | 1000100 | 1011 | 101011100 | 1001110 | 110100 |
Color Harmonies of #E42449
Complementary color
Monochromatic Colors of #E42449
Black with #E42449
Text Example
Text Example
White with #E42449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42449; }
p { color: rgb(228,36,73); }
H1.HeaderClassName
{
color: #E42449;
}
.AnyTagClassName
{
color: #E42449;
}
</style>
background-color css
<style>
a { background-color: #E42449; }
a { background-color: rgb(228,36,73); }
div.DivClassName
{
background-color: #E42449;
}
.BgClassName
{
background-color: #E42449;
}
</style>
border-color css
<style>
span { border-color: #E42449; }
span { border-color: rgb(228,36,73); }
td.TdClassName
{
border-color: #E42449;
}
.TagClassName
{
border-color: #E42449;
}
</style>