Shades of Amaranth #E03654
Tints of Amaranth #E03654
RGB
CMYK
RGB Variations
Color information
#E03654 (or 0xE03654) is known color: Amaranth. HEX triplet: E0, 36 and 54. RGB value is (224,54,84). Sum of RGB (Red+Green+Blue) = 224+54+84=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E03654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03654 is #1FC9AB. Grayscale: #6C6C6C. Windows color (decimal): -2083244 or 5519072. OLE color: 5519072.
HSL color Cylindrical-coordinate representation of color #E03654: hue angle of 349.41º 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 #E03654 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 84 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.12 |
| HSL | 349.41º | 0.73% | 0.55% | - |
| HSV(B) | 349.41º | 0.76% | 0.88% | - |
| XYZ | 33.66 | 19.13 | 10.31 | - |
| YUV | 108.25 | 114.32 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 84 | 0 | 0.76 | 0.62 | 0.12 | 349.41 | 0.73 | 0.55 |
| Hex | E0 | 36 | 54 | 0 | 4C | 3E | C | 15D | 49 | 37 |
| Octal | 340 | 66 | 124 | 0 | 114 | 76 | 14 | 535 | 111 | 67 |
| Binary | 11100000 | 110110 | 1010100 | 0 | 1001100 | 111110 | 1100 | 101011101 | 1001001 | 110111 |
Color Harmonies of #E03654
Complementary color
Monochromatic Colors of #E03654
Black with #E03654
Text Example
Text Example
White with #E03654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03654; }
p { color: rgb(224,54,84); }
H1.HeaderClassName
{
color: #E03654;
}
.AnyTagClassName
{
color: #E03654;
}
</style>
background-color css
<style>
a { background-color: #E03654; }
a { background-color: rgb(224,54,84); }
div.DivClassName
{
background-color: #E03654;
}
.BgClassName
{
background-color: #E03654;
}
</style>
border-color css
<style>
span { border-color: #E03654; }
span { border-color: rgb(224,54,84); }
td.TdClassName
{
border-color: #E03654;
}
.TagClassName
{
border-color: #E03654;
}
</style>