Shades of Amaranth #E03F4F
Tints of Amaranth #E03F4F
RGB
CMYK
RGB Variations
Color information
#E03F4F (or 0xE03F4F) is known color: Amaranth. HEX triplet: E0, 3F and 4F. RGB value is (224,63,79). Sum of RGB (Red+Green+Blue) = 224+63+79=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F4F is #1FC0B0. Grayscale: #717171. Windows color (decimal): -2080945 or 5193696. OLE color: 5193696.
HSL color Cylindrical-coordinate representation of color #E03F4F: hue angle of 354.04º 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 #E03F4F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 79 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.12 |
| HSL | 354.04º | 0.72% | 0.56% | - |
| HSV(B) | 354.04º | 0.72% | 0.88% | - |
| XYZ | 33.93 | 19.97 | 9.46 | - |
| YUV | 112.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 79 | 0 | 0.72 | 0.65 | 0.12 | 354.04 | 0.72 | 0.56 |
| Hex | E0 | 3F | 4F | 0 | 48 | 41 | C | 162 | 48 | 38 |
| Octal | 340 | 77 | 117 | 0 | 110 | 101 | 14 | 542 | 110 | 70 |
| Binary | 11100000 | 111111 | 1001111 | 0 | 1001000 | 1000001 | 1100 | 101100010 | 1001000 | 111000 |
Color Harmonies of #E03F4F
Complementary color
Monochromatic Colors of #E03F4F
Black with #E03F4F
Text Example
Text Example
White with #E03F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F4F; }
p { color: rgb(224,63,79); }
H1.HeaderClassName
{
color: #E03F4F;
}
.AnyTagClassName
{
color: #E03F4F;
}
</style>
background-color css
<style>
a { background-color: #E03F4F; }
a { background-color: rgb(224,63,79); }
div.DivClassName
{
background-color: #E03F4F;
}
.BgClassName
{
background-color: #E03F4F;
}
</style>
border-color css
<style>
span { border-color: #E03F4F; }
span { border-color: rgb(224,63,79); }
td.TdClassName
{
border-color: #E03F4F;
}
.TagClassName
{
border-color: #E03F4F;
}
</style>