Shades of Amaranth #E63C49
Tints of Amaranth #E63C49
RGB
CMYK
RGB Variations
Color information
#E63C49 (or 0xE63C49) is known color: Amaranth. HEX triplet: E6, 3C and 49. RGB value is (230,60,73). Sum of RGB (Red+Green+Blue) = 230+60+73=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E63C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63C49 is #19C3B6. Grayscale: #707070. Windows color (decimal): -1688503 or 4799718. OLE color: 4799718.
HSL color Cylindrical-coordinate representation of color #E63C49: hue angle of 355.41º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63C49 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 73 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.10 |
| HSL | 355.41º | 0.77% | 0.57% | - |
| HSV(B) | 355.41º | 0.74% | 0.9% | - |
| XYZ | 35.45 | 20.54 | 8.4 | - |
| YUV | 112.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 73 | 0 | 0.74 | 0.68 | 0.10 | 355.41 | 0.77 | 0.57 |
| Hex | E6 | 3C | 49 | 0 | 4A | 44 | A | 163 | 4D | 39 |
| Octal | 346 | 74 | 111 | 0 | 112 | 104 | 12 | 543 | 115 | 71 |
| Binary | 11100110 | 111100 | 1001001 | 0 | 1001010 | 1000100 | 1010 | 101100011 | 1001101 | 111001 |
Color Harmonies of #E63C49
Complementary color
Monochromatic Colors of #E63C49
Black with #E63C49
Text Example
Text Example
White with #E63C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63C49; }
p { color: rgb(230,60,73); }
H1.HeaderClassName
{
color: #E63C49;
}
.AnyTagClassName
{
color: #E63C49;
}
</style>
background-color css
<style>
a { background-color: #E63C49; }
a { background-color: rgb(230,60,73); }
div.DivClassName
{
background-color: #E63C49;
}
.BgClassName
{
background-color: #E63C49;
}
</style>
border-color css
<style>
span { border-color: #E63C49; }
span { border-color: rgb(230,60,73); }
td.TdClassName
{
border-color: #E63C49;
}
.TagClassName
{
border-color: #E63C49;
}
</style>