Shades of Amaranth #E32A55
Tints of Amaranth #E32A55
RGB
CMYK
RGB Variations
Color information
#E32A55 (or 0xE32A55) is known color: Amaranth. HEX triplet: E3, 2A and 55. RGB value is (227,42,85). Sum of RGB (Red+Green+Blue) = 227+42+85=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32A55 is #1CD5AA. Grayscale: #666666. Windows color (decimal): -1889707 or 5581539. OLE color: 5581539.
HSL color Cylindrical-coordinate representation of color #E32A55: hue angle of 346.05º 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 #E32A55 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 85 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.11 |
| HSL | 346.05º | 0.77% | 0.53% | - |
| HSV(B) | 346.05º | 0.81% | 0.89% | - |
| XYZ | 34.15 | 18.64 | 10.39 | - |
| YUV | 102.22 | 118.29 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 85 | 0 | 0.81 | 0.63 | 0.11 | 346.05 | 0.77 | 0.53 |
| Hex | E3 | 2A | 55 | 0 | 51 | 3F | B | 15A | 4D | 35 |
| Octal | 343 | 52 | 125 | 0 | 121 | 77 | 13 | 532 | 115 | 65 |
| Binary | 11100011 | 101010 | 1010101 | 0 | 1010001 | 111111 | 1011 | 101011010 | 1001101 | 110101 |
Color Harmonies of #E32A55
Complementary color
Monochromatic Colors of #E32A55
Black with #E32A55
Text Example
Text Example
White with #E32A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A55; }
p { color: rgb(227,42,85); }
H1.HeaderClassName
{
color: #E32A55;
}
.AnyTagClassName
{
color: #E32A55;
}
</style>
background-color css
<style>
a { background-color: #E32A55; }
a { background-color: rgb(227,42,85); }
div.DivClassName
{
background-color: #E32A55;
}
.BgClassName
{
background-color: #E32A55;
}
</style>
border-color css
<style>
span { border-color: #E32A55; }
span { border-color: rgb(227,42,85); }
td.TdClassName
{
border-color: #E32A55;
}
.TagClassName
{
border-color: #E32A55;
}
</style>