Shades of Amaranth #E2254D
Tints of Amaranth #E2254D
RGB
CMYK
RGB Variations
Color information
#E2254D (or 0xE2254D) is known color: Amaranth. HEX triplet: E2, 25 and 4D. RGB value is (226,37,77). Sum of RGB (Red+Green+Blue) = 226+37+77=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2254D is #1DDAB2. Grayscale: #626262. Windows color (decimal): -1956531 or 5055970. OLE color: 5055970.
HSL color Cylindrical-coordinate representation of color #E2254D: hue angle of 347.3º 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 #E2254D is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 77 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.11 |
| HSL | 347.3º | 0.77% | 0.52% | - |
| HSV(B) | 347.3º | 0.84% | 0.89% | - |
| XYZ | 33.37 | 18.03 | 8.74 | - |
| YUV | 98.07 | 116.12 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 77 | 0 | 0.84 | 0.66 | 0.11 | 347.3 | 0.77 | 0.52 |
| Hex | E2 | 25 | 4D | 0 | 54 | 42 | B | 15B | 4D | 34 |
| Octal | 342 | 45 | 115 | 0 | 124 | 102 | 13 | 533 | 115 | 64 |
| Binary | 11100010 | 100101 | 1001101 | 0 | 1010100 | 1000010 | 1011 | 101011011 | 1001101 | 110100 |
Color Harmonies of #E2254D
Complementary color
Monochromatic Colors of #E2254D
Black with #E2254D
Text Example
Text Example
White with #E2254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2254D; }
p { color: rgb(226,37,77); }
H1.HeaderClassName
{
color: #E2254D;
}
.AnyTagClassName
{
color: #E2254D;
}
</style>
background-color css
<style>
a { background-color: #E2254D; }
a { background-color: rgb(226,37,77); }
div.DivClassName
{
background-color: #E2254D;
}
.BgClassName
{
background-color: #E2254D;
}
</style>
border-color css
<style>
span { border-color: #E2254D; }
span { border-color: rgb(226,37,77); }
td.TdClassName
{
border-color: #E2254D;
}
.TagClassName
{
border-color: #E2254D;
}
</style>