Shades of Amaranth #E32050
Tints of Amaranth #E32050
RGB
CMYK
RGB Variations
Color information
#E32050 (or 0xE32050) is known color: Amaranth. HEX triplet: E3, 20 and 50. RGB value is (227,32,80). Sum of RGB (Red+Green+Blue) = 227+32+80=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E32050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32050 is #1CDFAF. Grayscale: #5F5F5F. Windows color (decimal): -1892272 or 5251299. OLE color: 5251299.
HSL color Cylindrical-coordinate representation of color #E32050: hue angle of 345.23º 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 #E32050 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.11 |
| HSL | 345.23º | 0.78% | 0.51% | - |
| HSV(B) | 345.23º | 0.86% | 0.89% | - |
| XYZ | 33.64 | 17.94 | 9.28 | - |
| YUV | 95.78 | 119.1 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 32 | 80 | 0 | 0.86 | 0.65 | 0.11 | 345.23 | 0.78 | 0.51 |
| Hex | E3 | 20 | 50 | 0 | 56 | 41 | B | 159 | 4E | 33 |
| Octal | 343 | 40 | 120 | 0 | 126 | 101 | 13 | 531 | 116 | 63 |
| Binary | 11100011 | 100000 | 1010000 | 0 | 1010110 | 1000001 | 1011 | 101011001 | 1001110 | 110011 |
Color Harmonies of #E32050
Complementary color
Monochromatic Colors of #E32050
Black with #E32050
Text Example
Text Example
White with #E32050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32050; }
p { color: rgb(227,32,80); }
H1.HeaderClassName
{
color: #E32050;
}
.AnyTagClassName
{
color: #E32050;
}
</style>
background-color css
<style>
a { background-color: #E32050; }
a { background-color: rgb(227,32,80); }
div.DivClassName
{
background-color: #E32050;
}
.BgClassName
{
background-color: #E32050;
}
</style>
border-color css
<style>
span { border-color: #E32050; }
span { border-color: rgb(227,32,80); }
td.TdClassName
{
border-color: #E32050;
}
.TagClassName
{
border-color: #E32050;
}
</style>