Shades of Amaranth #E03F44
Tints of Amaranth #E03F44
RGB
CMYK
RGB Variations
Color information
#E03F44 (or 0xE03F44) is known color: Amaranth. HEX triplet: E0, 3F and 44. RGB value is (224,63,68). Sum of RGB (Red+Green+Blue) = 224+63+68=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F44 is #1FC0BB. Grayscale: #6F6F6F. Windows color (decimal): -2080956 or 4472800. OLE color: 4472800.
HSL color Cylindrical-coordinate representation of color #E03F44: hue angle of 358.14º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F44 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 68 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.12 |
| HSL | 358.14º | 0.72% | 0.56% | - |
| HSV(B) | 358.14º | 0.72% | 0.88% | - |
| XYZ | 33.56 | 19.82 | 7.53 | - |
| YUV | 111.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 68 | 0 | 0.72 | 0.70 | 0.12 | 358.14 | 0.72 | 0.56 |
| Hex | E0 | 3F | 44 | 0 | 48 | 46 | C | 166 | 48 | 38 |
| Octal | 340 | 77 | 104 | 0 | 110 | 106 | 14 | 546 | 110 | 70 |
| Binary | 11100000 | 111111 | 1000100 | 0 | 1001000 | 1000110 | 1100 | 101100110 | 1001000 | 111000 |
Color Harmonies of #E03F44
Complementary color
Monochromatic Colors of #E03F44
Black with #E03F44
Text Example
Text Example
White with #E03F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F44; }
p { color: rgb(224,63,68); }
H1.HeaderClassName
{
color: #E03F44;
}
.AnyTagClassName
{
color: #E03F44;
}
</style>
background-color css
<style>
a { background-color: #E03F44; }
a { background-color: rgb(224,63,68); }
div.DivClassName
{
background-color: #E03F44;
}
.BgClassName
{
background-color: #E03F44;
}
</style>
border-color css
<style>
span { border-color: #E03F44; }
span { border-color: rgb(224,63,68); }
td.TdClassName
{
border-color: #E03F44;
}
.TagClassName
{
border-color: #E03F44;
}
</style>