Shades of Amaranth #E2255A
Tints of Amaranth #E2255A
RGB
CMYK
RGB Variations
Color information
#E2255A (or 0xE2255A) is known color: Amaranth. HEX triplet: E2, 25 and 5A. RGB value is (226,37,90). Sum of RGB (Red+Green+Blue) = 226+37+90=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2255A is #1DDAA5. Grayscale: #636363. Windows color (decimal): -1956518 or 5907938. OLE color: 5907938.
HSL color Cylindrical-coordinate representation of color #E2255A: hue angle of 343.17º 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 #E2255A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 90 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.11 |
| HSL | 343.17º | 0.77% | 0.52% | - |
| HSV(B) | 343.17º | 0.84% | 0.89% | - |
| XYZ | 33.87 | 18.23 | 11.41 | - |
| YUV | 99.55 | 122.62 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 90 | 0 | 0.84 | 0.60 | 0.11 | 343.17 | 0.77 | 0.52 |
| Hex | E2 | 25 | 5A | 0 | 54 | 3C | B | 157 | 4D | 34 |
| Octal | 342 | 45 | 132 | 0 | 124 | 74 | 13 | 527 | 115 | 64 |
| Binary | 11100010 | 100101 | 1011010 | 0 | 1010100 | 111100 | 1011 | 101010111 | 1001101 | 110100 |
Color Harmonies of #E2255A
Complementary color
Monochromatic Colors of #E2255A
Black with #E2255A
Text Example
Text Example
White with #E2255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2255A; }
p { color: rgb(226,37,90); }
H1.HeaderClassName
{
color: #E2255A;
}
.AnyTagClassName
{
color: #E2255A;
}
</style>
background-color css
<style>
a { background-color: #E2255A; }
a { background-color: rgb(226,37,90); }
div.DivClassName
{
background-color: #E2255A;
}
.BgClassName
{
background-color: #E2255A;
}
</style>
border-color css
<style>
span { border-color: #E2255A; }
span { border-color: rgb(226,37,90); }
td.TdClassName
{
border-color: #E2255A;
}
.TagClassName
{
border-color: #E2255A;
}
</style>