Shades of Amaranth #E32654
Tints of Amaranth #E32654
RGB
CMYK
RGB Variations
Color information
#E32654 (or 0xE32654) is known color: Amaranth. HEX triplet: E3, 26 and 54. RGB value is (227,38,84). Sum of RGB (Red+Green+Blue) = 227+38+84=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E32654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32654 is #1CD9AB. Grayscale: #636363. Windows color (decimal): -1890732 or 5514979. OLE color: 5514979.
HSL color Cylindrical-coordinate representation of color #E32654: hue angle of 345.4º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E32654 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 84 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.11 |
| HSL | 345.4º | 0.77% | 0.52% | - |
| HSV(B) | 345.4º | 0.83% | 0.89% | - |
| XYZ | 33.97 | 18.36 | 10.14 | - |
| YUV | 99.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 84 | 0 | 0.83 | 0.63 | 0.11 | 345.4 | 0.77 | 0.52 |
| Hex | E3 | 26 | 54 | 0 | 53 | 3F | B | 159 | 4D | 34 |
| Octal | 343 | 46 | 124 | 0 | 123 | 77 | 13 | 531 | 115 | 64 |
| Binary | 11100011 | 100110 | 1010100 | 0 | 1010011 | 111111 | 1011 | 101011001 | 1001101 | 110100 |
Color Harmonies of #E32654
Complementary color
Monochromatic Colors of #E32654
Black with #E32654
Text Example
Text Example
White with #E32654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32654; }
p { color: rgb(227,38,84); }
H1.HeaderClassName
{
color: #E32654;
}
.AnyTagClassName
{
color: #E32654;
}
</style>
background-color css
<style>
a { background-color: #E32654; }
a { background-color: rgb(227,38,84); }
div.DivClassName
{
background-color: #E32654;
}
.BgClassName
{
background-color: #E32654;
}
</style>
border-color css
<style>
span { border-color: #E32654; }
span { border-color: rgb(227,38,84); }
td.TdClassName
{
border-color: #E32654;
}
.TagClassName
{
border-color: #E32654;
}
</style>