Shades of Amaranth #E41D4A
Tints of Amaranth #E41D4A
RGB
CMYK
RGB Variations
Color information
#E41D4A (or 0xE41D4A) is known color: Amaranth. HEX triplet: E4, 1D and 4A. RGB value is (228,29,74). Sum of RGB (Red+Green+Blue) = 228+29+74=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41D4A is #1BE2B5. Grayscale: #5D5D5D. Windows color (decimal): -1827510 or 4857316. OLE color: 4857316.
HSL color Cylindrical-coordinate representation of color #E41D4A: hue angle of 346.43º 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 #E41D4A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 29 | 74 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.11 |
| HSL | 346.43º | 0.79% | 0.5% | - |
| HSV(B) | 346.43º | 0.87% | 0.89% | - |
| XYZ | 33.67 | 17.87 | 8.15 | - |
| YUV | 93.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 29 | 74 | 0 | 0.87 | 0.68 | 0.11 | 346.43 | 0.79 | 0.5 |
| Hex | E4 | 1D | 4A | 0 | 57 | 44 | B | 15A | 4F | 32 |
| Octal | 344 | 35 | 112 | 0 | 127 | 104 | 13 | 532 | 117 | 62 |
| Binary | 11100100 | 11101 | 1001010 | 0 | 1010111 | 1000100 | 1011 | 101011010 | 1001111 | 110010 |
Color Harmonies of #E41D4A
Complementary color
Monochromatic Colors of #E41D4A
Black with #E41D4A
Text Example
Text Example
White with #E41D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41D4A; }
p { color: rgb(228,29,74); }
H1.HeaderClassName
{
color: #E41D4A;
}
.AnyTagClassName
{
color: #E41D4A;
}
</style>
background-color css
<style>
a { background-color: #E41D4A; }
a { background-color: rgb(228,29,74); }
div.DivClassName
{
background-color: #E41D4A;
}
.BgClassName
{
background-color: #E41D4A;
}
</style>
border-color css
<style>
span { border-color: #E41D4A; }
span { border-color: rgb(228,29,74); }
td.TdClassName
{
border-color: #E41D4A;
}
.TagClassName
{
border-color: #E41D4A;
}
</style>