Shades of Amaranth #E2314D
Tints of Amaranth #E2314D
RGB
CMYK
RGB Variations
Color information
#E2314D (or 0xE2314D) is known color: Amaranth. HEX triplet: E2, 31 and 4D. RGB value is (226,49,77). Sum of RGB (Red+Green+Blue) = 226+49+77=352 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.20% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 226 - color contains mainly: red. Hex color #E2314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2314D is #1DCEB2. Grayscale: #696969. Windows color (decimal): -1953459 or 5059042. OLE color: 5059042.
HSL color Cylindrical-coordinate representation of color #E2314D: hue angle of 350.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2314D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 77 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.11 |
| HSL | 350.51º | 0.75% | 0.54% | - |
| HSV(B) | 350.51º | 0.78% | 0.89% | - |
| XYZ | 33.8 | 18.9 | 8.89 | - |
| YUV | 105.12 | 112.14 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 77 | 0 | 0.78 | 0.66 | 0.11 | 350.51 | 0.75 | 0.54 |
| Hex | E2 | 31 | 4D | 0 | 4E | 42 | B | 15F | 4B | 36 |
| Octal | 342 | 61 | 115 | 0 | 116 | 102 | 13 | 537 | 113 | 66 |
| Binary | 11100010 | 110001 | 1001101 | 0 | 1001110 | 1000010 | 1011 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E2314D
Complementary color
Monochromatic Colors of #E2314D
Black with #E2314D
Text Example
Text Example
White with #E2314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2314D; }
p { color: rgb(226,49,77); }
H1.HeaderClassName
{
color: #E2314D;
}
.AnyTagClassName
{
color: #E2314D;
}
</style>
background-color css
<style>
a { background-color: #E2314D; }
a { background-color: rgb(226,49,77); }
div.DivClassName
{
background-color: #E2314D;
}
.BgClassName
{
background-color: #E2314D;
}
</style>
border-color css
<style>
span { border-color: #E2314D; }
span { border-color: rgb(226,49,77); }
td.TdClassName
{
border-color: #E2314D;
}
.TagClassName
{
border-color: #E2314D;
}
</style>