Shades of Amaranth #E01A4D
Tints of Amaranth #E01A4D
RGB
CMYK
RGB Variations
Color information
#E01A4D (or 0xE01A4D) is known color: Amaranth. HEX triplet: E0, 1A and 4D. RGB value is (224,26,77). Sum of RGB (Red+Green+Blue) = 224+26+77=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01A4D is #1FE5B2. Grayscale: #5B5B5B. Windows color (decimal): -2090419 or 5053152. OLE color: 5053152.
HSL color Cylindrical-coordinate representation of color #E01A4D: hue angle of 344.55º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01A4D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 77 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.12 |
| HSL | 344.55º | 0.79% | 0.49% | - |
| HSV(B) | 344.55º | 0.88% | 0.88% | - |
| XYZ | 32.45 | 17.12 | 8.62 | - |
| YUV | 91.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 77 | 0 | 0.88 | 0.66 | 0.12 | 344.55 | 0.79 | 0.49 |
| Hex | E0 | 1A | 4D | 0 | 58 | 42 | C | 159 | 4F | 31 |
| Octal | 340 | 32 | 115 | 0 | 130 | 102 | 14 | 531 | 117 | 61 |
| Binary | 11100000 | 11010 | 1001101 | 0 | 1011000 | 1000010 | 1100 | 101011001 | 1001111 | 110001 |
Color Harmonies of #E01A4D
Complementary color
Monochromatic Colors of #E01A4D
Black with #E01A4D
Text Example
Text Example
White with #E01A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01A4D; }
p { color: rgb(224,26,77); }
H1.HeaderClassName
{
color: #E01A4D;
}
.AnyTagClassName
{
color: #E01A4D;
}
</style>
background-color css
<style>
a { background-color: #E01A4D; }
a { background-color: rgb(224,26,77); }
div.DivClassName
{
background-color: #E01A4D;
}
.BgClassName
{
background-color: #E01A4D;
}
</style>
border-color css
<style>
span { border-color: #E01A4D; }
span { border-color: rgb(224,26,77); }
td.TdClassName
{
border-color: #E01A4D;
}
.TagClassName
{
border-color: #E01A4D;
}
</style>