Shades of Amaranth #E82B4A
Tints of Amaranth #E82B4A
RGB
CMYK
RGB Variations
Color information
#E82B4A (or 0xE82B4A) is known color: Amaranth. HEX triplet: E8, 2B and 4A. RGB value is (232,43,74). Sum of RGB (Red+Green+Blue) = 232+43+74=349 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.48% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82B4A is #17D4B5. Grayscale: #676767. Windows color (decimal): -1561782 or 4860904. OLE color: 4860904.
HSL color Cylindrical-coordinate representation of color #E82B4A: hue angle of 350.16º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82B4A is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 74 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.09 |
| HSL | 350.16º | 0.8% | 0.54% | - |
| HSV(B) | 350.16º | 0.81% | 0.91% | - |
| XYZ | 35.38 | 19.38 | 8.35 | - |
| YUV | 103.05 | 111.62 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 74 | 0 | 0.81 | 0.68 | 0.09 | 350.16 | 0.8 | 0.54 |
| Hex | E8 | 2B | 4A | 0 | 51 | 44 | 9 | 15E | 50 | 36 |
| Octal | 350 | 53 | 112 | 0 | 121 | 104 | 11 | 536 | 120 | 66 |
| Binary | 11101000 | 101011 | 1001010 | 0 | 1010001 | 1000100 | 1001 | 101011110 | 1010000 | 110110 |
Color Harmonies of #E82B4A
Complementary color
Monochromatic Colors of #E82B4A
Black with #E82B4A
Text Example
Text Example
White with #E82B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B4A; }
p { color: rgb(232,43,74); }
H1.HeaderClassName
{
color: #E82B4A;
}
.AnyTagClassName
{
color: #E82B4A;
}
</style>
background-color css
<style>
a { background-color: #E82B4A; }
a { background-color: rgb(232,43,74); }
div.DivClassName
{
background-color: #E82B4A;
}
.BgClassName
{
background-color: #E82B4A;
}
</style>
border-color css
<style>
span { border-color: #E82B4A; }
span { border-color: rgb(232,43,74); }
td.TdClassName
{
border-color: #E82B4A;
}
.TagClassName
{
border-color: #E82B4A;
}
</style>