Shades of Amaranth #E0254A
Tints of Amaranth #E0254A
RGB
CMYK
RGB Variations
Color information
#E0254A (or 0xE0254A) is known color: Amaranth. HEX triplet: E0, 25 and 4A. RGB value is (224,37,74). Sum of RGB (Red+Green+Blue) = 224+37+74=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0254A is #1FDAB5. Grayscale: #616161. Windows color (decimal): -2087606 or 4859360. OLE color: 4859360.
HSL color Cylindrical-coordinate representation of color #E0254A: hue angle of 348.13º 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 #E0254A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 37 | 74 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.12 |
| HSL | 348.13º | 0.75% | 0.51% | - |
| HSV(B) | 348.13º | 0.83% | 0.88% | - |
| XYZ | 32.64 | 17.66 | 8.17 | - |
| YUV | 97.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 37 | 74 | 0 | 0.83 | 0.67 | 0.12 | 348.13 | 0.75 | 0.51 |
| Hex | E0 | 25 | 4A | 0 | 53 | 43 | C | 15C | 4B | 33 |
| Octal | 340 | 45 | 112 | 0 | 123 | 103 | 14 | 534 | 113 | 63 |
| Binary | 11100000 | 100101 | 1001010 | 0 | 1010011 | 1000011 | 1100 | 101011100 | 1001011 | 110011 |
Color Harmonies of #E0254A
Complementary color
Monochromatic Colors of #E0254A
Black with #E0254A
Text Example
Text Example
White with #E0254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0254A; }
p { color: rgb(224,37,74); }
H1.HeaderClassName
{
color: #E0254A;
}
.AnyTagClassName
{
color: #E0254A;
}
</style>
background-color css
<style>
a { background-color: #E0254A; }
a { background-color: rgb(224,37,74); }
div.DivClassName
{
background-color: #E0254A;
}
.BgClassName
{
background-color: #E0254A;
}
</style>
border-color css
<style>
span { border-color: #E0254A; }
span { border-color: rgb(224,37,74); }
td.TdClassName
{
border-color: #E0254A;
}
.TagClassName
{
border-color: #E0254A;
}
</style>