Shades of Amaranth #E82850
Tints of Amaranth #E82850
RGB
CMYK
RGB Variations
Color information
#E82850 (or 0xE82850) is known color: Amaranth. HEX triplet: E8, 28 and 50. RGB value is (232,40,80). Sum of RGB (Red+Green+Blue) = 232+40+80=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E82850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82850 is #17D7AF. Grayscale: #656565. Windows color (decimal): -1562544 or 5253352. OLE color: 5253352.
HSL color Cylindrical-coordinate representation of color #E82850: hue angle of 347.5º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82850 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.09 |
| HSL | 347.5º | 0.81% | 0.53% | - |
| HSV(B) | 347.5º | 0.83% | 0.91% | - |
| XYZ | 35.49 | 19.25 | 9.44 | - |
| YUV | 101.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 80 | 0 | 0.83 | 0.66 | 0.09 | 347.5 | 0.81 | 0.53 |
| Hex | E8 | 28 | 50 | 0 | 53 | 42 | 9 | 15C | 51 | 35 |
| Octal | 350 | 50 | 120 | 0 | 123 | 102 | 11 | 534 | 121 | 65 |
| Binary | 11101000 | 101000 | 1010000 | 0 | 1010011 | 1000010 | 1001 | 101011100 | 1010001 | 110101 |
Color Harmonies of #E82850
Complementary color
Monochromatic Colors of #E82850
Black with #E82850
Text Example
Text Example
White with #E82850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82850; }
p { color: rgb(232,40,80); }
H1.HeaderClassName
{
color: #E82850;
}
.AnyTagClassName
{
color: #E82850;
}
</style>
background-color css
<style>
a { background-color: #E82850; }
a { background-color: rgb(232,40,80); }
div.DivClassName
{
background-color: #E82850;
}
.BgClassName
{
background-color: #E82850;
}
</style>
border-color css
<style>
span { border-color: #E82850; }
span { border-color: rgb(232,40,80); }
td.TdClassName
{
border-color: #E82850;
}
.TagClassName
{
border-color: #E82850;
}
</style>