Shades of Amaranth #E81C53
Tints of Amaranth #E81C53
RGB
CMYK
RGB Variations
Color information
#E81C53 (or 0xE81C53) is known color: Amaranth. HEX triplet: E8, 1C and 53. RGB value is (232,28,83). Sum of RGB (Red+Green+Blue) = 232+28+83=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C53 is #17E3AC. Grayscale: #5F5F5F. Windows color (decimal): -1565613 or 5446888. OLE color: 5446888.
HSL color Cylindrical-coordinate representation of color #E81C53: hue angle of 343.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C53 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 83 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.09 |
| HSL | 343.82º | 0.82% | 0.51% | - |
| HSV(B) | 343.82º | 0.88% | 0.91% | - |
| XYZ | 35.26 | 18.61 | 9.92 | - |
| YUV | 95.27 | 121.09 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 83 | 0 | 0.88 | 0.64 | 0.09 | 343.82 | 0.82 | 0.51 |
| Hex | E8 | 1C | 53 | 0 | 58 | 40 | 9 | 158 | 52 | 33 |
| Octal | 350 | 34 | 123 | 0 | 130 | 100 | 11 | 530 | 122 | 63 |
| Binary | 11101000 | 11100 | 1010011 | 0 | 1011000 | 1000000 | 1001 | 101011000 | 1010010 | 110011 |
Color Harmonies of #E81C53
Complementary color
Monochromatic Colors of #E81C53
Black with #E81C53
Text Example
Text Example
White with #E81C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C53; }
p { color: rgb(232,28,83); }
H1.HeaderClassName
{
color: #E81C53;
}
.AnyTagClassName
{
color: #E81C53;
}
</style>
background-color css
<style>
a { background-color: #E81C53; }
a { background-color: rgb(232,28,83); }
div.DivClassName
{
background-color: #E81C53;
}
.BgClassName
{
background-color: #E81C53;
}
</style>
border-color css
<style>
span { border-color: #E81C53; }
span { border-color: rgb(232,28,83); }
td.TdClassName
{
border-color: #E81C53;
}
.TagClassName
{
border-color: #E81C53;
}
</style>