Shades of Amaranth #E0254D
Tints of Amaranth #E0254D
RGB
CMYK
RGB Variations
Color information
#E0254D (or 0xE0254D) is known color: Amaranth. HEX triplet: E0, 25 and 4D. RGB value is (224,37,77). Sum of RGB (Red+Green+Blue) = 224+37+77=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E0254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0254D is #1FDAB2. Grayscale: #616161. Windows color (decimal): -2087603 or 5055968. OLE color: 5055968.
HSL color Cylindrical-coordinate representation of color #E0254D: hue angle of 347.17º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0254D is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 77 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.12 |
| HSL | 347.17º | 0.75% | 0.51% | - |
| HSV(B) | 347.17º | 0.83% | 0.88% | - |
| XYZ | 32.74 | 17.71 | 8.71 | - |
| YUV | 97.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 77 | 0 | 0.83 | 0.66 | 0.12 | 347.17 | 0.75 | 0.51 |
| Hex | E0 | 25 | 4D | 0 | 53 | 42 | C | 15B | 4B | 33 |
| Octal | 340 | 45 | 115 | 0 | 123 | 102 | 14 | 533 | 113 | 63 |
| Binary | 11100000 | 100101 | 1001101 | 0 | 1010011 | 1000010 | 1100 | 101011011 | 1001011 | 110011 |
Color Harmonies of #E0254D
Complementary color
Monochromatic Colors of #E0254D
Black with #E0254D
Text Example
Text Example
White with #E0254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0254D; }
p { color: rgb(224,37,77); }
H1.HeaderClassName
{
color: #E0254D;
}
.AnyTagClassName
{
color: #E0254D;
}
</style>
background-color css
<style>
a { background-color: #E0254D; }
a { background-color: rgb(224,37,77); }
div.DivClassName
{
background-color: #E0254D;
}
.BgClassName
{
background-color: #E0254D;
}
</style>
border-color css
<style>
span { border-color: #E0254D; }
span { border-color: rgb(224,37,77); }
td.TdClassName
{
border-color: #E0254D;
}
.TagClassName
{
border-color: #E0254D;
}
</style>