Shades of Amaranth #E43C4A
Tints of Amaranth #E43C4A
RGB
CMYK
RGB Variations
Color information
#E43C4A (or 0xE43C4A) is known color: Amaranth. HEX triplet: E4, 3C and 4A. RGB value is (228,60,74). Sum of RGB (Red+Green+Blue) = 228+60+74=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E43C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43C4A is #1BC3B5. Grayscale: #6F6F6F. Windows color (decimal): -1819574 or 4865252. OLE color: 4865252.
HSL color Cylindrical-coordinate representation of color #E43C4A: hue angle of 355º 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 #E43C4A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 60 | 74 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.11 |
| HSL | 355º | 0.76% | 0.56% | - |
| HSV(B) | 355º | 0.74% | 0.89% | - |
| XYZ | 34.85 | 20.22 | 8.54 | - |
| YUV | 111.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 60 | 74 | 0 | 0.74 | 0.68 | 0.11 | 355 | 0.76 | 0.56 |
| Hex | E4 | 3C | 4A | 0 | 4A | 44 | B | 163 | 4C | 38 |
| Octal | 344 | 74 | 112 | 0 | 112 | 104 | 13 | 543 | 114 | 70 |
| Binary | 11100100 | 111100 | 1001010 | 0 | 1001010 | 1000100 | 1011 | 101100011 | 1001100 | 111000 |
Color Harmonies of #E43C4A
Complementary color
Monochromatic Colors of #E43C4A
Black with #E43C4A
Text Example
Text Example
White with #E43C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E43C4A; }
p { color: rgb(228,60,74); }
H1.HeaderClassName
{
color: #E43C4A;
}
.AnyTagClassName
{
color: #E43C4A;
}
</style>
background-color css
<style>
a { background-color: #E43C4A; }
a { background-color: rgb(228,60,74); }
div.DivClassName
{
background-color: #E43C4A;
}
.BgClassName
{
background-color: #E43C4A;
}
</style>
border-color css
<style>
span { border-color: #E43C4A; }
span { border-color: rgb(228,60,74); }
td.TdClassName
{
border-color: #E43C4A;
}
.TagClassName
{
border-color: #E43C4A;
}
</style>