Shades of Amaranth #E42948
Tints of Amaranth #E42948
RGB
CMYK
RGB Variations
Color information
#E42948 (or 0xE42948) is known color: Amaranth. HEX triplet: E4, 29 and 48. RGB value is (228,41,72). Sum of RGB (Red+Green+Blue) = 228+41+72=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E42948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42948 is #1BD6B7. Grayscale: #646464. Windows color (decimal): -1824440 or 4729316. OLE color: 4729316.
HSL color Cylindrical-coordinate representation of color #E42948: hue angle of 350.05º 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 #E42948 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 72 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.11 |
| HSL | 350.05º | 0.78% | 0.53% | - |
| HSV(B) | 350.05º | 0.82% | 0.89% | - |
| XYZ | 33.96 | 18.55 | 7.92 | - |
| YUV | 100.45 | 111.95 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 72 | 0 | 0.82 | 0.68 | 0.11 | 350.05 | 0.78 | 0.53 |
| Hex | E4 | 29 | 48 | 0 | 52 | 44 | B | 15E | 4E | 35 |
| Octal | 344 | 51 | 110 | 0 | 122 | 104 | 13 | 536 | 116 | 65 |
| Binary | 11100100 | 101001 | 1001000 | 0 | 1010010 | 1000100 | 1011 | 101011110 | 1001110 | 110101 |
Color Harmonies of #E42948
Complementary color
Monochromatic Colors of #E42948
Black with #E42948
Text Example
Text Example
White with #E42948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42948; }
p { color: rgb(228,41,72); }
H1.HeaderClassName
{
color: #E42948;
}
.AnyTagClassName
{
color: #E42948;
}
</style>
background-color css
<style>
a { background-color: #E42948; }
a { background-color: rgb(228,41,72); }
div.DivClassName
{
background-color: #E42948;
}
.BgClassName
{
background-color: #E42948;
}
</style>
border-color css
<style>
span { border-color: #E42948; }
span { border-color: rgb(228,41,72); }
td.TdClassName
{
border-color: #E42948;
}
.TagClassName
{
border-color: #E42948;
}
</style>