Shades of Amaranth #E9374E
Tints of Amaranth #E9374E
RGB
CMYK
RGB Variations
Color information
#E9374E (or 0xE9374E) is known color: Amaranth. HEX triplet: E9, 37 and 4E. RGB value is (233,55,78). Sum of RGB (Red+Green+Blue) = 233+55+78=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E9374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9374E is #16C8B1. Grayscale: #6E6E6E. Windows color (decimal): -1493170 or 5126121. OLE color: 5126121.
HSL color Cylindrical-coordinate representation of color #E9374E: hue angle of 352.25º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9374E is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 55 | 78 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.09 |
| HSL | 352.25º | 0.8% | 0.56% | - |
| HSV(B) | 352.25º | 0.76% | 0.91% | - |
| XYZ | 36.35 | 20.61 | 9.27 | - |
| YUV | 110.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 55 | 78 | 0 | 0.76 | 0.67 | 0.09 | 352.25 | 0.8 | 0.56 |
| Hex | E9 | 37 | 4E | 0 | 4C | 43 | 9 | 160 | 50 | 38 |
| Octal | 351 | 67 | 116 | 0 | 114 | 103 | 11 | 540 | 120 | 70 |
| Binary | 11101001 | 110111 | 1001110 | 0 | 1001100 | 1000011 | 1001 | 101100000 | 1010000 | 111000 |
Color Harmonies of #E9374E
Complementary color
Monochromatic Colors of #E9374E
Black with #E9374E
Text Example
Text Example
White with #E9374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9374E; }
p { color: rgb(233,55,78); }
H1.HeaderClassName
{
color: #E9374E;
}
.AnyTagClassName
{
color: #E9374E;
}
</style>
background-color css
<style>
a { background-color: #E9374E; }
a { background-color: rgb(233,55,78); }
div.DivClassName
{
background-color: #E9374E;
}
.BgClassName
{
background-color: #E9374E;
}
</style>
border-color css
<style>
span { border-color: #E9374E; }
span { border-color: rgb(233,55,78); }
td.TdClassName
{
border-color: #E9374E;
}
.TagClassName
{
border-color: #E9374E;
}
</style>