Shades of Amaranth #E82B5C
Tints of Amaranth #E82B5C
RGB
CMYK
RGB Variations
Color information
#E82B5C (or 0xE82B5C) is known color: Amaranth. HEX triplet: E8, 2B and 5C. RGB value is (232,43,92). Sum of RGB (Red+Green+Blue) = 232+43+92=367 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.22% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 232 - color contains mainly: red. Hex color #E82B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82B5C is #17D4A3. Grayscale: #696969. Windows color (decimal): -1561764 or 6040552. OLE color: 6040552.
HSL color Cylindrical-coordinate representation of color #E82B5C: hue angle of 344.44º 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 #E82B5C is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 92 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.09 |
| HSL | 344.44º | 0.8% | 0.54% | - |
| HSV(B) | 344.44º | 0.81% | 0.91% | - |
| XYZ | 36.07 | 19.66 | 12.02 | - |
| YUV | 105.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 92 | 0 | 0.81 | 0.60 | 0.09 | 344.44 | 0.8 | 0.54 |
| Hex | E8 | 2B | 5C | 0 | 51 | 3C | 9 | 158 | 50 | 36 |
| Octal | 350 | 53 | 134 | 0 | 121 | 74 | 11 | 530 | 120 | 66 |
| Binary | 11101000 | 101011 | 1011100 | 0 | 1010001 | 111100 | 1001 | 101011000 | 1010000 | 110110 |
Color Harmonies of #E82B5C
Complementary color
Monochromatic Colors of #E82B5C
Black with #E82B5C
Text Example
Text Example
White with #E82B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82B5C; }
p { color: rgb(232,43,92); }
H1.HeaderClassName
{
color: #E82B5C;
}
.AnyTagClassName
{
color: #E82B5C;
}
</style>
background-color css
<style>
a { background-color: #E82B5C; }
a { background-color: rgb(232,43,92); }
div.DivClassName
{
background-color: #E82B5C;
}
.BgClassName
{
background-color: #E82B5C;
}
</style>
border-color css
<style>
span { border-color: #E82B5C; }
span { border-color: rgb(232,43,92); }
td.TdClassName
{
border-color: #E82B5C;
}
.TagClassName
{
border-color: #E82B5C;
}
</style>