Shades of Amaranth #E9245A
Tints of Amaranth #E9245A
RGB
CMYK
RGB Variations
Color information
#E9245A (or 0xE9245A) is known color: Amaranth. HEX triplet: E9, 24 and 5A. RGB value is (233,36,90). Sum of RGB (Red+Green+Blue) = 233+36+90=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9245A is #16DBA5. Grayscale: #656565. Windows color (decimal): -1498022 or 5907689. OLE color: 5907689.
HSL color Cylindrical-coordinate representation of color #E9245A: hue angle of 343.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9245A is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 36 | 90 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.09 |
| HSL | 343.55º | 0.82% | 0.53% | - |
| HSV(B) | 343.55º | 0.85% | 0.91% | - |
| XYZ | 36.08 | 19.32 | 11.5 | - |
| YUV | 101.06 | 121.77 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 90 | 0 | 0.85 | 0.61 | 0.09 | 343.55 | 0.82 | 0.53 |
| Hex | E9 | 24 | 5A | 0 | 55 | 3D | 9 | 158 | 52 | 35 |
| Octal | 351 | 44 | 132 | 0 | 125 | 75 | 11 | 530 | 122 | 65 |
| Binary | 11101001 | 100100 | 1011010 | 0 | 1010101 | 111101 | 1001 | 101011000 | 1010010 | 110101 |
Color Harmonies of #E9245A
Complementary color
Monochromatic Colors of #E9245A
Black with #E9245A
Text Example
Text Example
White with #E9245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9245A; }
p { color: rgb(233,36,90); }
H1.HeaderClassName
{
color: #E9245A;
}
.AnyTagClassName
{
color: #E9245A;
}
</style>
background-color css
<style>
a { background-color: #E9245A; }
a { background-color: rgb(233,36,90); }
div.DivClassName
{
background-color: #E9245A;
}
.BgClassName
{
background-color: #E9245A;
}
</style>
border-color css
<style>
span { border-color: #E9245A; }
span { border-color: rgb(233,36,90); }
td.TdClassName
{
border-color: #E9245A;
}
.TagClassName
{
border-color: #E9245A;
}
</style>