Shades of Amaranth #E03646
Tints of Amaranth #E03646
RGB
CMYK
RGB Variations
Color information
#E03646 (or 0xE03646) is known color: Amaranth. HEX triplet: E0, 36 and 46. RGB value is (224,54,70). Sum of RGB (Red+Green+Blue) = 224+54+70=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E03646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03646 is #1FC9B9. Grayscale: #6A6A6A. Windows color (decimal): -2083258 or 4601568. OLE color: 4601568.
HSL color Cylindrical-coordinate representation of color #E03646: hue angle of 354.35º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E03646 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 70 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.12 |
| HSL | 354.35º | 0.73% | 0.55% | - |
| HSV(B) | 354.35º | 0.76% | 0.88% | - |
| XYZ | 33.17 | 18.93 | 7.7 | - |
| YUV | 106.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 70 | 0 | 0.76 | 0.69 | 0.12 | 354.35 | 0.73 | 0.55 |
| Hex | E0 | 36 | 46 | 0 | 4C | 45 | C | 162 | 49 | 37 |
| Octal | 340 | 66 | 106 | 0 | 114 | 105 | 14 | 542 | 111 | 67 |
| Binary | 11100000 | 110110 | 1000110 | 0 | 1001100 | 1000101 | 1100 | 101100010 | 1001001 | 110111 |
Color Harmonies of #E03646
Complementary color
Monochromatic Colors of #E03646
Black with #E03646
Text Example
Text Example
White with #E03646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03646; }
p { color: rgb(224,54,70); }
H1.HeaderClassName
{
color: #E03646;
}
.AnyTagClassName
{
color: #E03646;
}
</style>
background-color css
<style>
a { background-color: #E03646; }
a { background-color: rgb(224,54,70); }
div.DivClassName
{
background-color: #E03646;
}
.BgClassName
{
background-color: #E03646;
}
</style>
border-color css
<style>
span { border-color: #E03646; }
span { border-color: rgb(224,54,70); }
td.TdClassName
{
border-color: #E03646;
}
.TagClassName
{
border-color: #E03646;
}
</style>