Shades of Amaranth #E6394E
Tints of Amaranth #E6394E
RGB
CMYK
RGB Variations
Color information
#E6394E (or 0xE6394E) is known color: Amaranth. HEX triplet: E6, 39 and 4E. RGB value is (230,57,78). Sum of RGB (Red+Green+Blue) = 230+57+78=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E6394E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6394E is #19C6B1. Grayscale: #6F6F6F. Windows color (decimal): -1689266 or 5126630. OLE color: 5126630.
HSL color Cylindrical-coordinate representation of color #E6394E: hue angle of 352.72º 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 #E6394E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 78 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.10 |
| HSL | 352.72º | 0.78% | 0.56% | - |
| HSV(B) | 352.72º | 0.75% | 0.9% | - |
| XYZ | 35.47 | 20.3 | 9.26 | - |
| YUV | 111.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 78 | 0 | 0.75 | 0.66 | 0.10 | 352.72 | 0.78 | 0.56 |
| Hex | E6 | 39 | 4E | 0 | 4B | 42 | A | 161 | 4E | 38 |
| Octal | 346 | 71 | 116 | 0 | 113 | 102 | 12 | 541 | 116 | 70 |
| Binary | 11100110 | 111001 | 1001110 | 0 | 1001011 | 1000010 | 1010 | 101100001 | 1001110 | 111000 |
Color Harmonies of #E6394E
Complementary color
Monochromatic Colors of #E6394E
Black with #E6394E
Text Example
Text Example
White with #E6394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6394E; }
p { color: rgb(230,57,78); }
H1.HeaderClassName
{
color: #E6394E;
}
.AnyTagClassName
{
color: #E6394E;
}
</style>
background-color css
<style>
a { background-color: #E6394E; }
a { background-color: rgb(230,57,78); }
div.DivClassName
{
background-color: #E6394E;
}
.BgClassName
{
background-color: #E6394E;
}
</style>
border-color css
<style>
span { border-color: #E6394E; }
span { border-color: rgb(230,57,78); }
td.TdClassName
{
border-color: #E6394E;
}
.TagClassName
{
border-color: #E6394E;
}
</style>