Shades of Amaranth #E82153
Tints of Amaranth #E82153
RGB
CMYK
RGB Variations
Color information
#E82153 (or 0xE82153) is known color: Amaranth. HEX triplet: E8, 21 and 53. RGB value is (232,33,83). Sum of RGB (Red+Green+Blue) = 232+33+83=348 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.67% from 348); Green value is 33 (13.28% from 255 or 9.48% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 232 - color contains mainly: red. Hex color #E82153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82153 is #17DEAC. Grayscale: #626262. Windows color (decimal): -1564333 or 5448168. OLE color: 5448168.
HSL color Cylindrical-coordinate representation of color #E82153: hue angle of 344.92º 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 #E82153 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 83 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.09 |
| HSL | 344.92º | 0.81% | 0.52% | - |
| HSV(B) | 344.92º | 0.86% | 0.91% | - |
| XYZ | 35.38 | 18.87 | 9.96 | - |
| YUV | 98.2 | 119.43 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 83 | 0 | 0.86 | 0.64 | 0.09 | 344.92 | 0.81 | 0.52 |
| Hex | E8 | 21 | 53 | 0 | 56 | 40 | 9 | 159 | 51 | 34 |
| Octal | 350 | 41 | 123 | 0 | 126 | 100 | 11 | 531 | 121 | 64 |
| Binary | 11101000 | 100001 | 1010011 | 0 | 1010110 | 1000000 | 1001 | 101011001 | 1010001 | 110100 |
Color Harmonies of #E82153
Complementary color
Monochromatic Colors of #E82153
Black with #E82153
Text Example
Text Example
White with #E82153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82153; }
p { color: rgb(232,33,83); }
H1.HeaderClassName
{
color: #E82153;
}
.AnyTagClassName
{
color: #E82153;
}
</style>
background-color css
<style>
a { background-color: #E82153; }
a { background-color: rgb(232,33,83); }
div.DivClassName
{
background-color: #E82153;
}
.BgClassName
{
background-color: #E82153;
}
</style>
border-color css
<style>
span { border-color: #E82153; }
span { border-color: rgb(232,33,83); }
td.TdClassName
{
border-color: #E82153;
}
.TagClassName
{
border-color: #E82153;
}
</style>