Shades of Amaranth #E8295A
Tints of Amaranth #E8295A
RGB
CMYK
RGB Variations
Color information
#E8295A (or 0xE8295A) is known color: Amaranth. HEX triplet: E8, 29 and 5A. RGB value is (232,41,90). Sum of RGB (Red+Green+Blue) = 232+41+90=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E8295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8295A is #17D6A5. Grayscale: #676767. Windows color (decimal): -1562278 or 5908968. OLE color: 5908968.
HSL color Cylindrical-coordinate representation of color #E8295A: hue angle of 344.61º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8295A is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 90 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.09 |
| HSL | 344.61º | 0.81% | 0.54% | - |
| HSV(B) | 344.61º | 0.82% | 0.91% | - |
| XYZ | 35.92 | 19.48 | 11.54 | - |
| YUV | 103.7 | 120.28 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 90 | 0 | 0.82 | 0.61 | 0.09 | 344.61 | 0.81 | 0.54 |
| Hex | E8 | 29 | 5A | 0 | 52 | 3D | 9 | 159 | 51 | 36 |
| Octal | 350 | 51 | 132 | 0 | 122 | 75 | 11 | 531 | 121 | 66 |
| Binary | 11101000 | 101001 | 1011010 | 0 | 1010010 | 111101 | 1001 | 101011001 | 1010001 | 110110 |
Color Harmonies of #E8295A
Complementary color
Monochromatic Colors of #E8295A
Black with #E8295A
Text Example
Text Example
White with #E8295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8295A; }
p { color: rgb(232,41,90); }
H1.HeaderClassName
{
color: #E8295A;
}
.AnyTagClassName
{
color: #E8295A;
}
</style>
background-color css
<style>
a { background-color: #E8295A; }
a { background-color: rgb(232,41,90); }
div.DivClassName
{
background-color: #E8295A;
}
.BgClassName
{
background-color: #E8295A;
}
</style>
border-color css
<style>
span { border-color: #E8295A; }
span { border-color: rgb(232,41,90); }
td.TdClassName
{
border-color: #E8295A;
}
.TagClassName
{
border-color: #E8295A;
}
</style>