Shades of Amaranth #E2354A
Tints of Amaranth #E2354A
RGB
CMYK
RGB Variations
Color information
#E2354A (or 0xE2354A) is known color: Amaranth. HEX triplet: E2, 35 and 4A. RGB value is (226,53,74). Sum of RGB (Red+Green+Blue) = 226+53+74=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2354A is #1DCAB5. Grayscale: #6B6B6B. Windows color (decimal): -1952438 or 4863458. OLE color: 4863458.
HSL color Cylindrical-coordinate representation of color #E2354A: hue angle of 352.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2354A is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 74 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.11 |
| HSL | 352.72º | 0.75% | 0.55% | - |
| HSV(B) | 352.72º | 0.77% | 0.89% | - |
| XYZ | 33.87 | 19.21 | 8.4 | - |
| YUV | 107.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 74 | 0 | 0.77 | 0.67 | 0.11 | 352.72 | 0.75 | 0.55 |
| Hex | E2 | 35 | 4A | 0 | 4D | 43 | B | 161 | 4B | 37 |
| Octal | 342 | 65 | 112 | 0 | 115 | 103 | 13 | 541 | 113 | 67 |
| Binary | 11100010 | 110101 | 1001010 | 0 | 1001101 | 1000011 | 1011 | 101100001 | 1001011 | 110111 |
Color Harmonies of #E2354A
Complementary color
Monochromatic Colors of #E2354A
Black with #E2354A
Text Example
Text Example
White with #E2354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2354A; }
p { color: rgb(226,53,74); }
H1.HeaderClassName
{
color: #E2354A;
}
.AnyTagClassName
{
color: #E2354A;
}
</style>
background-color css
<style>
a { background-color: #E2354A; }
a { background-color: rgb(226,53,74); }
div.DivClassName
{
background-color: #E2354A;
}
.BgClassName
{
background-color: #E2354A;
}
</style>
border-color css
<style>
span { border-color: #E2354A; }
span { border-color: rgb(226,53,74); }
td.TdClassName
{
border-color: #E2354A;
}
.TagClassName
{
border-color: #E2354A;
}
</style>