Shades of Amaranth #E3204D
Tints of Amaranth #E3204D
RGB
CMYK
RGB Variations
Color information
#E3204D (or 0xE3204D) is known color: Amaranth. HEX triplet: E3, 20 and 4D. RGB value is (227,32,77). Sum of RGB (Red+Green+Blue) = 227+32+77=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3204D is #1CDFB2. Grayscale: #5F5F5F. Windows color (decimal): -1892275 or 5054691. OLE color: 5054691.
HSL color Cylindrical-coordinate representation of color #E3204D: hue angle of 346.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3204D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.11 |
| HSL | 346.15º | 0.78% | 0.51% | - |
| HSV(B) | 346.15º | 0.86% | 0.89% | - |
| XYZ | 33.53 | 17.9 | 8.71 | - |
| YUV | 95.44 | 117.6 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 77 | 0 | 0.86 | 0.66 | 0.11 | 346.15 | 0.78 | 0.51 |
| Hex | E3 | 20 | 4D | 0 | 56 | 42 | B | 15A | 4E | 33 |
| Octal | 343 | 40 | 115 | 0 | 126 | 102 | 13 | 532 | 116 | 63 |
| Binary | 11100011 | 100000 | 1001101 | 0 | 1010110 | 1000010 | 1011 | 101011010 | 1001110 | 110011 |
Color Harmonies of #E3204D
Complementary color
Monochromatic Colors of #E3204D
Black with #E3204D
Text Example
Text Example
White with #E3204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3204D; }
p { color: rgb(227,32,77); }
H1.HeaderClassName
{
color: #E3204D;
}
.AnyTagClassName
{
color: #E3204D;
}
</style>
background-color css
<style>
a { background-color: #E3204D; }
a { background-color: rgb(227,32,77); }
div.DivClassName
{
background-color: #E3204D;
}
.BgClassName
{
background-color: #E3204D;
}
</style>
border-color css
<style>
span { border-color: #E3204D; }
span { border-color: rgb(227,32,77); }
td.TdClassName
{
border-color: #E3204D;
}
.TagClassName
{
border-color: #E3204D;
}
</style>