Shades of Amaranth #E82E5B
Tints of Amaranth #E82E5B
RGB
CMYK
RGB Variations
Color information
#E82E5B (or 0xE82E5B) is known color: Amaranth. HEX triplet: E8, 2E and 5B. RGB value is (232,46,91). Sum of RGB (Red+Green+Blue) = 232+46+91=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82E5B is #17D1A4. Grayscale: #6A6A6A. Windows color (decimal): -1560997 or 5975784. OLE color: 5975784.
HSL color Cylindrical-coordinate representation of color #E82E5B: hue angle of 345.48º 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 #E82E5B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 91 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.09 |
| HSL | 345.48º | 0.8% | 0.55% | - |
| HSV(B) | 345.48º | 0.8% | 0.91% | - |
| XYZ | 36.14 | 19.87 | 11.83 | - |
| YUV | 106.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 91 | 0 | 0.80 | 0.61 | 0.09 | 345.48 | 0.8 | 0.55 |
| Hex | E8 | 2E | 5B | 0 | 50 | 3D | 9 | 159 | 50 | 37 |
| Octal | 350 | 56 | 133 | 0 | 120 | 75 | 11 | 531 | 120 | 67 |
| Binary | 11101000 | 101110 | 1011011 | 0 | 1010000 | 111101 | 1001 | 101011001 | 1010000 | 110111 |
Color Harmonies of #E82E5B
Complementary color
Monochromatic Colors of #E82E5B
Black with #E82E5B
Text Example
Text Example
White with #E82E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E5B; }
p { color: rgb(232,46,91); }
H1.HeaderClassName
{
color: #E82E5B;
}
.AnyTagClassName
{
color: #E82E5B;
}
</style>
background-color css
<style>
a { background-color: #E82E5B; }
a { background-color: rgb(232,46,91); }
div.DivClassName
{
background-color: #E82E5B;
}
.BgClassName
{
background-color: #E82E5B;
}
</style>
border-color css
<style>
span { border-color: #E82E5B; }
span { border-color: rgb(232,46,91); }
td.TdClassName
{
border-color: #E82E5B;
}
.TagClassName
{
border-color: #E82E5B;
}
</style>