Shades of Amaranth #E2225B
Tints of Amaranth #E2225B
RGB
CMYK
RGB Variations
Color information
#E2225B (or 0xE2225B) is known color: Amaranth. HEX triplet: E2, 22 and 5B. RGB value is (226,34,91). Sum of RGB (Red+Green+Blue) = 226+34+91=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2225B is #1DDDA4. Grayscale: #616161. Windows color (decimal): -1957285 or 5972706. OLE color: 5972706.
HSL color Cylindrical-coordinate representation of color #E2225B: hue angle of 342.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2225B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 34 | 91 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.11 |
| HSL | 342.19º | 0.77% | 0.51% | - |
| HSV(B) | 342.19º | 0.85% | 0.89% | - |
| XYZ | 33.82 | 18.07 | 11.6 | - |
| YUV | 97.91 | 124.11 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 34 | 91 | 0 | 0.85 | 0.60 | 0.11 | 342.19 | 0.77 | 0.51 |
| Hex | E2 | 22 | 5B | 0 | 55 | 3C | B | 156 | 4D | 33 |
| Octal | 342 | 42 | 133 | 0 | 125 | 74 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100010 | 1011011 | 0 | 1010101 | 111100 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2225B
Complementary color
Monochromatic Colors of #E2225B
Black with #E2225B
Text Example
Text Example
White with #E2225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2225B; }
p { color: rgb(226,34,91); }
H1.HeaderClassName
{
color: #E2225B;
}
.AnyTagClassName
{
color: #E2225B;
}
</style>
background-color css
<style>
a { background-color: #E2225B; }
a { background-color: rgb(226,34,91); }
div.DivClassName
{
background-color: #E2225B;
}
.BgClassName
{
background-color: #E2225B;
}
</style>
border-color css
<style>
span { border-color: #E2225B; }
span { border-color: rgb(226,34,91); }
td.TdClassName
{
border-color: #E2225B;
}
.TagClassName
{
border-color: #E2225B;
}
</style>