Shades of Amaranth #E32555
Tints of Amaranth #E32555
RGB
CMYK
RGB Variations
Color information
#E32555 (or 0xE32555) is known color: Amaranth. HEX triplet: E3, 25 and 55. RGB value is (227,37,85). Sum of RGB (Red+Green+Blue) = 227+37+85=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E32555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32555 is #1CDAAA. Grayscale: #636363. Windows color (decimal): -1890987 or 5580259. OLE color: 5580259.
HSL color Cylindrical-coordinate representation of color #E32555: hue angle of 344.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E32555 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 37 | 85 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.11 |
| HSL | 344.84º | 0.77% | 0.52% | - |
| HSV(B) | 344.84º | 0.84% | 0.89% | - |
| XYZ | 33.98 | 18.31 | 10.34 | - |
| YUV | 99.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 37 | 85 | 0 | 0.84 | 0.63 | 0.11 | 344.84 | 0.77 | 0.52 |
| Hex | E3 | 25 | 55 | 0 | 54 | 3F | B | 159 | 4D | 34 |
| Octal | 343 | 45 | 125 | 0 | 124 | 77 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100101 | 1010101 | 0 | 1010100 | 111111 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32555
Complementary color
Monochromatic Colors of #E32555
Black with #E32555
Text Example
Text Example
White with #E32555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32555; }
p { color: rgb(227,37,85); }
H1.HeaderClassName
{
color: #E32555;
}
.AnyTagClassName
{
color: #E32555;
}
</style>
background-color css
<style>
a { background-color: #E32555; }
a { background-color: rgb(227,37,85); }
div.DivClassName
{
background-color: #E32555;
}
.BgClassName
{
background-color: #E32555;
}
</style>
border-color css
<style>
span { border-color: #E32555; }
span { border-color: rgb(227,37,85); }
td.TdClassName
{
border-color: #E32555;
}
.TagClassName
{
border-color: #E32555;
}
</style>