Shades of Amaranth #E01F4D
Tints of Amaranth #E01F4D
RGB
CMYK
RGB Variations
Color information
#E01F4D (or 0xE01F4D) is known color: Amaranth. HEX triplet: E0, 1F and 4D. RGB value is (224,31,77). Sum of RGB (Red+Green+Blue) = 224+31+77=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01F4D is #1FE0B2. Grayscale: #5D5D5D. Windows color (decimal): -2089139 or 5054432. OLE color: 5054432.
HSL color Cylindrical-coordinate representation of color #E01F4D: hue angle of 345.7º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F4D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 77 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.12 |
| HSL | 345.7º | 0.76% | 0.5% | - |
| HSV(B) | 345.7º | 0.86% | 0.88% | - |
| XYZ | 32.57 | 17.36 | 8.66 | - |
| YUV | 93.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 77 | 0 | 0.86 | 0.66 | 0.12 | 345.7 | 0.76 | 0.5 |
| Hex | E0 | 1F | 4D | 0 | 56 | 42 | C | 15A | 4C | 32 |
| Octal | 340 | 37 | 115 | 0 | 126 | 102 | 14 | 532 | 114 | 62 |
| Binary | 11100000 | 11111 | 1001101 | 0 | 1010110 | 1000010 | 1100 | 101011010 | 1001100 | 110010 |
Color Harmonies of #E01F4D
Complementary color
Monochromatic Colors of #E01F4D
Black with #E01F4D
Text Example
Text Example
White with #E01F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F4D; }
p { color: rgb(224,31,77); }
H1.HeaderClassName
{
color: #E01F4D;
}
.AnyTagClassName
{
color: #E01F4D;
}
</style>
background-color css
<style>
a { background-color: #E01F4D; }
a { background-color: rgb(224,31,77); }
div.DivClassName
{
background-color: #E01F4D;
}
.BgClassName
{
background-color: #E01F4D;
}
</style>
border-color css
<style>
span { border-color: #E01F4D; }
span { border-color: rgb(224,31,77); }
td.TdClassName
{
border-color: #E01F4D;
}
.TagClassName
{
border-color: #E01F4D;
}
</style>