Shades of Amaranth #E31C49
Tints of Amaranth #E31C49
RGB
CMYK
RGB Variations
Color information
#E31C49 (or 0xE31C49) is known color: Amaranth. HEX triplet: E3, 1C and 49. RGB value is (227,28,73). Sum of RGB (Red+Green+Blue) = 227+28+73=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C49 is #1CE3B6. Grayscale: #5C5C5C. Windows color (decimal): -1893303 or 4791523. OLE color: 4791523.
HSL color Cylindrical-coordinate representation of color #E31C49: hue angle of 346.43º degrees, saturation: 0.78, 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 #E31C49 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 73 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.11 |
| HSL | 346.43º | 0.78% | 0.5% | - |
| HSV(B) | 346.43º | 0.88% | 0.89% | - |
| XYZ | 33.3 | 17.64 | 7.95 | - |
| YUV | 92.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 73 | 0 | 0.88 | 0.68 | 0.11 | 346.43 | 0.78 | 0.5 |
| Hex | E3 | 1C | 49 | 0 | 58 | 44 | B | 15A | 4E | 32 |
| Octal | 343 | 34 | 111 | 0 | 130 | 104 | 13 | 532 | 116 | 62 |
| Binary | 11100011 | 11100 | 1001001 | 0 | 1011000 | 1000100 | 1011 | 101011010 | 1001110 | 110010 |
Color Harmonies of #E31C49
Complementary color
Monochromatic Colors of #E31C49
Black with #E31C49
Text Example
Text Example
White with #E31C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C49; }
p { color: rgb(227,28,73); }
H1.HeaderClassName
{
color: #E31C49;
}
.AnyTagClassName
{
color: #E31C49;
}
</style>
background-color css
<style>
a { background-color: #E31C49; }
a { background-color: rgb(227,28,73); }
div.DivClassName
{
background-color: #E31C49;
}
.BgClassName
{
background-color: #E31C49;
}
</style>
border-color css
<style>
span { border-color: #E31C49; }
span { border-color: rgb(227,28,73); }
td.TdClassName
{
border-color: #E31C49;
}
.TagClassName
{
border-color: #E31C49;
}
</style>