Shades of Amaranth #E34046
Tints of Amaranth #E34046
RGB
CMYK
RGB Variations
Color information
#E34046 (or 0xE34046) is known color: Amaranth. HEX triplet: E3, 40 and 46. RGB value is (227,64,70). Sum of RGB (Red+Green+Blue) = 227+64+70=361 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.88% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 227 - color contains mainly: red. Hex color #E34046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34046 is #1CBFB9. Grayscale: #717171. Windows color (decimal): -1884090 or 4604131. OLE color: 4604131.
HSL color Cylindrical-coordinate representation of color #E34046: hue angle of 357.79º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E34046 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 70 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.11 |
| HSL | 357.79º | 0.74% | 0.57% | - |
| HSV(B) | 357.79º | 0.72% | 0.89% | - |
| XYZ | 34.62 | 20.44 | 7.92 | - |
| YUV | 113.42 | 103.5 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 70 | 0 | 0.72 | 0.69 | 0.11 | 357.79 | 0.74 | 0.57 |
| Hex | E3 | 40 | 46 | 0 | 48 | 45 | B | 166 | 4A | 39 |
| Octal | 343 | 100 | 106 | 0 | 110 | 105 | 13 | 546 | 112 | 71 |
| Binary | 11100011 | 1000000 | 1000110 | 0 | 1001000 | 1000101 | 1011 | 101100110 | 1001010 | 111001 |
Color Harmonies of #E34046
Complementary color
Monochromatic Colors of #E34046
Black with #E34046
Text Example
Text Example
White with #E34046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34046; }
p { color: rgb(227,64,70); }
H1.HeaderClassName
{
color: #E34046;
}
.AnyTagClassName
{
color: #E34046;
}
</style>
background-color css
<style>
a { background-color: #E34046; }
a { background-color: rgb(227,64,70); }
div.DivClassName
{
background-color: #E34046;
}
.BgClassName
{
background-color: #E34046;
}
</style>
border-color css
<style>
span { border-color: #E34046; }
span { border-color: rgb(227,64,70); }
td.TdClassName
{
border-color: #E34046;
}
.TagClassName
{
border-color: #E34046;
}
</style>