Shades of Amaranth #E32C4E
Tints of Amaranth #E32C4E
RGB
CMYK
RGB Variations
Color information
#E32C4E (or 0xE32C4E) is known color: Amaranth. HEX triplet: E3, 2C and 4E. RGB value is (227,44,78). Sum of RGB (Red+Green+Blue) = 227+44+78=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E32C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32C4E is #1CD3B1. Grayscale: #666666. Windows color (decimal): -1889202 or 5123299. OLE color: 5123299.
HSL color Cylindrical-coordinate representation of color #E32C4E: hue angle of 348.85º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32C4E is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 78 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.11 |
| HSL | 348.85º | 0.77% | 0.53% | - |
| HSV(B) | 348.85º | 0.81% | 0.89% | - |
| XYZ | 33.95 | 18.68 | 9.02 | - |
| YUV | 102.59 | 114.13 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 78 | 0 | 0.81 | 0.66 | 0.11 | 348.85 | 0.77 | 0.53 |
| Hex | E3 | 2C | 4E | 0 | 51 | 42 | B | 15D | 4D | 35 |
| Octal | 343 | 54 | 116 | 0 | 121 | 102 | 13 | 535 | 115 | 65 |
| Binary | 11100011 | 101100 | 1001110 | 0 | 1010001 | 1000010 | 1011 | 101011101 | 1001101 | 110101 |
Color Harmonies of #E32C4E
Complementary color
Monochromatic Colors of #E32C4E
Black with #E32C4E
Text Example
Text Example
White with #E32C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32C4E; }
p { color: rgb(227,44,78); }
H1.HeaderClassName
{
color: #E32C4E;
}
.AnyTagClassName
{
color: #E32C4E;
}
</style>
background-color css
<style>
a { background-color: #E32C4E; }
a { background-color: rgb(227,44,78); }
div.DivClassName
{
background-color: #E32C4E;
}
.BgClassName
{
background-color: #E32C4E;
}
</style>
border-color css
<style>
span { border-color: #E32C4E; }
span { border-color: rgb(227,44,78); }
td.TdClassName
{
border-color: #E32C4E;
}
.TagClassName
{
border-color: #E32C4E;
}
</style>