Shades of Amaranth #E21C54
Tints of Amaranth #E21C54
RGB
CMYK
RGB Variations
Color information
#E21C54 (or 0xE21C54) is known color: Amaranth. HEX triplet: E2, 1C and 54. RGB value is (226,28,84). Sum of RGB (Red+Green+Blue) = 226+28+84=338 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.86% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C54 is #1DE3AB. Grayscale: #5D5D5D. Windows color (decimal): -1958828 or 5512418. OLE color: 5512418.
HSL color Cylindrical-coordinate representation of color #E21C54: hue angle of 343.03º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C54 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 84 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.11 |
| HSL | 343.03º | 0.78% | 0.5% | - |
| HSV(B) | 343.03º | 0.88% | 0.89% | - |
| XYZ | 33.38 | 17.64 | 10.03 | - |
| YUV | 93.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 84 | 0 | 0.88 | 0.63 | 0.11 | 343.03 | 0.78 | 0.5 |
| Hex | E2 | 1C | 54 | 0 | 58 | 3F | B | 157 | 4E | 32 |
| Octal | 342 | 34 | 124 | 0 | 130 | 77 | 13 | 527 | 116 | 62 |
| Binary | 11100010 | 11100 | 1010100 | 0 | 1011000 | 111111 | 1011 | 101010111 | 1001110 | 110010 |
Color Harmonies of #E21C54
Complementary color
Monochromatic Colors of #E21C54
Black with #E21C54
Text Example
Text Example
White with #E21C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C54; }
p { color: rgb(226,28,84); }
H1.HeaderClassName
{
color: #E21C54;
}
.AnyTagClassName
{
color: #E21C54;
}
</style>
background-color css
<style>
a { background-color: #E21C54; }
a { background-color: rgb(226,28,84); }
div.DivClassName
{
background-color: #E21C54;
}
.BgClassName
{
background-color: #E21C54;
}
</style>
border-color css
<style>
span { border-color: #E21C54; }
span { border-color: rgb(226,28,84); }
td.TdClassName
{
border-color: #E21C54;
}
.TagClassName
{
border-color: #E21C54;
}
</style>