Shades of Amaranth #E41C4A
Tints of Amaranth #E41C4A
RGB
CMYK
RGB Variations
Color information
#E41C4A (or 0xE41C4A) is known color: Amaranth. HEX triplet: E4, 1C and 4A. RGB value is (228,28,74). Sum of RGB (Red+Green+Blue) = 228+28+74=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C4A is #1BE3B5. Grayscale: #5D5D5D. Windows color (decimal): -1827766 or 4857060. OLE color: 4857060.
HSL color Cylindrical-coordinate representation of color #E41C4A: hue angle of 346.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 #E41C4A is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 28 | 74 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.11 |
| HSL | 346.2º | 0.79% | 0.5% | - |
| HSV(B) | 346.2º | 0.88% | 0.89% | - |
| XYZ | 33.65 | 17.82 | 8.14 | - |
| YUV | 93.04 | 117.26 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 28 | 74 | 0 | 0.88 | 0.68 | 0.11 | 346.2 | 0.79 | 0.5 |
| Hex | E4 | 1C | 4A | 0 | 58 | 44 | B | 15A | 4F | 32 |
| Octal | 344 | 34 | 112 | 0 | 130 | 104 | 13 | 532 | 117 | 62 |
| Binary | 11100100 | 11100 | 1001010 | 0 | 1011000 | 1000100 | 1011 | 101011010 | 1001111 | 110010 |
Color Harmonies of #E41C4A
Complementary color
Monochromatic Colors of #E41C4A
Black with #E41C4A
Text Example
Text Example
White with #E41C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41C4A; }
p { color: rgb(228,28,74); }
H1.HeaderClassName
{
color: #E41C4A;
}
.AnyTagClassName
{
color: #E41C4A;
}
</style>
background-color css
<style>
a { background-color: #E41C4A; }
a { background-color: rgb(228,28,74); }
div.DivClassName
{
background-color: #E41C4A;
}
.BgClassName
{
background-color: #E41C4A;
}
</style>
border-color css
<style>
span { border-color: #E41C4A; }
span { border-color: rgb(228,28,74); }
td.TdClassName
{
border-color: #E41C4A;
}
.TagClassName
{
border-color: #E41C4A;
}
</style>