Shades of Amaranth #E81C51
Tints of Amaranth #E81C51
RGB
CMYK
RGB Variations
Color information
#E81C51 (or 0xE81C51) is known color: Amaranth. HEX triplet: E8, 1C and 51. RGB value is (232,28,81). Sum of RGB (Red+Green+Blue) = 232+28+81=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C51 is #17E3AE. Grayscale: #5F5F5F. Windows color (decimal): -1565615 or 5315816. OLE color: 5315816.
HSL color Cylindrical-coordinate representation of color #E81C51: hue angle of 344.41º 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 #E81C51 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 81 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.09 |
| HSL | 344.41º | 0.82% | 0.51% | - |
| HSV(B) | 344.41º | 0.88% | 0.91% | - |
| XYZ | 35.18 | 18.58 | 9.52 | - |
| YUV | 95.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 81 | 0 | 0.88 | 0.65 | 0.09 | 344.41 | 0.82 | 0.51 |
| Hex | E8 | 1C | 51 | 0 | 58 | 41 | 9 | 158 | 52 | 33 |
| Octal | 350 | 34 | 121 | 0 | 130 | 101 | 11 | 530 | 122 | 63 |
| Binary | 11101000 | 11100 | 1010001 | 0 | 1011000 | 1000001 | 1001 | 101011000 | 1010010 | 110011 |
Color Harmonies of #E81C51
Complementary color
Monochromatic Colors of #E81C51
Black with #E81C51
Text Example
Text Example
White with #E81C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C51; }
p { color: rgb(232,28,81); }
H1.HeaderClassName
{
color: #E81C51;
}
.AnyTagClassName
{
color: #E81C51;
}
</style>
background-color css
<style>
a { background-color: #E81C51; }
a { background-color: rgb(232,28,81); }
div.DivClassName
{
background-color: #E81C51;
}
.BgClassName
{
background-color: #E81C51;
}
</style>
border-color css
<style>
span { border-color: #E81C51; }
span { border-color: rgb(232,28,81); }
td.TdClassName
{
border-color: #E81C51;
}
.TagClassName
{
border-color: #E81C51;
}
</style>