Shades of Amaranth #E81C4E
Tints of Amaranth #E81C4E
RGB
CMYK
RGB Variations
Color information
#E81C4E (or 0xE81C4E) is known color: Amaranth. HEX triplet: E8, 1C and 4E. RGB value is (232,28,78). Sum of RGB (Red+Green+Blue) = 232+28+78=338 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.64% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81C4E is #17E3B1. Grayscale: #5E5E5E. Windows color (decimal): -1565618 or 5119208. OLE color: 5119208.
HSL color Cylindrical-coordinate representation of color #E81C4E: hue angle of 345.29º 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 #E81C4E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 78 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.09 |
| HSL | 345.29º | 0.82% | 0.51% | - |
| HSV(B) | 345.29º | 0.88% | 0.91% | - |
| XYZ | 35.07 | 18.54 | 8.94 | - |
| YUV | 94.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 78 | 0 | 0.88 | 0.66 | 0.09 | 345.29 | 0.82 | 0.51 |
| Hex | E8 | 1C | 4E | 0 | 58 | 42 | 9 | 159 | 52 | 33 |
| Octal | 350 | 34 | 116 | 0 | 130 | 102 | 11 | 531 | 122 | 63 |
| Binary | 11101000 | 11100 | 1001110 | 0 | 1011000 | 1000010 | 1001 | 101011001 | 1010010 | 110011 |
Color Harmonies of #E81C4E
Complementary color
Monochromatic Colors of #E81C4E
Black with #E81C4E
Text Example
Text Example
White with #E81C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C4E; }
p { color: rgb(232,28,78); }
H1.HeaderClassName
{
color: #E81C4E;
}
.AnyTagClassName
{
color: #E81C4E;
}
</style>
background-color css
<style>
a { background-color: #E81C4E; }
a { background-color: rgb(232,28,78); }
div.DivClassName
{
background-color: #E81C4E;
}
.BgClassName
{
background-color: #E81C4E;
}
</style>
border-color css
<style>
span { border-color: #E81C4E; }
span { border-color: rgb(232,28,78); }
td.TdClassName
{
border-color: #E81C4E;
}
.TagClassName
{
border-color: #E81C4E;
}
</style>