Shades of Amaranth #E02E55
Tints of Amaranth #E02E55
RGB
CMYK
RGB Variations
Color information
#E02E55 (or 0xE02E55) is known color: Amaranth. HEX triplet: E0, 2E and 55. RGB value is (224,46,85). Sum of RGB (Red+Green+Blue) = 224+46+85=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E55 is #1FD1AA. Grayscale: #676767. Windows color (decimal): -2085291 or 5582560. OLE color: 5582560.
HSL color Cylindrical-coordinate representation of color #E02E55: hue angle of 346.85º 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 #E02E55 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 46 | 85 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.12 |
| HSL | 346.85º | 0.74% | 0.53% | - |
| HSV(B) | 346.85º | 0.79% | 0.88% | - |
| XYZ | 33.36 | 18.46 | 10.4 | - |
| YUV | 103.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 46 | 85 | 0 | 0.79 | 0.62 | 0.12 | 346.85 | 0.74 | 0.53 |
| Hex | E0 | 2E | 55 | 0 | 4F | 3E | C | 15B | 4A | 35 |
| Octal | 340 | 56 | 125 | 0 | 117 | 76 | 14 | 533 | 112 | 65 |
| Binary | 11100000 | 101110 | 1010101 | 0 | 1001111 | 111110 | 1100 | 101011011 | 1001010 | 110101 |
Color Harmonies of #E02E55
Complementary color
Monochromatic Colors of #E02E55
Black with #E02E55
Text Example
Text Example
White with #E02E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02E55; }
p { color: rgb(224,46,85); }
H1.HeaderClassName
{
color: #E02E55;
}
.AnyTagClassName
{
color: #E02E55;
}
</style>
background-color css
<style>
a { background-color: #E02E55; }
a { background-color: rgb(224,46,85); }
div.DivClassName
{
background-color: #E02E55;
}
.BgClassName
{
background-color: #E02E55;
}
</style>
border-color css
<style>
span { border-color: #E02E55; }
span { border-color: rgb(224,46,85); }
td.TdClassName
{
border-color: #E02E55;
}
.TagClassName
{
border-color: #E02E55;
}
</style>