Shades of Amaranth #E8464E
Tints of Amaranth #E8464E
RGB
CMYK
RGB Variations
Color information
#E8464E (or 0xE8464E) is known color: Amaranth. HEX triplet: E8, 46 and 4E. RGB value is (232,70,78). Sum of RGB (Red+Green+Blue) = 232+70+78=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E8464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8464E is #17B9B1. Grayscale: #777777. Windows color (decimal): -1554866 or 5129960. OLE color: 5129960.
HSL color Cylindrical-coordinate representation of color #E8464E: hue angle of 357.04º degrees, saturation: 0.78, 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 #E8464E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 78 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.09 |
| HSL | 357.04º | 0.78% | 0.59% | - |
| HSV(B) | 357.04º | 0.7% | 0.91% | - |
| XYZ | 36.84 | 22.09 | 9.53 | - |
| YUV | 119.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 78 | 0 | 0.70 | 0.66 | 0.09 | 357.04 | 0.78 | 0.59 |
| Hex | E8 | 46 | 4E | 0 | 46 | 42 | 9 | 165 | 4E | 3B |
| Octal | 350 | 106 | 116 | 0 | 106 | 102 | 11 | 545 | 116 | 73 |
| Binary | 11101000 | 1000110 | 1001110 | 0 | 1000110 | 1000010 | 1001 | 101100101 | 1001110 | 111011 |
Color Harmonies of #E8464E
Complementary color
Monochromatic Colors of #E8464E
Black with #E8464E
Text Example
Text Example
White with #E8464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8464E; }
p { color: rgb(232,70,78); }
H1.HeaderClassName
{
color: #E8464E;
}
.AnyTagClassName
{
color: #E8464E;
}
</style>
background-color css
<style>
a { background-color: #E8464E; }
a { background-color: rgb(232,70,78); }
div.DivClassName
{
background-color: #E8464E;
}
.BgClassName
{
background-color: #E8464E;
}
</style>
border-color css
<style>
span { border-color: #E8464E; }
span { border-color: rgb(232,70,78); }
td.TdClassName
{
border-color: #E8464E;
}
.TagClassName
{
border-color: #E8464E;
}
</style>