Shades of Amaranth #E41C54
Tints of Amaranth #E41C54
RGB
CMYK
RGB Variations
Color information
#E41C54 (or 0xE41C54) is known color: Amaranth. HEX triplet: E4, 1C and 54. RGB value is (228,28,84). Sum of RGB (Red+Green+Blue) = 228+28+84=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41C54 is #1BE3AB. Grayscale: #5E5E5E. Windows color (decimal): -1827756 or 5512420. OLE color: 5512420.
HSL color Cylindrical-coordinate representation of color #E41C54: hue angle of 343.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41C54 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 84 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.11 |
| HSL | 343.2º | 0.79% | 0.5% | - |
| HSV(B) | 343.2º | 0.88% | 0.89% | - |
| XYZ | 34.01 | 17.96 | 10.06 | - |
| YUV | 94.18 | 122.26 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 84 | 0 | 0.88 | 0.63 | 0.11 | 343.2 | 0.79 | 0.5 |
| Hex | E4 | 1C | 54 | 0 | 58 | 3F | B | 157 | 4F | 32 |
| Octal | 344 | 34 | 124 | 0 | 130 | 77 | 13 | 527 | 117 | 62 |
| Binary | 11100100 | 11100 | 1010100 | 0 | 1011000 | 111111 | 1011 | 101010111 | 1001111 | 110010 |
Color Harmonies of #E41C54
Complementary color
Monochromatic Colors of #E41C54
Black with #E41C54
Text Example
Text Example
White with #E41C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C54; }
p { color: rgb(228,28,84); }
H1.HeaderClassName
{
color: #E41C54;
}
.AnyTagClassName
{
color: #E41C54;
}
</style>
background-color css
<style>
a { background-color: #E41C54; }
a { background-color: rgb(228,28,84); }
div.DivClassName
{
background-color: #E41C54;
}
.BgClassName
{
background-color: #E41C54;
}
</style>
border-color css
<style>
span { border-color: #E41C54; }
span { border-color: rgb(228,28,84); }
td.TdClassName
{
border-color: #E41C54;
}
.TagClassName
{
border-color: #E41C54;
}
</style>