Shades of Amaranth #E6294E
Tints of Amaranth #E6294E
RGB
CMYK
RGB Variations
Color information
#E6294E (or 0xE6294E) is known color: Amaranth. HEX triplet: E6, 29 and 4E. RGB value is (230,41,78). Sum of RGB (Red+Green+Blue) = 230+41+78=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E6294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6294E is #19D6B1. Grayscale: #656565. Windows color (decimal): -1693362 or 5122534. OLE color: 5122534.
HSL color Cylindrical-coordinate representation of color #E6294E: hue angle of 348.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6294E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 41 | 78 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.10 |
| HSL | 348.25º | 0.79% | 0.53% | - |
| HSV(B) | 348.25º | 0.82% | 0.9% | - |
| XYZ | 34.8 | 18.96 | 9.03 | - |
| YUV | 101.73 | 114.62 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 41 | 78 | 0 | 0.82 | 0.66 | 0.10 | 348.25 | 0.79 | 0.53 |
| Hex | E6 | 29 | 4E | 0 | 52 | 42 | A | 15C | 4F | 35 |
| Octal | 346 | 51 | 116 | 0 | 122 | 102 | 12 | 534 | 117 | 65 |
| Binary | 11100110 | 101001 | 1001110 | 0 | 1010010 | 1000010 | 1010 | 101011100 | 1001111 | 110101 |
Color Harmonies of #E6294E
Complementary color
Monochromatic Colors of #E6294E
Black with #E6294E
Text Example
Text Example
White with #E6294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6294E; }
p { color: rgb(230,41,78); }
H1.HeaderClassName
{
color: #E6294E;
}
.AnyTagClassName
{
color: #E6294E;
}
</style>
background-color css
<style>
a { background-color: #E6294E; }
a { background-color: rgb(230,41,78); }
div.DivClassName
{
background-color: #E6294E;
}
.BgClassName
{
background-color: #E6294E;
}
</style>
border-color css
<style>
span { border-color: #E6294E; }
span { border-color: rgb(230,41,78); }
td.TdClassName
{
border-color: #E6294E;
}
.TagClassName
{
border-color: #E6294E;
}
</style>