Shades of Amaranth #E32A52
Tints of Amaranth #E32A52
RGB
CMYK
RGB Variations
Color information
#E32A52 (or 0xE32A52) is known color: Amaranth. HEX triplet: E3, 2A and 52. RGB value is (227,42,82). Sum of RGB (Red+Green+Blue) = 227+42+82=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E32A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32A52 is #1CD5AD. Grayscale: #656565. Windows color (decimal): -1889710 or 5384931. OLE color: 5384931.
HSL color Cylindrical-coordinate representation of color #E32A52: hue angle of 347.03º 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 #E32A52 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 82 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.11 |
| HSL | 347.03º | 0.77% | 0.53% | - |
| HSV(B) | 347.03º | 0.81% | 0.89% | - |
| XYZ | 34.03 | 18.6 | 9.78 | - |
| YUV | 101.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 82 | 0 | 0.81 | 0.64 | 0.11 | 347.03 | 0.77 | 0.53 |
| Hex | E3 | 2A | 52 | 0 | 51 | 40 | B | 15B | 4D | 35 |
| Octal | 343 | 52 | 122 | 0 | 121 | 100 | 13 | 533 | 115 | 65 |
| Binary | 11100011 | 101010 | 1010010 | 0 | 1010001 | 1000000 | 1011 | 101011011 | 1001101 | 110101 |
Color Harmonies of #E32A52
Complementary color
Monochromatic Colors of #E32A52
Black with #E32A52
Text Example
Text Example
White with #E32A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32A52; }
p { color: rgb(227,42,82); }
H1.HeaderClassName
{
color: #E32A52;
}
.AnyTagClassName
{
color: #E32A52;
}
</style>
background-color css
<style>
a { background-color: #E32A52; }
a { background-color: rgb(227,42,82); }
div.DivClassName
{
background-color: #E32A52;
}
.BgClassName
{
background-color: #E32A52;
}
</style>
border-color css
<style>
span { border-color: #E32A52; }
span { border-color: rgb(227,42,82); }
td.TdClassName
{
border-color: #E32A52;
}
.TagClassName
{
border-color: #E32A52;
}
</style>