Shades of Amaranth #E2334A
Tints of Amaranth #E2334A
RGB
CMYK
RGB Variations
Color information
#E2334A (or 0xE2334A) is known color: Amaranth. HEX triplet: E2, 33 and 4A. RGB value is (226,51,74). Sum of RGB (Red+Green+Blue) = 226+51+74=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2334A is #1DCCB5. Grayscale: #6A6A6A. Windows color (decimal): -1952950 or 4862946. OLE color: 4862946.
HSL color Cylindrical-coordinate representation of color #E2334A: hue angle of 352.11º 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 #E2334A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 51 | 74 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.11 |
| HSL | 352.11º | 0.75% | 0.54% | - |
| HSV(B) | 352.11º | 0.77% | 0.89% | - |
| XYZ | 33.78 | 19.03 | 8.37 | - |
| YUV | 105.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 51 | 74 | 0 | 0.77 | 0.67 | 0.11 | 352.11 | 0.75 | 0.54 |
| Hex | E2 | 33 | 4A | 0 | 4D | 43 | B | 160 | 4B | 36 |
| Octal | 342 | 63 | 112 | 0 | 115 | 103 | 13 | 540 | 113 | 66 |
| Binary | 11100010 | 110011 | 1001010 | 0 | 1001101 | 1000011 | 1011 | 101100000 | 1001011 | 110110 |
Color Harmonies of #E2334A
Complementary color
Monochromatic Colors of #E2334A
Black with #E2334A
Text Example
Text Example
White with #E2334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2334A; }
p { color: rgb(226,51,74); }
H1.HeaderClassName
{
color: #E2334A;
}
.AnyTagClassName
{
color: #E2334A;
}
</style>
background-color css
<style>
a { background-color: #E2334A; }
a { background-color: rgb(226,51,74); }
div.DivClassName
{
background-color: #E2334A;
}
.BgClassName
{
background-color: #E2334A;
}
</style>
border-color css
<style>
span { border-color: #E2334A; }
span { border-color: rgb(226,51,74); }
td.TdClassName
{
border-color: #E2334A;
}
.TagClassName
{
border-color: #E2334A;
}
</style>