Shades of Amaranth #E42944
Tints of Amaranth #E42944
RGB
CMYK
RGB Variations
Color information
#E42944 (or 0xE42944) is known color: Amaranth. HEX triplet: E4, 29 and 44. RGB value is (228,41,68). Sum of RGB (Red+Green+Blue) = 228+41+68=337 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.66% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 228 - color contains mainly: red. Hex color #E42944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42944 is #1BD6BB. Grayscale: #646464. Windows color (decimal): -1824444 or 4467172. OLE color: 4467172.
HSL color Cylindrical-coordinate representation of color #E42944: hue angle of 351.34º 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 #E42944 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 68 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.11 |
| HSL | 351.34º | 0.78% | 0.53% | - |
| HSV(B) | 351.34º | 0.82% | 0.89% | - |
| XYZ | 33.83 | 18.5 | 7.26 | - |
| YUV | 99.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 68 | 0 | 0.82 | 0.70 | 0.11 | 351.34 | 0.78 | 0.53 |
| Hex | E4 | 29 | 44 | 0 | 52 | 46 | B | 15F | 4E | 35 |
| Octal | 344 | 51 | 104 | 0 | 122 | 106 | 13 | 537 | 116 | 65 |
| Binary | 11100100 | 101001 | 1000100 | 0 | 1010010 | 1000110 | 1011 | 101011111 | 1001110 | 110101 |
Color Harmonies of #E42944
Complementary color
Monochromatic Colors of #E42944
Black with #E42944
Text Example
Text Example
White with #E42944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42944; }
p { color: rgb(228,41,68); }
H1.HeaderClassName
{
color: #E42944;
}
.AnyTagClassName
{
color: #E42944;
}
</style>
background-color css
<style>
a { background-color: #E42944; }
a { background-color: rgb(228,41,68); }
div.DivClassName
{
background-color: #E42944;
}
.BgClassName
{
background-color: #E42944;
}
</style>
border-color css
<style>
span { border-color: #E42944; }
span { border-color: rgb(228,41,68); }
td.TdClassName
{
border-color: #E42944;
}
.TagClassName
{
border-color: #E42944;
}
</style>