Shades of Amaranth #E7464C
Tints of Amaranth #E7464C
RGB
CMYK
RGB Variations
Color information
#E7464C (or 0xE7464C) is known color: Amaranth. HEX triplet: E7, 46 and 4C. RGB value is (231,70,76). Sum of RGB (Red+Green+Blue) = 231+70+76=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7464C is #18B9B3. Grayscale: #767676. Windows color (decimal): -1620404 or 4998887. OLE color: 4998887.
HSL color Cylindrical-coordinate representation of color #E7464C: hue angle of 357.76º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7464C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.09 |
| HSL | 357.76º | 0.77% | 0.59% | - |
| HSV(B) | 357.76º | 0.7% | 0.91% | - |
| XYZ | 36.45 | 21.89 | 9.14 | - |
| YUV | 118.82 | 103.84 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 76 | 0 | 0.70 | 0.67 | 0.09 | 357.76 | 0.77 | 0.59 |
| Hex | E7 | 46 | 4C | 0 | 46 | 43 | 9 | 166 | 4D | 3B |
| Octal | 347 | 106 | 114 | 0 | 106 | 103 | 11 | 546 | 115 | 73 |
| Binary | 11100111 | 1000110 | 1001100 | 0 | 1000110 | 1000011 | 1001 | 101100110 | 1001101 | 111011 |
Color Harmonies of #E7464C
Complementary color
Monochromatic Colors of #E7464C
Black with #E7464C
Text Example
Text Example
White with #E7464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7464C; }
p { color: rgb(231,70,76); }
H1.HeaderClassName
{
color: #E7464C;
}
.AnyTagClassName
{
color: #E7464C;
}
</style>
background-color css
<style>
a { background-color: #E7464C; }
a { background-color: rgb(231,70,76); }
div.DivClassName
{
background-color: #E7464C;
}
.BgClassName
{
background-color: #E7464C;
}
</style>
border-color css
<style>
span { border-color: #E7464C; }
span { border-color: rgb(231,70,76); }
td.TdClassName
{
border-color: #E7464C;
}
.TagClassName
{
border-color: #E7464C;
}
</style>