Shades of Amaranth #E6394D
Tints of Amaranth #E6394D
RGB
CMYK
RGB Variations
Color information
#E6394D (or 0xE6394D) is known color: Amaranth. HEX triplet: E6, 39 and 4D. RGB value is (230,57,77). Sum of RGB (Red+Green+Blue) = 230+57+77=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E6394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6394D is #19C6B2. Grayscale: #6F6F6F. Windows color (decimal): -1689267 or 5061094. OLE color: 5061094.
HSL color Cylindrical-coordinate representation of color #E6394D: hue angle of 353.06º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6394D is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 77 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.10 |
| HSL | 353.06º | 0.78% | 0.56% | - |
| HSV(B) | 353.06º | 0.75% | 0.9% | - |
| XYZ | 35.44 | 20.29 | 9.07 | - |
| YUV | 111.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 77 | 0 | 0.75 | 0.67 | 0.10 | 353.06 | 0.78 | 0.56 |
| Hex | E6 | 39 | 4D | 0 | 4B | 43 | A | 161 | 4E | 38 |
| Octal | 346 | 71 | 115 | 0 | 113 | 103 | 12 | 541 | 116 | 70 |
| Binary | 11100110 | 111001 | 1001101 | 0 | 1001011 | 1000011 | 1010 | 101100001 | 1001110 | 111000 |
Color Harmonies of #E6394D
Complementary color
Monochromatic Colors of #E6394D
Black with #E6394D
Text Example
Text Example
White with #E6394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6394D; }
p { color: rgb(230,57,77); }
H1.HeaderClassName
{
color: #E6394D;
}
.AnyTagClassName
{
color: #E6394D;
}
</style>
background-color css
<style>
a { background-color: #E6394D; }
a { background-color: rgb(230,57,77); }
div.DivClassName
{
background-color: #E6394D;
}
.BgClassName
{
background-color: #E6394D;
}
</style>
border-color css
<style>
span { border-color: #E6394D; }
span { border-color: rgb(230,57,77); }
td.TdClassName
{
border-color: #E6394D;
}
.TagClassName
{
border-color: #E6394D;
}
</style>