Shades of Amaranth #E9204D
Tints of Amaranth #E9204D
RGB
CMYK
RGB Variations
Color information
#E9204D (or 0xE9204D) is known color: Amaranth. HEX triplet: E9, 20 and 4D. RGB value is (233,32,77). Sum of RGB (Red+Green+Blue) = 233+32+77=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9204D is #16DFB2. Grayscale: #616161. Windows color (decimal): -1499059 or 5054697. OLE color: 5054697.
HSL color Cylindrical-coordinate representation of color #E9204D: hue angle of 346.57º 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 #E9204D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.09 |
| HSL | 346.57º | 0.82% | 0.52% | - |
| HSV(B) | 346.57º | 0.86% | 0.91% | - |
| XYZ | 35.46 | 18.89 | 8.8 | - |
| YUV | 97.23 | 116.59 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 77 | 0 | 0.86 | 0.67 | 0.09 | 346.57 | 0.82 | 0.52 |
| Hex | E9 | 20 | 4D | 0 | 56 | 43 | 9 | 15B | 52 | 34 |
| Octal | 351 | 40 | 115 | 0 | 126 | 103 | 11 | 533 | 122 | 64 |
| Binary | 11101001 | 100000 | 1001101 | 0 | 1010110 | 1000011 | 1001 | 101011011 | 1010010 | 110100 |
Color Harmonies of #E9204D
Complementary color
Monochromatic Colors of #E9204D
Black with #E9204D
Text Example
Text Example
White with #E9204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9204D; }
p { color: rgb(233,32,77); }
H1.HeaderClassName
{
color: #E9204D;
}
.AnyTagClassName
{
color: #E9204D;
}
</style>
background-color css
<style>
a { background-color: #E9204D; }
a { background-color: rgb(233,32,77); }
div.DivClassName
{
background-color: #E9204D;
}
.BgClassName
{
background-color: #E9204D;
}
</style>
border-color css
<style>
span { border-color: #E9204D; }
span { border-color: rgb(233,32,77); }
td.TdClassName
{
border-color: #E9204D;
}
.TagClassName
{
border-color: #E9204D;
}
</style>