Shades of Amaranth #E9205A
Tints of Amaranth #E9205A
RGB
CMYK
RGB Variations
Color information
#E9205A (or 0xE9205A) is known color: Amaranth. HEX triplet: E9, 20 and 5A. RGB value is (233,32,90). Sum of RGB (Red+Green+Blue) = 233+32+90=355 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.63% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 233 - color contains mainly: red. Hex color #E9205A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9205A is #16DFA5. Grayscale: #626262. Windows color (decimal): -1499046 or 5906665. OLE color: 5906665.
HSL color Cylindrical-coordinate representation of color #E9205A: hue angle of 342.69º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9205A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 90 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.09 |
| HSL | 342.69º | 0.82% | 0.52% | - |
| HSV(B) | 342.69º | 0.86% | 0.91% | - |
| XYZ | 35.97 | 19.09 | 11.46 | - |
| YUV | 98.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 90 | 0 | 0.86 | 0.61 | 0.09 | 342.69 | 0.82 | 0.52 |
| Hex | E9 | 20 | 5A | 0 | 56 | 3D | 9 | 157 | 52 | 34 |
| Octal | 351 | 40 | 132 | 0 | 126 | 75 | 11 | 527 | 122 | 64 |
| Binary | 11101001 | 100000 | 1011010 | 0 | 1010110 | 111101 | 1001 | 101010111 | 1010010 | 110100 |
Color Harmonies of #E9205A
Complementary color
Monochromatic Colors of #E9205A
Black with #E9205A
Text Example
Text Example
White with #E9205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9205A; }
p { color: rgb(233,32,90); }
H1.HeaderClassName
{
color: #E9205A;
}
.AnyTagClassName
{
color: #E9205A;
}
</style>
background-color css
<style>
a { background-color: #E9205A; }
a { background-color: rgb(233,32,90); }
div.DivClassName
{
background-color: #E9205A;
}
.BgClassName
{
background-color: #E9205A;
}
</style>
border-color css
<style>
span { border-color: #E9205A; }
span { border-color: rgb(233,32,90); }
td.TdClassName
{
border-color: #E9205A;
}
.TagClassName
{
border-color: #E9205A;
}
</style>