Shades of Amaranth #E9205B
Tints of Amaranth #E9205B
RGB
CMYK
RGB Variations
Color information
#E9205B (or 0xE9205B) is known color: Amaranth. HEX triplet: E9, 20 and 5B. RGB value is (233,32,91). Sum of RGB (Red+Green+Blue) = 233+32+91=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E9205B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9205B is #16DFA4. Grayscale: #626262. Windows color (decimal): -1499045 or 5972201. OLE color: 5972201.
HSL color Cylindrical-coordinate representation of color #E9205B: hue angle of 342.39º 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 #E9205B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 91 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.09 |
| HSL | 342.39º | 0.82% | 0.52% | - |
| HSV(B) | 342.39º | 0.86% | 0.91% | - |
| XYZ | 36.01 | 19.11 | 11.69 | - |
| YUV | 98.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 91 | 0 | 0.86 | 0.61 | 0.09 | 342.39 | 0.82 | 0.52 |
| Hex | E9 | 20 | 5B | 0 | 56 | 3D | 9 | 156 | 52 | 34 |
| Octal | 351 | 40 | 133 | 0 | 126 | 75 | 11 | 526 | 122 | 64 |
| Binary | 11101001 | 100000 | 1011011 | 0 | 1010110 | 111101 | 1001 | 101010110 | 1010010 | 110100 |
Color Harmonies of #E9205B
Complementary color
Monochromatic Colors of #E9205B
Black with #E9205B
Text Example
Text Example
White with #E9205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9205B; }
p { color: rgb(233,32,91); }
H1.HeaderClassName
{
color: #E9205B;
}
.AnyTagClassName
{
color: #E9205B;
}
</style>
background-color css
<style>
a { background-color: #E9205B; }
a { background-color: rgb(233,32,91); }
div.DivClassName
{
background-color: #E9205B;
}
.BgClassName
{
background-color: #E9205B;
}
</style>
border-color css
<style>
span { border-color: #E9205B; }
span { border-color: rgb(233,32,91); }
td.TdClassName
{
border-color: #E9205B;
}
.TagClassName
{
border-color: #E9205B;
}
</style>