Shades of Amaranth #E81D51
Tints of Amaranth #E81D51
RGB
CMYK
RGB Variations
Color information
#E81D51 (or 0xE81D51) is known color: Amaranth. HEX triplet: E8, 1D and 51. RGB value is (232,29,81). Sum of RGB (Red+Green+Blue) = 232+29+81=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D51 is #17E2AE. Grayscale: #5F5F5F. Windows color (decimal): -1565359 or 5316072. OLE color: 5316072.
HSL color Cylindrical-coordinate representation of color #E81D51: hue angle of 344.63º 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 #E81D51 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 29 | 81 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.09 |
| HSL | 344.63º | 0.82% | 0.51% | - |
| HSV(B) | 344.63º | 0.88% | 0.91% | - |
| XYZ | 35.2 | 18.63 | 9.52 | - |
| YUV | 95.63 | 119.75 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 29 | 81 | 0 | 0.88 | 0.65 | 0.09 | 344.63 | 0.82 | 0.51 |
| Hex | E8 | 1D | 51 | 0 | 58 | 41 | 9 | 159 | 52 | 33 |
| Octal | 350 | 35 | 121 | 0 | 130 | 101 | 11 | 531 | 122 | 63 |
| Binary | 11101000 | 11101 | 1010001 | 0 | 1011000 | 1000001 | 1001 | 101011001 | 1010010 | 110011 |
Color Harmonies of #E81D51
Complementary color
Monochromatic Colors of #E81D51
Black with #E81D51
Text Example
Text Example
White with #E81D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81D51; }
p { color: rgb(232,29,81); }
H1.HeaderClassName
{
color: #E81D51;
}
.AnyTagClassName
{
color: #E81D51;
}
</style>
background-color css
<style>
a { background-color: #E81D51; }
a { background-color: rgb(232,29,81); }
div.DivClassName
{
background-color: #E81D51;
}
.BgClassName
{
background-color: #E81D51;
}
</style>
border-color css
<style>
span { border-color: #E81D51; }
span { border-color: rgb(232,29,81); }
td.TdClassName
{
border-color: #E81D51;
}
.TagClassName
{
border-color: #E81D51;
}
</style>