Shades of Amaranth #E03C44
Tints of Amaranth #E03C44
RGB
CMYK
RGB Variations
Color information
#E03C44 (or 0xE03C44) is known color: Amaranth. HEX triplet: E0, 3C and 44. RGB value is (224,60,68). Sum of RGB (Red+Green+Blue) = 224+60+68=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C44 is #1FC3BB. Grayscale: #6E6E6E. Windows color (decimal): -2081724 or 4472032. OLE color: 4472032.
HSL color Cylindrical-coordinate representation of color #E03C44: hue angle of 357.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03C44 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 68 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.12 |
| HSL | 357.07º | 0.73% | 0.56% | - |
| HSV(B) | 357.07º | 0.73% | 0.88% | - |
| XYZ | 33.4 | 19.5 | 7.47 | - |
| YUV | 109.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 68 | 0 | 0.73 | 0.70 | 0.12 | 357.07 | 0.73 | 0.56 |
| Hex | E0 | 3C | 44 | 0 | 49 | 46 | C | 165 | 49 | 38 |
| Octal | 340 | 74 | 104 | 0 | 111 | 106 | 14 | 545 | 111 | 70 |
| Binary | 11100000 | 111100 | 1000100 | 0 | 1001001 | 1000110 | 1100 | 101100101 | 1001001 | 111000 |
Color Harmonies of #E03C44
Complementary color
Monochromatic Colors of #E03C44
Black with #E03C44
Text Example
Text Example
White with #E03C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C44; }
p { color: rgb(224,60,68); }
H1.HeaderClassName
{
color: #E03C44;
}
.AnyTagClassName
{
color: #E03C44;
}
</style>
background-color css
<style>
a { background-color: #E03C44; }
a { background-color: rgb(224,60,68); }
div.DivClassName
{
background-color: #E03C44;
}
.BgClassName
{
background-color: #E03C44;
}
</style>
border-color css
<style>
span { border-color: #E03C44; }
span { border-color: rgb(224,60,68); }
td.TdClassName
{
border-color: #E03C44;
}
.TagClassName
{
border-color: #E03C44;
}
</style>