Shades of Amaranth #E6464F
Tints of Amaranth #E6464F
RGB
CMYK
RGB Variations
Color information
#E6464F (or 0xE6464F) is known color: Amaranth. HEX triplet: E6, 46 and 4F. RGB value is (230,70,79). Sum of RGB (Red+Green+Blue) = 230+70+79=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E6464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6464F is #19B9B0. Grayscale: #767676. Windows color (decimal): -1685937 or 5195494. OLE color: 5195494.
HSL color Cylindrical-coordinate representation of color #E6464F: hue angle of 356.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6464F is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 79 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.10 |
| HSL | 356.63º | 0.76% | 0.59% | - |
| HSV(B) | 356.63º | 0.7% | 0.9% | - |
| XYZ | 36.23 | 21.77 | 9.69 | - |
| YUV | 118.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 79 | 0 | 0.70 | 0.66 | 0.10 | 356.63 | 0.76 | 0.59 |
| Hex | E6 | 46 | 4F | 0 | 46 | 42 | A | 165 | 4C | 3B |
| Octal | 346 | 106 | 117 | 0 | 106 | 102 | 12 | 545 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1001111 | 0 | 1000110 | 1000010 | 1010 | 101100101 | 1001100 | 111011 |
Color Harmonies of #E6464F
Complementary color
Monochromatic Colors of #E6464F
Black with #E6464F
Text Example
Text Example
White with #E6464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6464F; }
p { color: rgb(230,70,79); }
H1.HeaderClassName
{
color: #E6464F;
}
.AnyTagClassName
{
color: #E6464F;
}
</style>
background-color css
<style>
a { background-color: #E6464F; }
a { background-color: rgb(230,70,79); }
div.DivClassName
{
background-color: #E6464F;
}
.BgClassName
{
background-color: #E6464F;
}
</style>
border-color css
<style>
span { border-color: #E6464F; }
span { border-color: rgb(230,70,79); }
td.TdClassName
{
border-color: #E6464F;
}
.TagClassName
{
border-color: #E6464F;
}
</style>