Shades of Amaranth #E33046
Tints of Amaranth #E33046
RGB
CMYK
RGB Variations
Color information
#E33046 (or 0xE33046) is known color: Amaranth. HEX triplet: E3, 30 and 46. RGB value is (227,48,70). Sum of RGB (Red+Green+Blue) = 227+48+70=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E33046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33046 is #1CCFB9. Grayscale: #686868. Windows color (decimal): -1888186 or 4600035. OLE color: 4600035.
HSL color Cylindrical-coordinate representation of color #E33046: hue angle of 352.63º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E33046 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 70 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.11 |
| HSL | 352.63º | 0.76% | 0.54% | - |
| HSV(B) | 352.63º | 0.79% | 0.89% | - |
| XYZ | 33.84 | 18.89 | 7.66 | - |
| YUV | 104.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 70 | 0 | 0.79 | 0.69 | 0.11 | 352.63 | 0.76 | 0.54 |
| Hex | E3 | 30 | 46 | 0 | 4F | 45 | B | 161 | 4C | 36 |
| Octal | 343 | 60 | 106 | 0 | 117 | 105 | 13 | 541 | 114 | 66 |
| Binary | 11100011 | 110000 | 1000110 | 0 | 1001111 | 1000101 | 1011 | 101100001 | 1001100 | 110110 |
Color Harmonies of #E33046
Complementary color
Monochromatic Colors of #E33046
Black with #E33046
Text Example
Text Example
White with #E33046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33046; }
p { color: rgb(227,48,70); }
H1.HeaderClassName
{
color: #E33046;
}
.AnyTagClassName
{
color: #E33046;
}
</style>
background-color css
<style>
a { background-color: #E33046; }
a { background-color: rgb(227,48,70); }
div.DivClassName
{
background-color: #E33046;
}
.BgClassName
{
background-color: #E33046;
}
</style>
border-color css
<style>
span { border-color: #E33046; }
span { border-color: rgb(227,48,70); }
td.TdClassName
{
border-color: #E33046;
}
.TagClassName
{
border-color: #E33046;
}
</style>