Shades of Amaranth #E3314D
Tints of Amaranth #E3314D
RGB
CMYK
RGB Variations
Color information
#E3314D (or 0xE3314D) is known color: Amaranth. HEX triplet: E3, 31 and 4D. RGB value is (227,49,77). Sum of RGB (Red+Green+Blue) = 227+49+77=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3314D is #1CCEB2. Grayscale: #696969. Windows color (decimal): -1887923 or 5059043. OLE color: 5059043.
HSL color Cylindrical-coordinate representation of color #E3314D: hue angle of 350.56º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3314D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 77 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.11 |
| HSL | 350.56º | 0.76% | 0.54% | - |
| HSV(B) | 350.56º | 0.78% | 0.89% | - |
| XYZ | 34.12 | 19.06 | 8.9 | - |
| YUV | 105.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 77 | 0 | 0.78 | 0.66 | 0.11 | 350.56 | 0.76 | 0.54 |
| Hex | E3 | 31 | 4D | 0 | 4E | 42 | B | 15F | 4C | 36 |
| Octal | 343 | 61 | 115 | 0 | 116 | 102 | 13 | 537 | 114 | 66 |
| Binary | 11100011 | 110001 | 1001101 | 0 | 1001110 | 1000010 | 1011 | 101011111 | 1001100 | 110110 |
Color Harmonies of #E3314D
Complementary color
Monochromatic Colors of #E3314D
Black with #E3314D
Text Example
Text Example
White with #E3314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3314D; }
p { color: rgb(227,49,77); }
H1.HeaderClassName
{
color: #E3314D;
}
.AnyTagClassName
{
color: #E3314D;
}
</style>
background-color css
<style>
a { background-color: #E3314D; }
a { background-color: rgb(227,49,77); }
div.DivClassName
{
background-color: #E3314D;
}
.BgClassName
{
background-color: #E3314D;
}
</style>
border-color css
<style>
span { border-color: #E3314D; }
span { border-color: rgb(227,49,77); }
td.TdClassName
{
border-color: #E3314D;
}
.TagClassName
{
border-color: #E3314D;
}
</style>