Shades of Amaranth #E2314C
Tints of Amaranth #E2314C
RGB
CMYK
RGB Variations
Color information
#E2314C (or 0xE2314C) is known color: Amaranth. HEX triplet: E2, 31 and 4C. RGB value is (226,49,76). Sum of RGB (Red+Green+Blue) = 226+49+76=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2314C is #1DCEB3. Grayscale: #696969. Windows color (decimal): -1953460 or 4993506. OLE color: 4993506.
HSL color Cylindrical-coordinate representation of color #E2314C: hue angle of 350.85º 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 #E2314C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 76 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.11 |
| HSL | 350.85º | 0.75% | 0.54% | - |
| HSV(B) | 350.85º | 0.78% | 0.89% | - |
| XYZ | 33.77 | 18.89 | 8.7 | - |
| YUV | 105 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 76 | 0 | 0.78 | 0.66 | 0.11 | 350.85 | 0.75 | 0.54 |
| Hex | E2 | 31 | 4C | 0 | 4E | 42 | B | 15F | 4B | 36 |
| Octal | 342 | 61 | 114 | 0 | 116 | 102 | 13 | 537 | 113 | 66 |
| Binary | 11100010 | 110001 | 1001100 | 0 | 1001110 | 1000010 | 1011 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E2314C
Complementary color
Monochromatic Colors of #E2314C
Black with #E2314C
Text Example
Text Example
White with #E2314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2314C; }
p { color: rgb(226,49,76); }
H1.HeaderClassName
{
color: #E2314C;
}
.AnyTagClassName
{
color: #E2314C;
}
</style>
background-color css
<style>
a { background-color: #E2314C; }
a { background-color: rgb(226,49,76); }
div.DivClassName
{
background-color: #E2314C;
}
.BgClassName
{
background-color: #E2314C;
}
</style>
border-color css
<style>
span { border-color: #E2314C; }
span { border-color: rgb(226,49,76); }
td.TdClassName
{
border-color: #E2314C;
}
.TagClassName
{
border-color: #E2314C;
}
</style>