Shades of Amaranth #E2215B
Tints of Amaranth #E2215B
RGB
CMYK
RGB Variations
Color information
#E2215B (or 0xE2215B) is known color: Amaranth. HEX triplet: E2, 21 and 5B. RGB value is (226,33,91). Sum of RGB (Red+Green+Blue) = 226+33+91=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2215B is #1DDEA4. Grayscale: #616161. Windows color (decimal): -1957541 or 5972450. OLE color: 5972450.
HSL color Cylindrical-coordinate representation of color #E2215B: hue angle of 341.97º 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 #E2215B is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 33 | 91 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.11 |
| HSL | 341.97º | 0.77% | 0.51% | - |
| HSV(B) | 341.97º | 0.85% | 0.89% | - |
| XYZ | 33.8 | 18.01 | 11.59 | - |
| YUV | 97.32 | 124.44 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 33 | 91 | 0 | 0.85 | 0.60 | 0.11 | 341.97 | 0.77 | 0.51 |
| Hex | E2 | 21 | 5B | 0 | 55 | 3C | B | 156 | 4D | 33 |
| Octal | 342 | 41 | 133 | 0 | 125 | 74 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100001 | 1011011 | 0 | 1010101 | 111100 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2215B
Complementary color
Monochromatic Colors of #E2215B
Black with #E2215B
Text Example
Text Example
White with #E2215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2215B; }
p { color: rgb(226,33,91); }
H1.HeaderClassName
{
color: #E2215B;
}
.AnyTagClassName
{
color: #E2215B;
}
</style>
background-color css
<style>
a { background-color: #E2215B; }
a { background-color: rgb(226,33,91); }
div.DivClassName
{
background-color: #E2215B;
}
.BgClassName
{
background-color: #E2215B;
}
</style>
border-color css
<style>
span { border-color: #E2215B; }
span { border-color: rgb(226,33,91); }
td.TdClassName
{
border-color: #E2215B;
}
.TagClassName
{
border-color: #E2215B;
}
</style>