Shades of Amaranth #E41D4E
Tints of Amaranth #E41D4E
RGB
CMYK
RGB Variations
Color information
#E41D4E (or 0xE41D4E) is known color: Amaranth. HEX triplet: E4, 1D and 4E. RGB value is (228,29,78). Sum of RGB (Red+Green+Blue) = 228+29+78=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41D4E is #1BE2B1. Grayscale: #5E5E5E. Windows color (decimal): -1827506 or 5119460. OLE color: 5119460.
HSL color Cylindrical-coordinate representation of color #E41D4E: hue angle of 345.23º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D4E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 78 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.11 |
| HSL | 345.23º | 0.79% | 0.5% | - |
| HSV(B) | 345.23º | 0.87% | 0.89% | - |
| XYZ | 33.81 | 17.92 | 8.89 | - |
| YUV | 94.09 | 118.93 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 78 | 0 | 0.87 | 0.66 | 0.11 | 345.23 | 0.79 | 0.5 |
| Hex | E4 | 1D | 4E | 0 | 57 | 42 | B | 159 | 4F | 32 |
| Octal | 344 | 35 | 116 | 0 | 127 | 102 | 13 | 531 | 117 | 62 |
| Binary | 11100100 | 11101 | 1001110 | 0 | 1010111 | 1000010 | 1011 | 101011001 | 1001111 | 110010 |
Color Harmonies of #E41D4E
Complementary color
Monochromatic Colors of #E41D4E
Black with #E41D4E
Text Example
Text Example
White with #E41D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D4E; }
p { color: rgb(228,29,78); }
H1.HeaderClassName
{
color: #E41D4E;
}
.AnyTagClassName
{
color: #E41D4E;
}
</style>
background-color css
<style>
a { background-color: #E41D4E; }
a { background-color: rgb(228,29,78); }
div.DivClassName
{
background-color: #E41D4E;
}
.BgClassName
{
background-color: #E41D4E;
}
</style>
border-color css
<style>
span { border-color: #E41D4E; }
span { border-color: rgb(228,29,78); }
td.TdClassName
{
border-color: #E41D4E;
}
.TagClassName
{
border-color: #E41D4E;
}
</style>