Shades of Amaranth #E2334E
Tints of Amaranth #E2334E
RGB
CMYK
RGB Variations
Color information
#E2334E (or 0xE2334E) is known color: Amaranth. HEX triplet: E2, 33 and 4E. RGB value is (226,51,78). Sum of RGB (Red+Green+Blue) = 226+51+78=355 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.66% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334E is #1DCCB1. Grayscale: #6A6A6A. Windows color (decimal): -1952946 or 5125090. OLE color: 5125090.
HSL color Cylindrical-coordinate representation of color #E2334E: hue angle of 350.74º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2334E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 78 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.11 |
| HSL | 350.74º | 0.75% | 0.54% | - |
| HSV(B) | 350.74º | 0.77% | 0.89% | - |
| XYZ | 33.92 | 19.09 | 9.1 | - |
| YUV | 106.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 78 | 0 | 0.77 | 0.65 | 0.11 | 350.74 | 0.75 | 0.54 |
| Hex | E2 | 33 | 4E | 0 | 4D | 41 | B | 15F | 4B | 36 |
| Octal | 342 | 63 | 116 | 0 | 115 | 101 | 13 | 537 | 113 | 66 |
| Binary | 11100010 | 110011 | 1001110 | 0 | 1001101 | 1000001 | 1011 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E2334E
Complementary color
Monochromatic Colors of #E2334E
Black with #E2334E
Text Example
Text Example
White with #E2334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2334E; }
p { color: rgb(226,51,78); }
H1.HeaderClassName
{
color: #E2334E;
}
.AnyTagClassName
{
color: #E2334E;
}
</style>
background-color css
<style>
a { background-color: #E2334E; }
a { background-color: rgb(226,51,78); }
div.DivClassName
{
background-color: #E2334E;
}
.BgClassName
{
background-color: #E2334E;
}
</style>
border-color css
<style>
span { border-color: #E2334E; }
span { border-color: rgb(226,51,78); }
td.TdClassName
{
border-color: #E2334E;
}
.TagClassName
{
border-color: #E2334E;
}
</style>