Shades of Amaranth #E02A4D
Tints of Amaranth #E02A4D
RGB
CMYK
RGB Variations
Color information
#E02A4D (or 0xE02A4D) is known color: Amaranth. HEX triplet: E0, 2A and 4D. RGB value is (224,42,77). Sum of RGB (Red+Green+Blue) = 224+42+77=343 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.31% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A4D is #1FD5B2. Grayscale: #646464. Windows color (decimal): -2086323 or 5057248. OLE color: 5057248.
HSL color Cylindrical-coordinate representation of color #E02A4D: hue angle of 348.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A4D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 77 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.12 |
| HSL | 348.46º | 0.75% | 0.52% | - |
| HSV(B) | 348.46º | 0.81% | 0.88% | - |
| XYZ | 32.91 | 18.04 | 8.77 | - |
| YUV | 100.41 | 114.8 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 77 | 0 | 0.81 | 0.66 | 0.12 | 348.46 | 0.75 | 0.52 |
| Hex | E0 | 2A | 4D | 0 | 51 | 42 | C | 15C | 4B | 34 |
| Octal | 340 | 52 | 115 | 0 | 121 | 102 | 14 | 534 | 113 | 64 |
| Binary | 11100000 | 101010 | 1001101 | 0 | 1010001 | 1000010 | 1100 | 101011100 | 1001011 | 110100 |
Color Harmonies of #E02A4D
Complementary color
Monochromatic Colors of #E02A4D
Black with #E02A4D
Text Example
Text Example
White with #E02A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A4D; }
p { color: rgb(224,42,77); }
H1.HeaderClassName
{
color: #E02A4D;
}
.AnyTagClassName
{
color: #E02A4D;
}
</style>
background-color css
<style>
a { background-color: #E02A4D; }
a { background-color: rgb(224,42,77); }
div.DivClassName
{
background-color: #E02A4D;
}
.BgClassName
{
background-color: #E02A4D;
}
</style>
border-color css
<style>
span { border-color: #E02A4D; }
span { border-color: rgb(224,42,77); }
td.TdClassName
{
border-color: #E02A4D;
}
.TagClassName
{
border-color: #E02A4D;
}
</style>