Shades of Amaranth #E32945
Tints of Amaranth #E32945
RGB
CMYK
RGB Variations
Color information
#E32945 (or 0xE32945) is known color: Amaranth. HEX triplet: E3, 29 and 45. RGB value is (227,41,69). Sum of RGB (Red+Green+Blue) = 227+41+69=337 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.36% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 227 - color contains mainly: red. Hex color #E32945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32945 is #1CD6BA. Grayscale: #636363. Windows color (decimal): -1889979 or 4532707. OLE color: 4532707.
HSL color Cylindrical-coordinate representation of color #E32945: hue angle of 350.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32945 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 69 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.11 |
| HSL | 350.97º | 0.77% | 0.53% | - |
| HSV(B) | 350.97º | 0.82% | 0.89% | - |
| XYZ | 33.55 | 18.35 | 7.4 | - |
| YUV | 99.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 69 | 0 | 0.82 | 0.70 | 0.11 | 350.97 | 0.77 | 0.53 |
| Hex | E3 | 29 | 45 | 0 | 52 | 46 | B | 15F | 4D | 35 |
| Octal | 343 | 51 | 105 | 0 | 122 | 106 | 13 | 537 | 115 | 65 |
| Binary | 11100011 | 101001 | 1000101 | 0 | 1010010 | 1000110 | 1011 | 101011111 | 1001101 | 110101 |
Color Harmonies of #E32945
Complementary color
Monochromatic Colors of #E32945
Black with #E32945
Text Example
Text Example
White with #E32945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32945; }
p { color: rgb(227,41,69); }
H1.HeaderClassName
{
color: #E32945;
}
.AnyTagClassName
{
color: #E32945;
}
</style>
background-color css
<style>
a { background-color: #E32945; }
a { background-color: rgb(227,41,69); }
div.DivClassName
{
background-color: #E32945;
}
.BgClassName
{
background-color: #E32945;
}
</style>
border-color css
<style>
span { border-color: #E32945; }
span { border-color: rgb(227,41,69); }
td.TdClassName
{
border-color: #E32945;
}
.TagClassName
{
border-color: #E32945;
}
</style>