Shades of Amaranth #E43C4D
Tints of Amaranth #E43C4D
RGB
CMYK
RGB Variations
Color information
#E43C4D (or 0xE43C4D) is known color: Amaranth. HEX triplet: E4, 3C and 4D. RGB value is (228,60,77). Sum of RGB (Red+Green+Blue) = 228+60+77=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E43C4D is #1BC3B2. Grayscale: #707070. Windows color (decimal): -1819571 or 5061860. OLE color: 5061860.
HSL color Cylindrical-coordinate representation of color #E43C4D: hue angle of 353.93º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E43C4D is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 77 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.11 |
| HSL | 353.93º | 0.76% | 0.56% | - |
| HSV(B) | 353.93º | 0.74% | 0.89% | - |
| XYZ | 34.95 | 20.26 | 9.09 | - |
| YUV | 112.17 | 108.16 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 77 | 0 | 0.74 | 0.66 | 0.11 | 353.93 | 0.76 | 0.56 |
| Hex | E4 | 3C | 4D | 0 | 4A | 42 | B | 162 | 4C | 38 |
| Octal | 344 | 74 | 115 | 0 | 112 | 102 | 13 | 542 | 114 | 70 |
| Binary | 11100100 | 111100 | 1001101 | 0 | 1001010 | 1000010 | 1011 | 101100010 | 1001100 | 111000 |
Color Harmonies of #E43C4D
Complementary color
Monochromatic Colors of #E43C4D
Black with #E43C4D
Text Example
Text Example
White with #E43C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43C4D; }
p { color: rgb(228,60,77); }
H1.HeaderClassName
{
color: #E43C4D;
}
.AnyTagClassName
{
color: #E43C4D;
}
</style>
background-color css
<style>
a { background-color: #E43C4D; }
a { background-color: rgb(228,60,77); }
div.DivClassName
{
background-color: #E43C4D;
}
.BgClassName
{
background-color: #E43C4D;
}
</style>
border-color css
<style>
span { border-color: #E43C4D; }
span { border-color: rgb(228,60,77); }
td.TdClassName
{
border-color: #E43C4D;
}
.TagClassName
{
border-color: #E43C4D;
}
</style>