Shades of Amaranth #E6314F
Tints of Amaranth #E6314F
RGB
CMYK
RGB Variations
Color information
#E6314F (or 0xE6314F) is known color: Amaranth. HEX triplet: E6, 31 and 4F. RGB value is (230,49,79). Sum of RGB (Red+Green+Blue) = 230+49+79=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6314F is #19CEB0. Grayscale: #6A6A6A. Windows color (decimal): -1691313 or 5190118. OLE color: 5190118.
HSL color Cylindrical-coordinate representation of color #E6314F: hue angle of 350.06º 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 #E6314F is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 79 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.10 |
| HSL | 350.06º | 0.78% | 0.55% | - |
| HSV(B) | 350.06º | 0.79% | 0.9% | - |
| XYZ | 35.14 | 19.58 | 9.33 | - |
| YUV | 106.54 | 112.47 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 79 | 0 | 0.79 | 0.66 | 0.10 | 350.06 | 0.78 | 0.55 |
| Hex | E6 | 31 | 4F | 0 | 4F | 42 | A | 15E | 4E | 37 |
| Octal | 346 | 61 | 117 | 0 | 117 | 102 | 12 | 536 | 116 | 67 |
| Binary | 11100110 | 110001 | 1001111 | 0 | 1001111 | 1000010 | 1010 | 101011110 | 1001110 | 110111 |
Color Harmonies of #E6314F
Complementary color
Monochromatic Colors of #E6314F
Black with #E6314F
Text Example
Text Example
White with #E6314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6314F; }
p { color: rgb(230,49,79); }
H1.HeaderClassName
{
color: #E6314F;
}
.AnyTagClassName
{
color: #E6314F;
}
</style>
background-color css
<style>
a { background-color: #E6314F; }
a { background-color: rgb(230,49,79); }
div.DivClassName
{
background-color: #E6314F;
}
.BgClassName
{
background-color: #E6314F;
}
</style>
border-color css
<style>
span { border-color: #E6314F; }
span { border-color: rgb(230,49,79); }
td.TdClassName
{
border-color: #E6314F;
}
.TagClassName
{
border-color: #E6314F;
}
</style>