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