Shades of Amaranth #E9285B
Tints of Amaranth #E9285B
RGB
CMYK
RGB Variations
Color information
#E9285B (or 0xE9285B) is known color: Amaranth. HEX triplet: E9, 28 and 5B. RGB value is (233,40,91). Sum of RGB (Red+Green+Blue) = 233+40+91=364 (48% of max value = 765). Red value is 233 (91.41% from 255 or 64.01% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 233 - color contains mainly: red. Hex color #E9285B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9285B is #16D7A4. Grayscale: #676767. Windows color (decimal): -1496997 or 5974249. OLE color: 5974249.
HSL color Cylindrical-coordinate representation of color #E9285B: hue angle of 344.15º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9285B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 91 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 344.15º | 0.81% | 0.54% | - |
| HSV(B) | 344.15º | 0.83% | 0.91% | - |
| XYZ | 36.25 | 19.6 | 11.77 | - |
| YUV | 103.52 | 120.94 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 91 | 0 | 0.83 | 0.61 | 0.09 | 344.15 | 0.81 | 0.54 |
| Hex | E9 | 28 | 5B | 0 | 53 | 3D | 9 | 158 | 51 | 36 |
| Octal | 351 | 50 | 133 | 0 | 123 | 75 | 11 | 530 | 121 | 66 |
| Binary | 11101001 | 101000 | 1011011 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010001 | 110110 |
Color Harmonies of #E9285B
Complementary color
Monochromatic Colors of #E9285B
Black with #E9285B
Text Example
Text Example
White with #E9285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9285B; }
p { color: rgb(233,40,91); }
H1.HeaderClassName
{
color: #E9285B;
}
.AnyTagClassName
{
color: #E9285B;
}
</style>
background-color css
<style>
a { background-color: #E9285B; }
a { background-color: rgb(233,40,91); }
div.DivClassName
{
background-color: #E9285B;
}
.BgClassName
{
background-color: #E9285B;
}
</style>
border-color css
<style>
span { border-color: #E9285B; }
span { border-color: rgb(233,40,91); }
td.TdClassName
{
border-color: #E9285B;
}
.TagClassName
{
border-color: #E9285B;
}
</style>