Shades of Amaranth #E9285C
Tints of Amaranth #E9285C
RGB
CMYK
RGB Variations
Color information
#E9285C (or 0xE9285C) is known color: Amaranth. HEX triplet: E9, 28 and 5C. RGB value is (233,40,92). Sum of RGB (Red+Green+Blue) = 233+40+92=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9285C is #16D7A3. Grayscale: #676767. Windows color (decimal): -1496996 or 6039785. OLE color: 6039785.
HSL color Cylindrical-coordinate representation of color #E9285C: hue angle of 343.83º 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 #E9285C is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.09 |
| HSL | 343.83º | 0.81% | 0.54% | - |
| HSV(B) | 343.83º | 0.83% | 0.91% | - |
| XYZ | 36.29 | 19.61 | 12 | - |
| YUV | 103.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 92 | 0 | 0.83 | 0.61 | 0.09 | 343.83 | 0.81 | 0.54 |
| Hex | E9 | 28 | 5C | 0 | 53 | 3D | 9 | 158 | 51 | 36 |
| Octal | 351 | 50 | 134 | 0 | 123 | 75 | 11 | 530 | 121 | 66 |
| Binary | 11101001 | 101000 | 1011100 | 0 | 1010011 | 111101 | 1001 | 101011000 | 1010001 | 110110 |
Color Harmonies of #E9285C
Complementary color
Monochromatic Colors of #E9285C
Black with #E9285C
Text Example
Text Example
White with #E9285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9285C; }
p { color: rgb(233,40,92); }
H1.HeaderClassName
{
color: #E9285C;
}
.AnyTagClassName
{
color: #E9285C;
}
</style>
background-color css
<style>
a { background-color: #E9285C; }
a { background-color: rgb(233,40,92); }
div.DivClassName
{
background-color: #E9285C;
}
.BgClassName
{
background-color: #E9285C;
}
</style>
border-color css
<style>
span { border-color: #E9285C; }
span { border-color: rgb(233,40,92); }
td.TdClassName
{
border-color: #E9285C;
}
.TagClassName
{
border-color: #E9285C;
}
</style>