Shades of Amaranth #E7394A
Tints of Amaranth #E7394A
RGB
CMYK
RGB Variations
Color information
#E7394A (or 0xE7394A) is known color: Amaranth. HEX triplet: E7, 39 and 4A. RGB value is (231,57,74). Sum of RGB (Red+Green+Blue) = 231+57+74=362 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.81% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 231 - color contains mainly: red. Hex color #E7394A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7394A is #18C6B5. Grayscale: #6F6F6F. Windows color (decimal): -1623734 or 4864487. OLE color: 4864487.
HSL color Cylindrical-coordinate representation of color #E7394A: hue angle of 354.14º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E7394A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 57 | 74 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.09 |
| HSL | 354.14º | 0.78% | 0.56% | - |
| HSV(B) | 354.14º | 0.75% | 0.91% | - |
| XYZ | 35.65 | 20.41 | 8.54 | - |
| YUV | 110.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 57 | 74 | 0 | 0.75 | 0.68 | 0.09 | 354.14 | 0.78 | 0.56 |
| Hex | E7 | 39 | 4A | 0 | 4B | 44 | 9 | 162 | 4E | 38 |
| Octal | 347 | 71 | 112 | 0 | 113 | 104 | 11 | 542 | 116 | 70 |
| Binary | 11100111 | 111001 | 1001010 | 0 | 1001011 | 1000100 | 1001 | 101100010 | 1001110 | 111000 |
Color Harmonies of #E7394A
Complementary color
Monochromatic Colors of #E7394A
Black with #E7394A
Text Example
Text Example
White with #E7394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7394A; }
p { color: rgb(231,57,74); }
H1.HeaderClassName
{
color: #E7394A;
}
.AnyTagClassName
{
color: #E7394A;
}
</style>
background-color css
<style>
a { background-color: #E7394A; }
a { background-color: rgb(231,57,74); }
div.DivClassName
{
background-color: #E7394A;
}
.BgClassName
{
background-color: #E7394A;
}
</style>
border-color css
<style>
span { border-color: #E7394A; }
span { border-color: rgb(231,57,74); }
td.TdClassName
{
border-color: #E7394A;
}
.TagClassName
{
border-color: #E7394A;
}
</style>