Shades of Amaranth #E2334F
Tints of Amaranth #E2334F
RGB
CMYK
RGB Variations
Color information
#E2334F (or 0xE2334F) is known color: Amaranth. HEX triplet: E2, 33 and 4F. RGB value is (226,51,79). Sum of RGB (Red+Green+Blue) = 226+51+79=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2334F is #1DCCB0. Grayscale: #6A6A6A. Windows color (decimal): -1952945 or 5190626. OLE color: 5190626.
HSL color Cylindrical-coordinate representation of color #E2334F: hue angle of 350.4º 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 #E2334F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 79 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.11 |
| HSL | 350.4º | 0.75% | 0.54% | - |
| HSV(B) | 350.4º | 0.77% | 0.89% | - |
| XYZ | 33.96 | 19.1 | 9.29 | - |
| YUV | 106.52 | 112.48 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 79 | 0 | 0.77 | 0.65 | 0.11 | 350.4 | 0.75 | 0.54 |
| Hex | E2 | 33 | 4F | 0 | 4D | 41 | B | 15E | 4B | 36 |
| Octal | 342 | 63 | 117 | 0 | 115 | 101 | 13 | 536 | 113 | 66 |
| Binary | 11100010 | 110011 | 1001111 | 0 | 1001101 | 1000001 | 1011 | 101011110 | 1001011 | 110110 |
Color Harmonies of #E2334F
Complementary color
Monochromatic Colors of #E2334F
Black with #E2334F
Text Example
Text Example
White with #E2334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2334F; }
p { color: rgb(226,51,79); }
H1.HeaderClassName
{
color: #E2334F;
}
.AnyTagClassName
{
color: #E2334F;
}
</style>
background-color css
<style>
a { background-color: #E2334F; }
a { background-color: rgb(226,51,79); }
div.DivClassName
{
background-color: #E2334F;
}
.BgClassName
{
background-color: #E2334F;
}
</style>
border-color css
<style>
span { border-color: #E2334F; }
span { border-color: rgb(226,51,79); }
td.TdClassName
{
border-color: #E2334F;
}
.TagClassName
{
border-color: #E2334F;
}
</style>