Shades of Amaranth #E7314D
Tints of Amaranth #E7314D
RGB
CMYK
RGB Variations
Color information
#E7314D (or 0xE7314D) is known color: Amaranth. HEX triplet: E7, 31 and 4D. RGB value is (231,49,77). Sum of RGB (Red+Green+Blue) = 231+49+77=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7314D is #18CEB2. Grayscale: #6A6A6A. Windows color (decimal): -1625779 or 5059047. OLE color: 5059047.
HSL color Cylindrical-coordinate representation of color #E7314D: hue angle of 350.77º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E7314D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.09 |
| HSL | 350.77º | 0.79% | 0.55% | - |
| HSV(B) | 350.77º | 0.79% | 0.91% | - |
| XYZ | 35.39 | 19.72 | 8.96 | - |
| YUV | 106.61 | 111.3 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 77 | 0 | 0.79 | 0.67 | 0.09 | 350.77 | 0.79 | 0.55 |
| Hex | E7 | 31 | 4D | 0 | 4F | 43 | 9 | 15F | 4F | 37 |
| Octal | 347 | 61 | 115 | 0 | 117 | 103 | 11 | 537 | 117 | 67 |
| Binary | 11100111 | 110001 | 1001101 | 0 | 1001111 | 1000011 | 1001 | 101011111 | 1001111 | 110111 |
Color Harmonies of #E7314D
Complementary color
Monochromatic Colors of #E7314D
Black with #E7314D
Text Example
Text Example
White with #E7314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7314D; }
p { color: rgb(231,49,77); }
H1.HeaderClassName
{
color: #E7314D;
}
.AnyTagClassName
{
color: #E7314D;
}
</style>
background-color css
<style>
a { background-color: #E7314D; }
a { background-color: rgb(231,49,77); }
div.DivClassName
{
background-color: #E7314D;
}
.BgClassName
{
background-color: #E7314D;
}
</style>
border-color css
<style>
span { border-color: #E7314D; }
span { border-color: rgb(231,49,77); }
td.TdClassName
{
border-color: #E7314D;
}
.TagClassName
{
border-color: #E7314D;
}
</style>