Shades of Amaranth #E8245A
Tints of Amaranth #E8245A
RGB
CMYK
RGB Variations
Color information
#E8245A (or 0xE8245A) is known color: Amaranth. HEX triplet: E8, 24 and 5A. RGB value is (232,36,90). Sum of RGB (Red+Green+Blue) = 232+36+90=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8245A is #17DBA5. Grayscale: #646464. Windows color (decimal): -1563558 or 5907688. OLE color: 5907688.
HSL color Cylindrical-coordinate representation of color #E8245A: hue angle of 343.47º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8245A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 90 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.09 |
| HSL | 343.47º | 0.81% | 0.53% | - |
| HSV(B) | 343.47º | 0.84% | 0.91% | - |
| XYZ | 35.76 | 19.16 | 11.49 | - |
| YUV | 100.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 90 | 0 | 0.84 | 0.61 | 0.09 | 343.47 | 0.81 | 0.53 |
| Hex | E8 | 24 | 5A | 0 | 54 | 3D | 9 | 157 | 51 | 35 |
| Octal | 350 | 44 | 132 | 0 | 124 | 75 | 11 | 527 | 121 | 65 |
| Binary | 11101000 | 100100 | 1011010 | 0 | 1010100 | 111101 | 1001 | 101010111 | 1010001 | 110101 |
Color Harmonies of #E8245A
Complementary color
Monochromatic Colors of #E8245A
Black with #E8245A
Text Example
Text Example
White with #E8245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8245A; }
p { color: rgb(232,36,90); }
H1.HeaderClassName
{
color: #E8245A;
}
.AnyTagClassName
{
color: #E8245A;
}
</style>
background-color css
<style>
a { background-color: #E8245A; }
a { background-color: rgb(232,36,90); }
div.DivClassName
{
background-color: #E8245A;
}
.BgClassName
{
background-color: #E8245A;
}
</style>
border-color css
<style>
span { border-color: #E8245A; }
span { border-color: rgb(232,36,90); }
td.TdClassName
{
border-color: #E8245A;
}
.TagClassName
{
border-color: #E8245A;
}
</style>