Shades of Amaranth #E61C49
Tints of Amaranth #E61C49
RGB
CMYK
RGB Variations
Color information
#E61C49 (or 0xE61C49) is known color: Amaranth. HEX triplet: E6, 1C and 49. RGB value is (230,28,73). Sum of RGB (Red+Green+Blue) = 230+28+73=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C49 is #19E3B6. Grayscale: #5D5D5D. Windows color (decimal): -1696695 or 4791526. OLE color: 4791526.
HSL color Cylindrical-coordinate representation of color #E61C49: hue angle of 346.63º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C49 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 73 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.10 |
| HSL | 346.63º | 0.8% | 0.51% | - |
| HSV(B) | 346.63º | 0.88% | 0.9% | - |
| XYZ | 34.25 | 18.13 | 8 | - |
| YUV | 93.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 73 | 0 | 0.88 | 0.68 | 0.10 | 346.63 | 0.8 | 0.51 |
| Hex | E6 | 1C | 49 | 0 | 58 | 44 | A | 15B | 50 | 33 |
| Octal | 346 | 34 | 111 | 0 | 130 | 104 | 12 | 533 | 120 | 63 |
| Binary | 11100110 | 11100 | 1001001 | 0 | 1011000 | 1000100 | 1010 | 101011011 | 1010000 | 110011 |
Color Harmonies of #E61C49
Complementary color
Monochromatic Colors of #E61C49
Black with #E61C49
Text Example
Text Example
White with #E61C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C49; }
p { color: rgb(230,28,73); }
H1.HeaderClassName
{
color: #E61C49;
}
.AnyTagClassName
{
color: #E61C49;
}
</style>
background-color css
<style>
a { background-color: #E61C49; }
a { background-color: rgb(230,28,73); }
div.DivClassName
{
background-color: #E61C49;
}
.BgClassName
{
background-color: #E61C49;
}
</style>
border-color css
<style>
span { border-color: #E61C49; }
span { border-color: rgb(230,28,73); }
td.TdClassName
{
border-color: #E61C49;
}
.TagClassName
{
border-color: #E61C49;
}
</style>