Shades of Amaranth #E42947
Tints of Amaranth #E42947
RGB
CMYK
RGB Variations
Color information
#E42947 (or 0xE42947) is known color: Amaranth. HEX triplet: E4, 29 and 47. RGB value is (228,41,71). Sum of RGB (Red+Green+Blue) = 228+41+71=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E42947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42947 is #1BD6B8. Grayscale: #646464. Windows color (decimal): -1824441 or 4663780. OLE color: 4663780.
HSL color Cylindrical-coordinate representation of color #E42947: hue angle of 350.37º 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 #E42947 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 71 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.11 |
| HSL | 350.37º | 0.78% | 0.53% | - |
| HSV(B) | 350.37º | 0.82% | 0.89% | - |
| XYZ | 33.93 | 18.53 | 7.75 | - |
| YUV | 100.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 71 | 0 | 0.82 | 0.69 | 0.11 | 350.37 | 0.78 | 0.53 |
| Hex | E4 | 29 | 47 | 0 | 52 | 45 | B | 15E | 4E | 35 |
| Octal | 344 | 51 | 107 | 0 | 122 | 105 | 13 | 536 | 116 | 65 |
| Binary | 11100100 | 101001 | 1000111 | 0 | 1010010 | 1000101 | 1011 | 101011110 | 1001110 | 110101 |
Color Harmonies of #E42947
Complementary color
Monochromatic Colors of #E42947
Black with #E42947
Text Example
Text Example
White with #E42947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42947; }
p { color: rgb(228,41,71); }
H1.HeaderClassName
{
color: #E42947;
}
.AnyTagClassName
{
color: #E42947;
}
</style>
background-color css
<style>
a { background-color: #E42947; }
a { background-color: rgb(228,41,71); }
div.DivClassName
{
background-color: #E42947;
}
.BgClassName
{
background-color: #E42947;
}
</style>
border-color css
<style>
span { border-color: #E42947; }
span { border-color: rgb(228,41,71); }
td.TdClassName
{
border-color: #E42947;
}
.TagClassName
{
border-color: #E42947;
}
</style>