Shades of Amaranth #E41E4A
Tints of Amaranth #E41E4A
RGB
CMYK
RGB Variations
Color information
#E41E4A (or 0xE41E4A) is known color: Amaranth. HEX triplet: E4, 1E and 4A. RGB value is (228,30,74). Sum of RGB (Red+Green+Blue) = 228+30+74=332 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.67% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 228 - color contains mainly: red. Hex color #E41E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41E4A is #1BE1B5. Grayscale: #5E5E5E. Windows color (decimal): -1827254 or 4857572. OLE color: 4857572.
HSL color Cylindrical-coordinate representation of color #E41E4A: hue angle of 346.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41E4A is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 30 | 74 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.11 |
| HSL | 346.67º | 0.79% | 0.51% | - |
| HSV(B) | 346.67º | 0.87% | 0.89% | - |
| XYZ | 33.7 | 17.92 | 8.16 | - |
| YUV | 94.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 30 | 74 | 0 | 0.87 | 0.68 | 0.11 | 346.67 | 0.79 | 0.51 |
| Hex | E4 | 1E | 4A | 0 | 57 | 44 | B | 15B | 4F | 33 |
| Octal | 344 | 36 | 112 | 0 | 127 | 104 | 13 | 533 | 117 | 63 |
| Binary | 11100100 | 11110 | 1001010 | 0 | 1010111 | 1000100 | 1011 | 101011011 | 1001111 | 110011 |
Color Harmonies of #E41E4A
Complementary color
Monochromatic Colors of #E41E4A
Black with #E41E4A
Text Example
Text Example
White with #E41E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41E4A; }
p { color: rgb(228,30,74); }
H1.HeaderClassName
{
color: #E41E4A;
}
.AnyTagClassName
{
color: #E41E4A;
}
</style>
background-color css
<style>
a { background-color: #E41E4A; }
a { background-color: rgb(228,30,74); }
div.DivClassName
{
background-color: #E41E4A;
}
.BgClassName
{
background-color: #E41E4A;
}
</style>
border-color css
<style>
span { border-color: #E41E4A; }
span { border-color: rgb(228,30,74); }
td.TdClassName
{
border-color: #E41E4A;
}
.TagClassName
{
border-color: #E41E4A;
}
</style>