Shades of Amaranth #E7374A
Tints of Amaranth #E7374A
RGB
CMYK
RGB Variations
Color information
#E7374A (or 0xE7374A) is known color: Amaranth. HEX triplet: E7, 37 and 4A. RGB value is (231,55,74). Sum of RGB (Red+Green+Blue) = 231+55+74=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E7374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7374A is #18C8B5. Grayscale: #6D6D6D. Windows color (decimal): -1624246 or 4863975. OLE color: 4863975.
HSL color Cylindrical-coordinate representation of color #E7374A: hue angle of 353.52º degrees, saturation: 0.79, 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 #E7374A is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 55 | 74 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.09 |
| HSL | 353.52º | 0.79% | 0.56% | - |
| HSV(B) | 353.52º | 0.76% | 0.91% | - |
| XYZ | 35.56 | 20.22 | 8.51 | - |
| YUV | 109.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 55 | 74 | 0 | 0.76 | 0.68 | 0.09 | 353.52 | 0.79 | 0.56 |
| Hex | E7 | 37 | 4A | 0 | 4C | 44 | 9 | 162 | 4F | 38 |
| Octal | 347 | 67 | 112 | 0 | 114 | 104 | 11 | 542 | 117 | 70 |
| Binary | 11100111 | 110111 | 1001010 | 0 | 1001100 | 1000100 | 1001 | 101100010 | 1001111 | 111000 |
Color Harmonies of #E7374A
Complementary color
Monochromatic Colors of #E7374A
Black with #E7374A
Text Example
Text Example
White with #E7374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7374A; }
p { color: rgb(231,55,74); }
H1.HeaderClassName
{
color: #E7374A;
}
.AnyTagClassName
{
color: #E7374A;
}
</style>
background-color css
<style>
a { background-color: #E7374A; }
a { background-color: rgb(231,55,74); }
div.DivClassName
{
background-color: #E7374A;
}
.BgClassName
{
background-color: #E7374A;
}
</style>
border-color css
<style>
span { border-color: #E7374A; }
span { border-color: rgb(231,55,74); }
td.TdClassName
{
border-color: #E7374A;
}
.TagClassName
{
border-color: #E7374A;
}
</style>