Shades of Amaranth #E03656
Tints of Amaranth #E03656
RGB
CMYK
RGB Variations
Color information
#E03656 (or 0xE03656) is known color: Amaranth. HEX triplet: E0, 36 and 56. RGB value is (224,54,86). Sum of RGB (Red+Green+Blue) = 224+54+86=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E03656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03656 is #1FC9A9. Grayscale: #6C6C6C. Windows color (decimal): -2083242 or 5650144. OLE color: 5650144.
HSL color Cylindrical-coordinate representation of color #E03656: hue angle of 348.71º 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 #E03656 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 86 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.12 |
| HSL | 348.71º | 0.73% | 0.55% | - |
| HSV(B) | 348.71º | 0.76% | 0.88% | - |
| XYZ | 33.74 | 19.16 | 10.72 | - |
| YUV | 108.48 | 115.32 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 86 | 0 | 0.76 | 0.62 | 0.12 | 348.71 | 0.73 | 0.55 |
| Hex | E0 | 36 | 56 | 0 | 4C | 3E | C | 15D | 49 | 37 |
| Octal | 340 | 66 | 126 | 0 | 114 | 76 | 14 | 535 | 111 | 67 |
| Binary | 11100000 | 110110 | 1010110 | 0 | 1001100 | 111110 | 1100 | 101011101 | 1001001 | 110111 |
Color Harmonies of #E03656
Complementary color
Monochromatic Colors of #E03656
Black with #E03656
Text Example
Text Example
White with #E03656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03656; }
p { color: rgb(224,54,86); }
H1.HeaderClassName
{
color: #E03656;
}
.AnyTagClassName
{
color: #E03656;
}
</style>
background-color css
<style>
a { background-color: #E03656; }
a { background-color: rgb(224,54,86); }
div.DivClassName
{
background-color: #E03656;
}
.BgClassName
{
background-color: #E03656;
}
</style>
border-color css
<style>
span { border-color: #E03656; }
span { border-color: rgb(224,54,86); }
td.TdClassName
{
border-color: #E03656;
}
.TagClassName
{
border-color: #E03656;
}
</style>