Shades of Amaranth #E64549
Tints of Amaranth #E64549
RGB
CMYK
RGB Variations
Color information
#E64549 (or 0xE64549) is known color: Amaranth. HEX triplet: E6, 45 and 49. RGB value is (230,69,73). Sum of RGB (Red+Green+Blue) = 230+69+73=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E64549 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64549 is #19BAB6. Grayscale: #757575. Windows color (decimal): -1686199 or 4802022. OLE color: 4802022.
HSL color Cylindrical-coordinate representation of color #E64549: hue angle of 358.51º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64549 is Cyan = 0, Magento = 0.7, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 73 | - |
| CMYK | 0 | 0.7 | 0.68 | 0.10 |
| HSL | 358.51º | 0.76% | 0.59% | - |
| HSV(B) | 358.51º | 0.7% | 0.9% | - |
| XYZ | 35.96 | 21.56 | 8.57 | - |
| YUV | 117.6 | 102.84 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 73 | 0 | 0.7 | 0.68 | 0.10 | 358.51 | 0.76 | 0.59 |
| Hex | E6 | 45 | 49 | 0 | 46 | 44 | A | 167 | 4C | 3B |
| Octal | 346 | 105 | 111 | 0 | 106 | 104 | 12 | 547 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1001001 | 0 | 1000110 | 1000100 | 1010 | 101100111 | 1001100 | 111011 |
Color Harmonies of #E64549
Complementary color
Monochromatic Colors of #E64549
Black with #E64549
Text Example
Text Example
White with #E64549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64549; }
p { color: rgb(230,69,73); }
H1.HeaderClassName
{
color: #E64549;
}
.AnyTagClassName
{
color: #E64549;
}
</style>
background-color css
<style>
a { background-color: #E64549; }
a { background-color: rgb(230,69,73); }
div.DivClassName
{
background-color: #E64549;
}
.BgClassName
{
background-color: #E64549;
}
</style>
border-color css
<style>
span { border-color: #E64549; }
span { border-color: rgb(230,69,73); }
td.TdClassName
{
border-color: #E64549;
}
.TagClassName
{
border-color: #E64549;
}
</style>