Shades of Amaranth #E3204E
Tints of Amaranth #E3204E
RGB
CMYK
RGB Variations
Color information
#E3204E (or 0xE3204E) is known color: Amaranth. HEX triplet: E3, 20 and 4E. RGB value is (227,32,78). Sum of RGB (Red+Green+Blue) = 227+32+78=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E3204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3204E is #1CDFB1. Grayscale: #5F5F5F. Windows color (decimal): -1892274 or 5120227. OLE color: 5120227.
HSL color Cylindrical-coordinate representation of color #E3204E: hue angle of 345.85º 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 #E3204E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 78 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.11 |
| HSL | 345.85º | 0.78% | 0.51% | - |
| HSV(B) | 345.85º | 0.86% | 0.89% | - |
| XYZ | 33.57 | 17.91 | 8.9 | - |
| YUV | 95.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 78 | 0 | 0.86 | 0.66 | 0.11 | 345.85 | 0.78 | 0.51 |
| Hex | E3 | 20 | 4E | 0 | 56 | 42 | B | 15A | 4E | 33 |
| Octal | 343 | 40 | 116 | 0 | 126 | 102 | 13 | 532 | 116 | 63 |
| Binary | 11100011 | 100000 | 1001110 | 0 | 1010110 | 1000010 | 1011 | 101011010 | 1001110 | 110011 |
Color Harmonies of #E3204E
Complementary color
Monochromatic Colors of #E3204E
Black with #E3204E
Text Example
Text Example
White with #E3204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3204E; }
p { color: rgb(227,32,78); }
H1.HeaderClassName
{
color: #E3204E;
}
.AnyTagClassName
{
color: #E3204E;
}
</style>
background-color css
<style>
a { background-color: #E3204E; }
a { background-color: rgb(227,32,78); }
div.DivClassName
{
background-color: #E3204E;
}
.BgClassName
{
background-color: #E3204E;
}
</style>
border-color css
<style>
span { border-color: #E3204E; }
span { border-color: rgb(227,32,78); }
td.TdClassName
{
border-color: #E3204E;
}
.TagClassName
{
border-color: #E3204E;
}
</style>