Shades of Amaranth #E84052
Tints of Amaranth #E84052
RGB
CMYK
RGB Variations
Color information
#E84052 (or 0xE84052) is known color: Amaranth. HEX triplet: E8, 40 and 52. RGB value is (232,64,82). Sum of RGB (Red+Green+Blue) = 232+64+82=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E84052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84052 is #17BFAD. Grayscale: #747474. Windows color (decimal): -1556398 or 5390568. OLE color: 5390568.
HSL color Cylindrical-coordinate representation of color #E84052: hue angle of 353.57º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E84052 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 82 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.09 |
| HSL | 353.57º | 0.79% | 0.58% | - |
| HSV(B) | 353.57º | 0.72% | 0.91% | - |
| XYZ | 36.64 | 21.43 | 10.19 | - |
| YUV | 116.28 | 108.66 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 82 | 0 | 0.72 | 0.65 | 0.09 | 353.57 | 0.79 | 0.58 |
| Hex | E8 | 40 | 52 | 0 | 48 | 41 | 9 | 162 | 4F | 3A |
| Octal | 350 | 100 | 122 | 0 | 110 | 101 | 11 | 542 | 117 | 72 |
| Binary | 11101000 | 1000000 | 1010010 | 0 | 1001000 | 1000001 | 1001 | 101100010 | 1001111 | 111010 |
Color Harmonies of #E84052
Complementary color
Monochromatic Colors of #E84052
Black with #E84052
Text Example
Text Example
White with #E84052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84052; }
p { color: rgb(232,64,82); }
H1.HeaderClassName
{
color: #E84052;
}
.AnyTagClassName
{
color: #E84052;
}
</style>
background-color css
<style>
a { background-color: #E84052; }
a { background-color: rgb(232,64,82); }
div.DivClassName
{
background-color: #E84052;
}
.BgClassName
{
background-color: #E84052;
}
</style>
border-color css
<style>
span { border-color: #E84052; }
span { border-color: rgb(232,64,82); }
td.TdClassName
{
border-color: #E84052;
}
.TagClassName
{
border-color: #E84052;
}
</style>