Shades of Amaranth #E32A58
Tints of Amaranth #E32A58
RGB
CMYK
RGB Variations
Color information
#E32A58 (or 0xE32A58) is known color: Amaranth. HEX triplet: E3, 2A and 58. RGB value is (227,42,88). Sum of RGB (Red+Green+Blue) = 227+42+88=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32A58 is #1CD5A7. Grayscale: #666666. Windows color (decimal): -1889704 or 5778147. OLE color: 5778147.
HSL color Cylindrical-coordinate representation of color #E32A58: hue angle of 345.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32A58 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 88 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.11 |
| HSL | 345.08º | 0.77% | 0.53% | - |
| HSV(B) | 345.08º | 0.81% | 0.89% | - |
| XYZ | 34.27 | 18.69 | 11.03 | - |
| YUV | 102.56 | 119.79 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 88 | 0 | 0.81 | 0.61 | 0.11 | 345.08 | 0.77 | 0.53 |
| Hex | E3 | 2A | 58 | 0 | 51 | 3D | B | 159 | 4D | 35 |
| Octal | 343 | 52 | 130 | 0 | 121 | 75 | 13 | 531 | 115 | 65 |
| Binary | 11100011 | 101010 | 1011000 | 0 | 1010001 | 111101 | 1011 | 101011001 | 1001101 | 110101 |
Color Harmonies of #E32A58
Complementary color
Monochromatic Colors of #E32A58
Black with #E32A58
Text Example
Text Example
White with #E32A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A58; }
p { color: rgb(227,42,88); }
H1.HeaderClassName
{
color: #E32A58;
}
.AnyTagClassName
{
color: #E32A58;
}
</style>
background-color css
<style>
a { background-color: #E32A58; }
a { background-color: rgb(227,42,88); }
div.DivClassName
{
background-color: #E32A58;
}
.BgClassName
{
background-color: #E32A58;
}
</style>
border-color css
<style>
span { border-color: #E32A58; }
span { border-color: rgb(227,42,88); }
td.TdClassName
{
border-color: #E32A58;
}
.TagClassName
{
border-color: #E32A58;
}
</style>