Shades of Amaranth #E63749
Tints of Amaranth #E63749
RGB
CMYK
RGB Variations
Color information
#E63749 (or 0xE63749) is known color: Amaranth. HEX triplet: E6, 37 and 49. RGB value is (230,55,73). Sum of RGB (Red+Green+Blue) = 230+55+73=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E63749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63749 is #19C8B6. Grayscale: #6D6D6D. Windows color (decimal): -1689783 or 4798438. OLE color: 4798438.
HSL color Cylindrical-coordinate representation of color #E63749: hue angle of 353.83º 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 #E63749 is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 73 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.10 |
| HSL | 353.83º | 0.78% | 0.56% | - |
| HSV(B) | 353.83º | 0.76% | 0.9% | - |
| XYZ | 35.2 | 20.04 | 8.32 | - |
| YUV | 109.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 73 | 0 | 0.76 | 0.68 | 0.10 | 353.83 | 0.78 | 0.56 |
| Hex | E6 | 37 | 49 | 0 | 4C | 44 | A | 162 | 4E | 38 |
| Octal | 346 | 67 | 111 | 0 | 114 | 104 | 12 | 542 | 116 | 70 |
| Binary | 11100110 | 110111 | 1001001 | 0 | 1001100 | 1000100 | 1010 | 101100010 | 1001110 | 111000 |
Color Harmonies of #E63749
Complementary color
Monochromatic Colors of #E63749
Black with #E63749
Text Example
Text Example
White with #E63749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63749; }
p { color: rgb(230,55,73); }
H1.HeaderClassName
{
color: #E63749;
}
.AnyTagClassName
{
color: #E63749;
}
</style>
background-color css
<style>
a { background-color: #E63749; }
a { background-color: rgb(230,55,73); }
div.DivClassName
{
background-color: #E63749;
}
.BgClassName
{
background-color: #E63749;
}
</style>
border-color css
<style>
span { border-color: #E63749; }
span { border-color: rgb(230,55,73); }
td.TdClassName
{
border-color: #E63749;
}
.TagClassName
{
border-color: #E63749;
}
</style>