Shades of Amaranth #E2364D
Tints of Amaranth #E2364D
RGB
CMYK
RGB Variations
Color information
#E2364D (or 0xE2364D) is known color: Amaranth. HEX triplet: E2, 36 and 4D. RGB value is (226,54,77). Sum of RGB (Red+Green+Blue) = 226+54+77=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2364D is #1DC9B2. Grayscale: #6C6C6C. Windows color (decimal): -1952179 or 5060322. OLE color: 5060322.
HSL color Cylindrical-coordinate representation of color #E2364D: hue angle of 351.98º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2364D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 77 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.11 |
| HSL | 351.98º | 0.75% | 0.55% | - |
| HSV(B) | 351.98º | 0.76% | 0.89% | - |
| XYZ | 34.02 | 19.34 | 8.96 | - |
| YUV | 108.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 77 | 0 | 0.76 | 0.66 | 0.11 | 351.98 | 0.75 | 0.55 |
| Hex | E2 | 36 | 4D | 0 | 4C | 42 | B | 160 | 4B | 37 |
| Octal | 342 | 66 | 115 | 0 | 114 | 102 | 13 | 540 | 113 | 67 |
| Binary | 11100010 | 110110 | 1001101 | 0 | 1001100 | 1000010 | 1011 | 101100000 | 1001011 | 110111 |
Color Harmonies of #E2364D
Complementary color
Monochromatic Colors of #E2364D
Black with #E2364D
Text Example
Text Example
White with #E2364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2364D; }
p { color: rgb(226,54,77); }
H1.HeaderClassName
{
color: #E2364D;
}
.AnyTagClassName
{
color: #E2364D;
}
</style>
background-color css
<style>
a { background-color: #E2364D; }
a { background-color: rgb(226,54,77); }
div.DivClassName
{
background-color: #E2364D;
}
.BgClassName
{
background-color: #E2364D;
}
</style>
border-color css
<style>
span { border-color: #E2364D; }
span { border-color: rgb(226,54,77); }
td.TdClassName
{
border-color: #E2364D;
}
.TagClassName
{
border-color: #E2364D;
}
</style>