Shades of Amaranth #E02E52
Tints of Amaranth #E02E52
RGB
CMYK
RGB Variations
Color information
#E02E52 (or 0xE02E52) is known color: Amaranth. HEX triplet: E0, 2E and 52. RGB value is (224,46,82). Sum of RGB (Red+Green+Blue) = 224+46+82=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E52 is #1FD1AD. Grayscale: #676767. Windows color (decimal): -2085294 or 5385952. OLE color: 5385952.
HSL color Cylindrical-coordinate representation of color #E02E52: hue angle of 347.87º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02E52 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 82 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.12 |
| HSL | 347.87º | 0.74% | 0.53% | - |
| HSV(B) | 347.87º | 0.79% | 0.88% | - |
| XYZ | 33.24 | 18.41 | 9.78 | - |
| YUV | 103.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 82 | 0 | 0.79 | 0.63 | 0.12 | 347.87 | 0.74 | 0.53 |
| Hex | E0 | 2E | 52 | 0 | 4F | 3F | C | 15C | 4A | 35 |
| Octal | 340 | 56 | 122 | 0 | 117 | 77 | 14 | 534 | 112 | 65 |
| Binary | 11100000 | 101110 | 1010010 | 0 | 1001111 | 111111 | 1100 | 101011100 | 1001010 | 110101 |
Color Harmonies of #E02E52
Complementary color
Monochromatic Colors of #E02E52
Black with #E02E52
Text Example
Text Example
White with #E02E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E52; }
p { color: rgb(224,46,82); }
H1.HeaderClassName
{
color: #E02E52;
}
.AnyTagClassName
{
color: #E02E52;
}
</style>
background-color css
<style>
a { background-color: #E02E52; }
a { background-color: rgb(224,46,82); }
div.DivClassName
{
background-color: #E02E52;
}
.BgClassName
{
background-color: #E02E52;
}
</style>
border-color css
<style>
span { border-color: #E02E52; }
span { border-color: rgb(224,46,82); }
td.TdClassName
{
border-color: #E02E52;
}
.TagClassName
{
border-color: #E02E52;
}
</style>