Shades of Amaranth #E22845
Tints of Amaranth #E22845
RGB
CMYK
RGB Variations
Color information
#E22845 (or 0xE22845) is known color: Amaranth. HEX triplet: E2, 28 and 45. RGB value is (226,40,69). Sum of RGB (Red+Green+Blue) = 226+40+69=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E22845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22845 is #1DD7BA. Grayscale: #626262. Windows color (decimal): -1955771 or 4532450. OLE color: 4532450.
HSL color Cylindrical-coordinate representation of color #E22845: hue angle of 350.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E22845 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 69 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.11 |
| HSL | 350.65º | 0.76% | 0.52% | - |
| HSV(B) | 350.65º | 0.82% | 0.89% | - |
| XYZ | 33.2 | 18.12 | 7.38 | - |
| YUV | 98.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 69 | 0 | 0.82 | 0.69 | 0.11 | 350.65 | 0.76 | 0.52 |
| Hex | E2 | 28 | 45 | 0 | 52 | 45 | B | 15F | 4C | 34 |
| Octal | 342 | 50 | 105 | 0 | 122 | 105 | 13 | 537 | 114 | 64 |
| Binary | 11100010 | 101000 | 1000101 | 0 | 1010010 | 1000101 | 1011 | 101011111 | 1001100 | 110100 |
Color Harmonies of #E22845
Complementary color
Monochromatic Colors of #E22845
Black with #E22845
Text Example
Text Example
White with #E22845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22845; }
p { color: rgb(226,40,69); }
H1.HeaderClassName
{
color: #E22845;
}
.AnyTagClassName
{
color: #E22845;
}
</style>
background-color css
<style>
a { background-color: #E22845; }
a { background-color: rgb(226,40,69); }
div.DivClassName
{
background-color: #E22845;
}
.BgClassName
{
background-color: #E22845;
}
</style>
border-color css
<style>
span { border-color: #E22845; }
span { border-color: rgb(226,40,69); }
td.TdClassName
{
border-color: #E22845;
}
.TagClassName
{
border-color: #E22845;
}
</style>