Shades of Amaranth #E01C53
Tints of Amaranth #E01C53
RGB
CMYK
RGB Variations
Color information
#E01C53 (or 0xE01C53) is known color: Amaranth. HEX triplet: E0, 1C and 53. RGB value is (224,28,83). Sum of RGB (Red+Green+Blue) = 224+28+83=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01C53 is #1FE3AC. Grayscale: #5C5C5C. Windows color (decimal): -2089901 or 5446880. OLE color: 5446880.
HSL color Cylindrical-coordinate representation of color #E01C53: hue angle of 343.16º 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 #E01C53 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 83 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.12 |
| HSL | 343.16º | 0.78% | 0.49% | - |
| HSV(B) | 343.16º | 0.88% | 0.88% | - |
| XYZ | 32.72 | 17.3 | 9.8 | - |
| YUV | 92.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 83 | 0 | 0.88 | 0.63 | 0.12 | 343.16 | 0.78 | 0.49 |
| Hex | E0 | 1C | 53 | 0 | 58 | 3F | C | 157 | 4E | 31 |
| Octal | 340 | 34 | 123 | 0 | 130 | 77 | 14 | 527 | 116 | 61 |
| Binary | 11100000 | 11100 | 1010011 | 0 | 1011000 | 111111 | 1100 | 101010111 | 1001110 | 110001 |
Color Harmonies of #E01C53
Complementary color
Monochromatic Colors of #E01C53
Black with #E01C53
Text Example
Text Example
White with #E01C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C53; }
p { color: rgb(224,28,83); }
H1.HeaderClassName
{
color: #E01C53;
}
.AnyTagClassName
{
color: #E01C53;
}
</style>
background-color css
<style>
a { background-color: #E01C53; }
a { background-color: rgb(224,28,83); }
div.DivClassName
{
background-color: #E01C53;
}
.BgClassName
{
background-color: #E01C53;
}
</style>
border-color css
<style>
span { border-color: #E01C53; }
span { border-color: rgb(224,28,83); }
td.TdClassName
{
border-color: #E01C53;
}
.TagClassName
{
border-color: #E01C53;
}
</style>