Shades of Amaranth #E6314C
Tints of Amaranth #E6314C
RGB
CMYK
RGB Variations
Color information
#E6314C (or 0xE6314C) is known color: Amaranth. HEX triplet: E6, 31 and 4C. RGB value is (230,49,76). Sum of RGB (Red+Green+Blue) = 230+49+76=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6314C is #19CEB3. Grayscale: #6A6A6A. Windows color (decimal): -1691316 or 4993510. OLE color: 4993510.
HSL color Cylindrical-coordinate representation of color #E6314C: hue angle of 351.05º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6314C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 76 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 351.05º | 0.78% | 0.55% | - |
| HSV(B) | 351.05º | 0.79% | 0.9% | - |
| XYZ | 35.04 | 19.54 | 8.76 | - |
| YUV | 106.2 | 110.97 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 76 | 0 | 0.79 | 0.67 | 0.10 | 351.05 | 0.78 | 0.55 |
| Hex | E6 | 31 | 4C | 0 | 4F | 43 | A | 15F | 4E | 37 |
| Octal | 346 | 61 | 114 | 0 | 117 | 103 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110001 | 1001100 | 0 | 1001111 | 1000011 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E6314C
Complementary color
Monochromatic Colors of #E6314C
Black with #E6314C
Text Example
Text Example
White with #E6314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6314C; }
p { color: rgb(230,49,76); }
H1.HeaderClassName
{
color: #E6314C;
}
.AnyTagClassName
{
color: #E6314C;
}
</style>
background-color css
<style>
a { background-color: #E6314C; }
a { background-color: rgb(230,49,76); }
div.DivClassName
{
background-color: #E6314C;
}
.BgClassName
{
background-color: #E6314C;
}
</style>
border-color css
<style>
span { border-color: #E6314C; }
span { border-color: rgb(230,49,76); }
td.TdClassName
{
border-color: #E6314C;
}
.TagClassName
{
border-color: #E6314C;
}
</style>