Shades of Amaranth #E32958
Tints of Amaranth #E32958
RGB
CMYK
RGB Variations
Color information
#E32958 (or 0xE32958) is known color: Amaranth. HEX triplet: E3, 29 and 58. RGB value is (227,41,88). Sum of RGB (Red+Green+Blue) = 227+41+88=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E32958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32958 is #1CD6A7. Grayscale: #656565. Windows color (decimal): -1889960 or 5777891. OLE color: 5777891.
HSL color Cylindrical-coordinate representation of color #E32958: hue angle of 344.84º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32958 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 88 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.11 |
| HSL | 344.84º | 0.77% | 0.53% | - |
| HSV(B) | 344.84º | 0.82% | 0.89% | - |
| XYZ | 34.23 | 18.62 | 11.02 | - |
| YUV | 101.97 | 120.12 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 88 | 0 | 0.82 | 0.61 | 0.11 | 344.84 | 0.77 | 0.53 |
| Hex | E3 | 29 | 58 | 0 | 52 | 3D | B | 159 | 4D | 35 |
| Octal | 343 | 51 | 130 | 0 | 122 | 75 | 13 | 531 | 115 | 65 |
| Binary | 11100011 | 101001 | 1011000 | 0 | 1010010 | 111101 | 1011 | 101011001 | 1001101 | 110101 |
Color Harmonies of #E32958
Complementary color
Monochromatic Colors of #E32958
Black with #E32958
Text Example
Text Example
White with #E32958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32958; }
p { color: rgb(227,41,88); }
H1.HeaderClassName
{
color: #E32958;
}
.AnyTagClassName
{
color: #E32958;
}
</style>
background-color css
<style>
a { background-color: #E32958; }
a { background-color: rgb(227,41,88); }
div.DivClassName
{
background-color: #E32958;
}
.BgClassName
{
background-color: #E32958;
}
</style>
border-color css
<style>
span { border-color: #E32958; }
span { border-color: rgb(227,41,88); }
td.TdClassName
{
border-color: #E32958;
}
.TagClassName
{
border-color: #E32958;
}
</style>