Shades of Amaranth #E33249
Tints of Amaranth #E33249
RGB
CMYK
RGB Variations
Color information
#E33249 (or 0xE33249) is known color: Amaranth. HEX triplet: E3, 32 and 49. RGB value is (227,50,73). Sum of RGB (Red+Green+Blue) = 227+50+73=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E33249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33249 is #1CCDB6. Grayscale: #696969. Windows color (decimal): -1887671 or 4797155. OLE color: 4797155.
HSL color Cylindrical-coordinate representation of color #E33249: hue angle of 352.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E33249 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 73 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.11 |
| HSL | 352.2º | 0.76% | 0.54% | - |
| HSV(B) | 352.2º | 0.78% | 0.89% | - |
| XYZ | 34.02 | 19.09 | 8.2 | - |
| YUV | 105.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 73 | 0 | 0.78 | 0.68 | 0.11 | 352.2 | 0.76 | 0.54 |
| Hex | E3 | 32 | 49 | 0 | 4E | 44 | B | 160 | 4C | 36 |
| Octal | 343 | 62 | 111 | 0 | 116 | 104 | 13 | 540 | 114 | 66 |
| Binary | 11100011 | 110010 | 1001001 | 0 | 1001110 | 1000100 | 1011 | 101100000 | 1001100 | 110110 |
Color Harmonies of #E33249
Complementary color
Monochromatic Colors of #E33249
Black with #E33249
Text Example
Text Example
White with #E33249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33249; }
p { color: rgb(227,50,73); }
H1.HeaderClassName
{
color: #E33249;
}
.AnyTagClassName
{
color: #E33249;
}
</style>
background-color css
<style>
a { background-color: #E33249; }
a { background-color: rgb(227,50,73); }
div.DivClassName
{
background-color: #E33249;
}
.BgClassName
{
background-color: #E33249;
}
</style>
border-color css
<style>
span { border-color: #E33249; }
span { border-color: rgb(227,50,73); }
td.TdClassName
{
border-color: #E33249;
}
.TagClassName
{
border-color: #E33249;
}
</style>