Shades of Amaranth #E01C51
Tints of Amaranth #E01C51
RGB
CMYK
RGB Variations
Color information
#E01C51 (or 0xE01C51) is known color: Amaranth. HEX triplet: E0, 1C and 51. RGB value is (224,28,81). Sum of RGB (Red+Green+Blue) = 224+28+81=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C51 is #1FE3AE. Grayscale: #5C5C5C. Windows color (decimal): -2089903 or 5315808. OLE color: 5315808.
HSL color Cylindrical-coordinate representation of color #E01C51: hue angle of 343.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C51 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 81 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.12 |
| HSL | 343.78º | 0.78% | 0.49% | - |
| HSV(B) | 343.78º | 0.88% | 0.88% | - |
| XYZ | 32.64 | 17.27 | 9.4 | - |
| YUV | 92.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 81 | 0 | 0.88 | 0.64 | 0.12 | 343.78 | 0.78 | 0.49 |
| Hex | E0 | 1C | 51 | 0 | 58 | 40 | C | 158 | 4E | 31 |
| Octal | 340 | 34 | 121 | 0 | 130 | 100 | 14 | 530 | 116 | 61 |
| Binary | 11100000 | 11100 | 1010001 | 0 | 1011000 | 1000000 | 1100 | 101011000 | 1001110 | 110001 |
Color Harmonies of #E01C51
Complementary color
Monochromatic Colors of #E01C51
Black with #E01C51
Text Example
Text Example
White with #E01C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C51; }
p { color: rgb(224,28,81); }
H1.HeaderClassName
{
color: #E01C51;
}
.AnyTagClassName
{
color: #E01C51;
}
</style>
background-color css
<style>
a { background-color: #E01C51; }
a { background-color: rgb(224,28,81); }
div.DivClassName
{
background-color: #E01C51;
}
.BgClassName
{
background-color: #E01C51;
}
</style>
border-color css
<style>
span { border-color: #E01C51; }
span { border-color: rgb(224,28,81); }
td.TdClassName
{
border-color: #E01C51;
}
.TagClassName
{
border-color: #E01C51;
}
</style>