Shades of Amaranth #E32153
Tints of Amaranth #E32153
RGB
CMYK
RGB Variations
Color information
#E32153 (or 0xE32153) is known color: Amaranth. HEX triplet: E3, 21 and 53. RGB value is (227,33,83). Sum of RGB (Red+Green+Blue) = 227+33+83=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 33 (13.28% from 255 or 9.62% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E32153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32153 is #1CDEAC. Grayscale: #606060. Windows color (decimal): -1892013 or 5448163. OLE color: 5448163.
HSL color Cylindrical-coordinate representation of color #E32153: hue angle of 344.54º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E32153 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 83 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.11 |
| HSL | 344.54º | 0.78% | 0.51% | - |
| HSV(B) | 344.54º | 0.85% | 0.89% | - |
| XYZ | 33.78 | 18.04 | 9.89 | - |
| YUV | 96.71 | 120.27 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 83 | 0 | 0.85 | 0.63 | 0.11 | 344.54 | 0.78 | 0.51 |
| Hex | E3 | 21 | 53 | 0 | 55 | 3F | B | 159 | 4E | 33 |
| Octal | 343 | 41 | 123 | 0 | 125 | 77 | 13 | 531 | 116 | 63 |
| Binary | 11100011 | 100001 | 1010011 | 0 | 1010101 | 111111 | 1011 | 101011001 | 1001110 | 110011 |
Color Harmonies of #E32153
Complementary color
Monochromatic Colors of #E32153
Black with #E32153
Text Example
Text Example
White with #E32153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32153; }
p { color: rgb(227,33,83); }
H1.HeaderClassName
{
color: #E32153;
}
.AnyTagClassName
{
color: #E32153;
}
</style>
background-color css
<style>
a { background-color: #E32153; }
a { background-color: rgb(227,33,83); }
div.DivClassName
{
background-color: #E32153;
}
.BgClassName
{
background-color: #E32153;
}
</style>
border-color css
<style>
span { border-color: #E32153; }
span { border-color: rgb(227,33,83); }
td.TdClassName
{
border-color: #E32153;
}
.TagClassName
{
border-color: #E32153;
}
</style>