Shades of Amaranth #E03644
Tints of Amaranth #E03644
RGB
CMYK
RGB Variations
Color information
#E03644 (or 0xE03644) is known color: Amaranth. HEX triplet: E0, 36 and 44. RGB value is (224,54,68). Sum of RGB (Red+Green+Blue) = 224+54+68=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E03644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03644 is #1FC9BB. Grayscale: #6A6A6A. Windows color (decimal): -2083260 or 4470496. OLE color: 4470496.
HSL color Cylindrical-coordinate representation of color #E03644: hue angle of 355.06º 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 #E03644 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 68 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.12 |
| HSL | 355.06º | 0.73% | 0.55% | - |
| HSV(B) | 355.06º | 0.76% | 0.88% | - |
| XYZ | 33.1 | 18.9 | 7.37 | - |
| YUV | 106.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 68 | 0 | 0.76 | 0.70 | 0.12 | 355.06 | 0.73 | 0.55 |
| Hex | E0 | 36 | 44 | 0 | 4C | 46 | C | 163 | 49 | 37 |
| Octal | 340 | 66 | 104 | 0 | 114 | 106 | 14 | 543 | 111 | 67 |
| Binary | 11100000 | 110110 | 1000100 | 0 | 1001100 | 1000110 | 1100 | 101100011 | 1001001 | 110111 |
Color Harmonies of #E03644
Complementary color
Monochromatic Colors of #E03644
Black with #E03644
Text Example
Text Example
White with #E03644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03644; }
p { color: rgb(224,54,68); }
H1.HeaderClassName
{
color: #E03644;
}
.AnyTagClassName
{
color: #E03644;
}
</style>
background-color css
<style>
a { background-color: #E03644; }
a { background-color: rgb(224,54,68); }
div.DivClassName
{
background-color: #E03644;
}
.BgClassName
{
background-color: #E03644;
}
</style>
border-color css
<style>
span { border-color: #E03644; }
span { border-color: rgb(224,54,68); }
td.TdClassName
{
border-color: #E03644;
}
.TagClassName
{
border-color: #E03644;
}
</style>