Shades of Amaranth #E8454A
Tints of Amaranth #E8454A
RGB
CMYK
RGB Variations
Color information
#E8454A (or 0xE8454A) is known color: Amaranth. HEX triplet: E8, 45 and 4A. RGB value is (232,69,74). Sum of RGB (Red+Green+Blue) = 232+69+74=375 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 232 - color contains mainly: red. Hex color #E8454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8454A is #17BAB5. Grayscale: #767676. Windows color (decimal): -1555126 or 4867560. OLE color: 4867560.
HSL color Cylindrical-coordinate representation of color #E8454A: hue angle of 358.16º 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 #E8454A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 74 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.09 |
| HSL | 358.16º | 0.78% | 0.59% | - |
| HSV(B) | 358.16º | 0.7% | 0.91% | - |
| XYZ | 36.64 | 21.91 | 8.78 | - |
| YUV | 118.31 | 103 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 74 | 0 | 0.70 | 0.68 | 0.09 | 358.16 | 0.78 | 0.59 |
| Hex | E8 | 45 | 4A | 0 | 46 | 44 | 9 | 166 | 4E | 3B |
| Octal | 350 | 105 | 112 | 0 | 106 | 104 | 11 | 546 | 116 | 73 |
| Binary | 11101000 | 1000101 | 1001010 | 0 | 1000110 | 1000100 | 1001 | 101100110 | 1001110 | 111011 |
Color Harmonies of #E8454A
Complementary color
Monochromatic Colors of #E8454A
Black with #E8454A
Text Example
Text Example
White with #E8454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8454A; }
p { color: rgb(232,69,74); }
H1.HeaderClassName
{
color: #E8454A;
}
.AnyTagClassName
{
color: #E8454A;
}
</style>
background-color css
<style>
a { background-color: #E8454A; }
a { background-color: rgb(232,69,74); }
div.DivClassName
{
background-color: #E8454A;
}
.BgClassName
{
background-color: #E8454A;
}
</style>
border-color css
<style>
span { border-color: #E8454A; }
span { border-color: rgb(232,69,74); }
td.TdClassName
{
border-color: #E8454A;
}
.TagClassName
{
border-color: #E8454A;
}
</style>