Shades of Amaranth #E2334D
Tints of Amaranth #E2334D
RGB
CMYK
RGB Variations
Color information
#E2334D (or 0xE2334D) is known color: Amaranth. HEX triplet: E2, 33 and 4D. RGB value is (226,51,77). Sum of RGB (Red+Green+Blue) = 226+51+77=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334D is #1DCCB2. Grayscale: #6A6A6A. Windows color (decimal): -1952947 or 5059554. OLE color: 5059554.
HSL color Cylindrical-coordinate representation of color #E2334D: hue angle of 351.09º 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 #E2334D is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 77 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.11 |
| HSL | 351.09º | 0.75% | 0.54% | - |
| HSV(B) | 351.09º | 0.77% | 0.89% | - |
| XYZ | 33.89 | 19.07 | 8.92 | - |
| YUV | 106.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 77 | 0 | 0.77 | 0.66 | 0.11 | 351.09 | 0.75 | 0.54 |
| Hex | E2 | 33 | 4D | 0 | 4D | 42 | B | 15F | 4B | 36 |
| Octal | 342 | 63 | 115 | 0 | 115 | 102 | 13 | 537 | 113 | 66 |
| Binary | 11100010 | 110011 | 1001101 | 0 | 1001101 | 1000010 | 1011 | 101011111 | 1001011 | 110110 |
Color Harmonies of #E2334D
Complementary color
Monochromatic Colors of #E2334D
Black with #E2334D
Text Example
Text Example
White with #E2334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2334D; }
p { color: rgb(226,51,77); }
H1.HeaderClassName
{
color: #E2334D;
}
.AnyTagClassName
{
color: #E2334D;
}
</style>
background-color css
<style>
a { background-color: #E2334D; }
a { background-color: rgb(226,51,77); }
div.DivClassName
{
background-color: #E2334D;
}
.BgClassName
{
background-color: #E2334D;
}
</style>
border-color css
<style>
span { border-color: #E2334D; }
span { border-color: rgb(226,51,77); }
td.TdClassName
{
border-color: #E2334D;
}
.TagClassName
{
border-color: #E2334D;
}
</style>