Shades of Amaranth #E82E4A
Tints of Amaranth #E82E4A
RGB
CMYK
RGB Variations
Color information
#E82E4A (or 0xE82E4A) is known color: Amaranth. HEX triplet: E8, 2E and 4A. RGB value is (232,46,74). Sum of RGB (Red+Green+Blue) = 232+46+74=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82E4A is #17D1B5. Grayscale: #686868. Windows color (decimal): -1561014 or 4861672. OLE color: 4861672.
HSL color Cylindrical-coordinate representation of color #E82E4A: hue angle of 350.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E4A is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 74 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.09 |
| HSL | 350.97º | 0.8% | 0.55% | - |
| HSV(B) | 350.97º | 0.8% | 0.91% | - |
| XYZ | 35.49 | 19.6 | 8.39 | - |
| YUV | 104.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 74 | 0 | 0.80 | 0.68 | 0.09 | 350.97 | 0.8 | 0.55 |
| Hex | E8 | 2E | 4A | 0 | 50 | 44 | 9 | 15F | 50 | 37 |
| Octal | 350 | 56 | 112 | 0 | 120 | 104 | 11 | 537 | 120 | 67 |
| Binary | 11101000 | 101110 | 1001010 | 0 | 1010000 | 1000100 | 1001 | 101011111 | 1010000 | 110111 |
Color Harmonies of #E82E4A
Complementary color
Monochromatic Colors of #E82E4A
Black with #E82E4A
Text Example
Text Example
White with #E82E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E4A; }
p { color: rgb(232,46,74); }
H1.HeaderClassName
{
color: #E82E4A;
}
.AnyTagClassName
{
color: #E82E4A;
}
</style>
background-color css
<style>
a { background-color: #E82E4A; }
a { background-color: rgb(232,46,74); }
div.DivClassName
{
background-color: #E82E4A;
}
.BgClassName
{
background-color: #E82E4A;
}
</style>
border-color css
<style>
span { border-color: #E82E4A; }
span { border-color: rgb(232,46,74); }
td.TdClassName
{
border-color: #E82E4A;
}
.TagClassName
{
border-color: #E82E4A;
}
</style>