Shades of Amaranth #E82158
Tints of Amaranth #E82158
RGB
CMYK
RGB Variations
Color information
#E82158 (or 0xE82158) is known color: Amaranth. HEX triplet: E8, 21 and 58. RGB value is (232,33,88). Sum of RGB (Red+Green+Blue) = 232+33+88=353 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.72% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 232 - color contains mainly: red. Hex color #E82158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82158 is #17DEA7. Grayscale: #626262. Windows color (decimal): -1564328 or 5775848. OLE color: 5775848.
HSL color Cylindrical-coordinate representation of color #E82158: hue angle of 343.42º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82158 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 88 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.09 |
| HSL | 343.42º | 0.81% | 0.52% | - |
| HSV(B) | 343.42º | 0.86% | 0.91% | - |
| XYZ | 35.58 | 18.95 | 11.01 | - |
| YUV | 98.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 88 | 0 | 0.86 | 0.62 | 0.09 | 343.42 | 0.81 | 0.52 |
| Hex | E8 | 21 | 58 | 0 | 56 | 3E | 9 | 157 | 51 | 34 |
| Octal | 350 | 41 | 130 | 0 | 126 | 76 | 11 | 527 | 121 | 64 |
| Binary | 11101000 | 100001 | 1011000 | 0 | 1010110 | 111110 | 1001 | 101010111 | 1010001 | 110100 |
Color Harmonies of #E82158
Complementary color
Monochromatic Colors of #E82158
Black with #E82158
Text Example
Text Example
White with #E82158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82158; }
p { color: rgb(232,33,88); }
H1.HeaderClassName
{
color: #E82158;
}
.AnyTagClassName
{
color: #E82158;
}
</style>
background-color css
<style>
a { background-color: #E82158; }
a { background-color: rgb(232,33,88); }
div.DivClassName
{
background-color: #E82158;
}
.BgClassName
{
background-color: #E82158;
}
</style>
border-color css
<style>
span { border-color: #E82158; }
span { border-color: rgb(232,33,88); }
td.TdClassName
{
border-color: #E82158;
}
.TagClassName
{
border-color: #E82158;
}
</style>