Shades of Amaranth #E3204A
Tints of Amaranth #E3204A
RGB
CMYK
RGB Variations
Color information
#E3204A (or 0xE3204A) is known color: Amaranth. HEX triplet: E3, 20 and 4A. RGB value is (227,32,74). Sum of RGB (Red+Green+Blue) = 227+32+74=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3204A is #1CDFB5. Grayscale: #5F5F5F. Windows color (decimal): -1892278 or 4858083. OLE color: 4858083.
HSL color Cylindrical-coordinate representation of color #E3204A: hue angle of 347.08º 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 #E3204A is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 74 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.11 |
| HSL | 347.08º | 0.78% | 0.51% | - |
| HSV(B) | 347.08º | 0.86% | 0.89% | - |
| XYZ | 33.43 | 17.86 | 8.16 | - |
| YUV | 95.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 74 | 0 | 0.86 | 0.67 | 0.11 | 347.08 | 0.78 | 0.51 |
| Hex | E3 | 20 | 4A | 0 | 56 | 43 | B | 15B | 4E | 33 |
| Octal | 343 | 40 | 112 | 0 | 126 | 103 | 13 | 533 | 116 | 63 |
| Binary | 11100011 | 100000 | 1001010 | 0 | 1010110 | 1000011 | 1011 | 101011011 | 1001110 | 110011 |
Color Harmonies of #E3204A
Complementary color
Monochromatic Colors of #E3204A
Black with #E3204A
Text Example
Text Example
White with #E3204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3204A; }
p { color: rgb(227,32,74); }
H1.HeaderClassName
{
color: #E3204A;
}
.AnyTagClassName
{
color: #E3204A;
}
</style>
background-color css
<style>
a { background-color: #E3204A; }
a { background-color: rgb(227,32,74); }
div.DivClassName
{
background-color: #E3204A;
}
.BgClassName
{
background-color: #E3204A;
}
</style>
border-color css
<style>
span { border-color: #E3204A; }
span { border-color: rgb(227,32,74); }
td.TdClassName
{
border-color: #E3204A;
}
.TagClassName
{
border-color: #E3204A;
}
</style>