Shades of Amaranth #E34446
Tints of Amaranth #E34446
RGB
CMYK
RGB Variations
Color information
#E34446 (or 0xE34446) is known color: Amaranth. HEX triplet: E3, 44 and 46. RGB value is (227,68,70). Sum of RGB (Red+Green+Blue) = 227+68+70=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E34446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34446 is #1CBBB9. Grayscale: #737373. Windows color (decimal): -1883066 or 4605155. OLE color: 4605155.
HSL color Cylindrical-coordinate representation of color #E34446: hue angle of 359.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34446 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 70 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.11 |
| HSL | 359.25º | 0.74% | 0.58% | - |
| HSV(B) | 359.25º | 0.7% | 0.89% | - |
| XYZ | 34.85 | 20.91 | 7.99 | - |
| YUV | 115.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 70 | 0 | 0.70 | 0.69 | 0.11 | 359.25 | 0.74 | 0.58 |
| Hex | E3 | 44 | 46 | 0 | 46 | 45 | B | 167 | 4A | 3A |
| Octal | 343 | 104 | 106 | 0 | 106 | 105 | 13 | 547 | 112 | 72 |
| Binary | 11100011 | 1000100 | 1000110 | 0 | 1000110 | 1000101 | 1011 | 101100111 | 1001010 | 111010 |
Color Harmonies of #E34446
Complementary color
Monochromatic Colors of #E34446
Black with #E34446
Text Example
Text Example
White with #E34446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34446; }
p { color: rgb(227,68,70); }
H1.HeaderClassName
{
color: #E34446;
}
.AnyTagClassName
{
color: #E34446;
}
</style>
background-color css
<style>
a { background-color: #E34446; }
a { background-color: rgb(227,68,70); }
div.DivClassName
{
background-color: #E34446;
}
.BgClassName
{
background-color: #E34446;
}
</style>
border-color css
<style>
span { border-color: #E34446; }
span { border-color: rgb(227,68,70); }
td.TdClassName
{
border-color: #E34446;
}
.TagClassName
{
border-color: #E34446;
}
</style>