Shades of Amaranth #E9314D
Tints of Amaranth #E9314D
RGB
CMYK
RGB Variations
Color information
#E9314D (or 0xE9314D) is known color: Amaranth. HEX triplet: E9, 31 and 4D. RGB value is (233,49,77). Sum of RGB (Red+Green+Blue) = 233+49+77=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9314D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9314D is #16CEB2. Grayscale: #6B6B6B. Windows color (decimal): -1494707 or 5059049. OLE color: 5059049.
HSL color Cylindrical-coordinate representation of color #E9314D: hue angle of 350.87º degrees, saturation: 0.81, 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 #E9314D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.09 |
| HSL | 350.87º | 0.81% | 0.55% | - |
| HSV(B) | 350.87º | 0.79% | 0.91% | - |
| XYZ | 36.04 | 20.06 | 8.99 | - |
| YUV | 107.21 | 110.96 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 77 | 0 | 0.79 | 0.67 | 0.09 | 350.87 | 0.81 | 0.55 |
| Hex | E9 | 31 | 4D | 0 | 4F | 43 | 9 | 15F | 51 | 37 |
| Octal | 351 | 61 | 115 | 0 | 117 | 103 | 11 | 537 | 121 | 67 |
| Binary | 11101001 | 110001 | 1001101 | 0 | 1001111 | 1000011 | 1001 | 101011111 | 1010001 | 110111 |
Color Harmonies of #E9314D
Complementary color
Monochromatic Colors of #E9314D
Black with #E9314D
Text Example
Text Example
White with #E9314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9314D; }
p { color: rgb(233,49,77); }
H1.HeaderClassName
{
color: #E9314D;
}
.AnyTagClassName
{
color: #E9314D;
}
</style>
background-color css
<style>
a { background-color: #E9314D; }
a { background-color: rgb(233,49,77); }
div.DivClassName
{
background-color: #E9314D;
}
.BgClassName
{
background-color: #E9314D;
}
</style>
border-color css
<style>
span { border-color: #E9314D; }
span { border-color: rgb(233,49,77); }
td.TdClassName
{
border-color: #E9314D;
}
.TagClassName
{
border-color: #E9314D;
}
</style>