Shades of Amaranth #E02247
Tints of Amaranth #E02247
RGB
CMYK
RGB Variations
Color information
#E02247 (or 0xE02247) is known color: Amaranth. HEX triplet: E0, 22 and 47. RGB value is (224,34,71). Sum of RGB (Red+Green+Blue) = 224+34+71=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02247 is #1FDDB8. Grayscale: #5F5F5F. Windows color (decimal): -2088377 or 4661984. OLE color: 4661984.
HSL color Cylindrical-coordinate representation of color #E02247: hue angle of 348.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02247 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 34 | 71 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.12 |
| HSL | 348.32º | 0.75% | 0.51% | - |
| HSV(B) | 348.32º | 0.85% | 0.88% | - |
| XYZ | 32.45 | 17.45 | 7.62 | - |
| YUV | 95.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 34 | 71 | 0 | 0.85 | 0.68 | 0.12 | 348.32 | 0.75 | 0.51 |
| Hex | E0 | 22 | 47 | 0 | 55 | 44 | C | 15C | 4B | 33 |
| Octal | 340 | 42 | 107 | 0 | 125 | 104 | 14 | 534 | 113 | 63 |
| Binary | 11100000 | 100010 | 1000111 | 0 | 1010101 | 1000100 | 1100 | 101011100 | 1001011 | 110011 |
Color Harmonies of #E02247
Complementary color
Monochromatic Colors of #E02247
Black with #E02247
Text Example
Text Example
White with #E02247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02247; }
p { color: rgb(224,34,71); }
H1.HeaderClassName
{
color: #E02247;
}
.AnyTagClassName
{
color: #E02247;
}
</style>
background-color css
<style>
a { background-color: #E02247; }
a { background-color: rgb(224,34,71); }
div.DivClassName
{
background-color: #E02247;
}
.BgClassName
{
background-color: #E02247;
}
</style>
border-color css
<style>
span { border-color: #E02247; }
span { border-color: rgb(224,34,71); }
td.TdClassName
{
border-color: #E02247;
}
.TagClassName
{
border-color: #E02247;
}
</style>