Shades of Amaranth #E83449
Tints of Amaranth #E83449
RGB
CMYK
RGB Variations
Color information
#E83449 (or 0xE83449) is known color: Amaranth. HEX triplet: E8, 34 and 49. RGB value is (232,52,73). Sum of RGB (Red+Green+Blue) = 232+52+73=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E83449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E83449 is #17CBB6. Grayscale: #6C6C6C. Windows color (decimal): -1559479 or 4797672. OLE color: 4797672.
HSL color Cylindrical-coordinate representation of color #E83449: hue angle of 353º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83449 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 73 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.09 |
| HSL | 353º | 0.8% | 0.56% | - |
| HSV(B) | 353º | 0.78% | 0.91% | - |
| XYZ | 35.71 | 20.09 | 8.3 | - |
| YUV | 108.21 | 108.13 | 216.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 73 | 0 | 0.78 | 0.69 | 0.09 | 353 | 0.8 | 0.56 |
| Hex | E8 | 34 | 49 | 0 | 4E | 45 | 9 | 161 | 50 | 38 |
| Octal | 350 | 64 | 111 | 0 | 116 | 105 | 11 | 541 | 120 | 70 |
| Binary | 11101000 | 110100 | 1001001 | 0 | 1001110 | 1000101 | 1001 | 101100001 | 1010000 | 111000 |
Color Harmonies of #E83449
Complementary color
Monochromatic Colors of #E83449
Black with #E83449
Text Example
Text Example
White with #E83449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83449; }
p { color: rgb(232,52,73); }
H1.HeaderClassName
{
color: #E83449;
}
.AnyTagClassName
{
color: #E83449;
}
</style>
background-color css
<style>
a { background-color: #E83449; }
a { background-color: rgb(232,52,73); }
div.DivClassName
{
background-color: #E83449;
}
.BgClassName
{
background-color: #E83449;
}
</style>
border-color css
<style>
span { border-color: #E83449; }
span { border-color: rgb(232,52,73); }
td.TdClassName
{
border-color: #E83449;
}
.TagClassName
{
border-color: #E83449;
}
</style>