Shades of Amaranth #E03651
Tints of Amaranth #E03651
RGB
CMYK
RGB Variations
Color information
#E03651 (or 0xE03651) is known color: Amaranth. HEX triplet: E0, 36 and 51. RGB value is (224,54,81). Sum of RGB (Red+Green+Blue) = 224+54+81=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E03651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03651 is #1FC9AE. Grayscale: #6B6B6B. Windows color (decimal): -2083247 or 5322464. OLE color: 5322464.
HSL color Cylindrical-coordinate representation of color #E03651: hue angle of 350.47º 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 #E03651 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 81 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.12 |
| HSL | 350.47º | 0.73% | 0.55% | - |
| HSV(B) | 350.47º | 0.76% | 0.88% | - |
| XYZ | 33.54 | 19.08 | 9.7 | - |
| YUV | 107.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 81 | 0 | 0.76 | 0.64 | 0.12 | 350.47 | 0.73 | 0.55 |
| Hex | E0 | 36 | 51 | 0 | 4C | 40 | C | 15E | 49 | 37 |
| Octal | 340 | 66 | 121 | 0 | 114 | 100 | 14 | 536 | 111 | 67 |
| Binary | 11100000 | 110110 | 1010001 | 0 | 1001100 | 1000000 | 1100 | 101011110 | 1001001 | 110111 |
Color Harmonies of #E03651
Complementary color
Monochromatic Colors of #E03651
Black with #E03651
Text Example
Text Example
White with #E03651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03651; }
p { color: rgb(224,54,81); }
H1.HeaderClassName
{
color: #E03651;
}
.AnyTagClassName
{
color: #E03651;
}
</style>
background-color css
<style>
a { background-color: #E03651; }
a { background-color: rgb(224,54,81); }
div.DivClassName
{
background-color: #E03651;
}
.BgClassName
{
background-color: #E03651;
}
</style>
border-color css
<style>
span { border-color: #E03651; }
span { border-color: rgb(224,54,81); }
td.TdClassName
{
border-color: #E03651;
}
.TagClassName
{
border-color: #E03651;
}
</style>