Shades of Amaranth #E8464C
Tints of Amaranth #E8464C
RGB
CMYK
RGB Variations
Color information
#E8464C (or 0xE8464C) is known color: Amaranth. HEX triplet: E8, 46 and 4C. RGB value is (232,70,76). Sum of RGB (Red+Green+Blue) = 232+70+76=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8464C is #17B9B3. Grayscale: #777777. Windows color (decimal): -1554868 or 4998888. OLE color: 4998888.
HSL color Cylindrical-coordinate representation of color #E8464C: hue angle of 357.78º 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 #E8464C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 70 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.09 |
| HSL | 357.78º | 0.78% | 0.59% | - |
| HSV(B) | 357.78º | 0.7% | 0.91% | - |
| XYZ | 36.77 | 22.06 | 9.16 | - |
| YUV | 119.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 70 | 76 | 0 | 0.70 | 0.67 | 0.09 | 357.78 | 0.78 | 0.59 |
| Hex | E8 | 46 | 4C | 0 | 46 | 43 | 9 | 166 | 4E | 3B |
| Octal | 350 | 106 | 114 | 0 | 106 | 103 | 11 | 546 | 116 | 73 |
| Binary | 11101000 | 1000110 | 1001100 | 0 | 1000110 | 1000011 | 1001 | 101100110 | 1001110 | 111011 |
Color Harmonies of #E8464C
Complementary color
Monochromatic Colors of #E8464C
Black with #E8464C
Text Example
Text Example
White with #E8464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8464C; }
p { color: rgb(232,70,76); }
H1.HeaderClassName
{
color: #E8464C;
}
.AnyTagClassName
{
color: #E8464C;
}
</style>
background-color css
<style>
a { background-color: #E8464C; }
a { background-color: rgb(232,70,76); }
div.DivClassName
{
background-color: #E8464C;
}
.BgClassName
{
background-color: #E8464C;
}
</style>
border-color css
<style>
span { border-color: #E8464C; }
span { border-color: rgb(232,70,76); }
td.TdClassName
{
border-color: #E8464C;
}
.TagClassName
{
border-color: #E8464C;
}
</style>