Shades of Amaranth #E82E5A
Tints of Amaranth #E82E5A
RGB
CMYK
RGB Variations
Color information
#E82E5A (or 0xE82E5A) is known color: Amaranth. HEX triplet: E8, 2E and 5A. RGB value is (232,46,90). Sum of RGB (Red+Green+Blue) = 232+46+90=368 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.04% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82E5A is #17D1A5. Grayscale: #6A6A6A. Windows color (decimal): -1560998 or 5910248. OLE color: 5910248.
HSL color Cylindrical-coordinate representation of color #E82E5A: hue angle of 345.81º 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 #E82E5A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 90 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.09 |
| HSL | 345.81º | 0.8% | 0.55% | - |
| HSV(B) | 345.81º | 0.8% | 0.91% | - |
| XYZ | 36.1 | 19.85 | 11.6 | - |
| YUV | 106.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 90 | 0 | 0.80 | 0.61 | 0.09 | 345.81 | 0.8 | 0.55 |
| Hex | E8 | 2E | 5A | 0 | 50 | 3D | 9 | 15A | 50 | 37 |
| Octal | 350 | 56 | 132 | 0 | 120 | 75 | 11 | 532 | 120 | 67 |
| Binary | 11101000 | 101110 | 1011010 | 0 | 1010000 | 111101 | 1001 | 101011010 | 1010000 | 110111 |
Color Harmonies of #E82E5A
Complementary color
Monochromatic Colors of #E82E5A
Black with #E82E5A
Text Example
Text Example
White with #E82E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E5A; }
p { color: rgb(232,46,90); }
H1.HeaderClassName
{
color: #E82E5A;
}
.AnyTagClassName
{
color: #E82E5A;
}
</style>
background-color css
<style>
a { background-color: #E82E5A; }
a { background-color: rgb(232,46,90); }
div.DivClassName
{
background-color: #E82E5A;
}
.BgClassName
{
background-color: #E82E5A;
}
</style>
border-color css
<style>
span { border-color: #E82E5A; }
span { border-color: rgb(232,46,90); }
td.TdClassName
{
border-color: #E82E5A;
}
.TagClassName
{
border-color: #E82E5A;
}
</style>