Shades of Amaranth #E63846
Tints of Amaranth #E63846
RGB
CMYK
RGB Variations
Color information
#E63846 (or 0xE63846) is known color: Amaranth. HEX triplet: E6, 38 and 46. RGB value is (230,56,70). Sum of RGB (Red+Green+Blue) = 230+56+70=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E63846 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63846 is #19C7B9. Grayscale: #6D6D6D. Windows color (decimal): -1689530 or 4602086. OLE color: 4602086.
HSL color Cylindrical-coordinate representation of color #E63846: hue angle of 355.17º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63846 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 70 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.10 |
| HSL | 355.17º | 0.78% | 0.56% | - |
| HSV(B) | 355.17º | 0.76% | 0.9% | - |
| XYZ | 35.15 | 20.09 | 7.82 | - |
| YUV | 109.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 70 | 0 | 0.76 | 0.70 | 0.10 | 355.17 | 0.78 | 0.56 |
| Hex | E6 | 38 | 46 | 0 | 4C | 46 | A | 163 | 4E | 38 |
| Octal | 346 | 70 | 106 | 0 | 114 | 106 | 12 | 543 | 116 | 70 |
| Binary | 11100110 | 111000 | 1000110 | 0 | 1001100 | 1000110 | 1010 | 101100011 | 1001110 | 111000 |
Color Harmonies of #E63846
Complementary color
Monochromatic Colors of #E63846
Black with #E63846
Text Example
Text Example
White with #E63846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63846; }
p { color: rgb(230,56,70); }
H1.HeaderClassName
{
color: #E63846;
}
.AnyTagClassName
{
color: #E63846;
}
</style>
background-color css
<style>
a { background-color: #E63846; }
a { background-color: rgb(230,56,70); }
div.DivClassName
{
background-color: #E63846;
}
.BgClassName
{
background-color: #E63846;
}
</style>
border-color css
<style>
span { border-color: #E63846; }
span { border-color: rgb(230,56,70); }
td.TdClassName
{
border-color: #E63846;
}
.TagClassName
{
border-color: #E63846;
}
</style>