Shades of Amaranth #E32448
Tints of Amaranth #E32448
RGB
CMYK
RGB Variations
Color information
#E32448 (or 0xE32448) is known color: Amaranth. HEX triplet: E3, 24 and 48. RGB value is (227,36,72). Sum of RGB (Red+Green+Blue) = 227+36+72=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E32448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32448 is #1CDBB7. Grayscale: #616161. Windows color (decimal): -1891256 or 4728035. OLE color: 4728035.
HSL color Cylindrical-coordinate representation of color #E32448: hue angle of 348.69º 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 #E32448 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 36 | 72 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.11 |
| HSL | 348.69º | 0.77% | 0.52% | - |
| HSV(B) | 348.69º | 0.84% | 0.89% | - |
| XYZ | 33.48 | 18.06 | 7.85 | - |
| YUV | 97.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 72 | 0 | 0.84 | 0.68 | 0.11 | 348.69 | 0.77 | 0.52 |
| Hex | E3 | 24 | 48 | 0 | 54 | 44 | B | 15D | 4D | 34 |
| Octal | 343 | 44 | 110 | 0 | 124 | 104 | 13 | 535 | 115 | 64 |
| Binary | 11100011 | 100100 | 1001000 | 0 | 1010100 | 1000100 | 1011 | 101011101 | 1001101 | 110100 |
Color Harmonies of #E32448
Complementary color
Monochromatic Colors of #E32448
Black with #E32448
Text Example
Text Example
White with #E32448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32448; }
p { color: rgb(227,36,72); }
H1.HeaderClassName
{
color: #E32448;
}
.AnyTagClassName
{
color: #E32448;
}
</style>
background-color css
<style>
a { background-color: #E32448; }
a { background-color: rgb(227,36,72); }
div.DivClassName
{
background-color: #E32448;
}
.BgClassName
{
background-color: #E32448;
}
</style>
border-color css
<style>
span { border-color: #E32448; }
span { border-color: rgb(227,36,72); }
td.TdClassName
{
border-color: #E32448;
}
.TagClassName
{
border-color: #E32448;
}
</style>