Shades of Amaranth #E63146
Tints of Amaranth #E63146
RGB
CMYK
RGB Variations
Color information
#E63146 (or 0xE63146) is known color: Amaranth. HEX triplet: E6, 31 and 46. RGB value is (230,49,70). Sum of RGB (Red+Green+Blue) = 230+49+70=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E63146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63146 is #19CEB9. Grayscale: #696969. Windows color (decimal): -1691322 or 4600294. OLE color: 4600294.
HSL color Cylindrical-coordinate representation of color #E63146: hue angle of 353.04º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63146 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 70 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.10 |
| HSL | 353.04º | 0.78% | 0.55% | - |
| HSV(B) | 353.04º | 0.79% | 0.9% | - |
| XYZ | 34.84 | 19.46 | 7.71 | - |
| YUV | 105.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 70 | 0 | 0.79 | 0.70 | 0.10 | 353.04 | 0.78 | 0.55 |
| Hex | E6 | 31 | 46 | 0 | 4F | 46 | A | 161 | 4E | 37 |
| Octal | 346 | 61 | 106 | 0 | 117 | 106 | 12 | 541 | 116 | 67 |
| Binary | 11100110 | 110001 | 1000110 | 0 | 1001111 | 1000110 | 1010 | 101100001 | 1001110 | 110111 |
Color Harmonies of #E63146
Complementary color
Monochromatic Colors of #E63146
Black with #E63146
Text Example
Text Example
White with #E63146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63146; }
p { color: rgb(230,49,70); }
H1.HeaderClassName
{
color: #E63146;
}
.AnyTagClassName
{
color: #E63146;
}
</style>
background-color css
<style>
a { background-color: #E63146; }
a { background-color: rgb(230,49,70); }
div.DivClassName
{
background-color: #E63146;
}
.BgClassName
{
background-color: #E63146;
}
</style>
border-color css
<style>
span { border-color: #E63146; }
span { border-color: rgb(230,49,70); }
td.TdClassName
{
border-color: #E63146;
}
.TagClassName
{
border-color: #E63146;
}
</style>