Shades of Amaranth #E6464A
Tints of Amaranth #E6464A
RGB
CMYK
RGB Variations
Color information
#E6464A (or 0xE6464A) is known color: Amaranth. HEX triplet: E6, 46 and 4A. RGB value is (230,70,74). Sum of RGB (Red+Green+Blue) = 230+70+74=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6464A is #19B9B5. Grayscale: #767676. Windows color (decimal): -1685942 or 4867814. OLE color: 4867814.
HSL color Cylindrical-coordinate representation of color #E6464A: hue angle of 358.5º 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 #E6464A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 74 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.10 |
| HSL | 358.5º | 0.76% | 0.59% | - |
| HSV(B) | 358.5º | 0.7% | 0.9% | - |
| XYZ | 36.06 | 21.7 | 8.77 | - |
| YUV | 118.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 74 | 0 | 0.70 | 0.68 | 0.10 | 358.5 | 0.76 | 0.59 |
| Hex | E6 | 46 | 4A | 0 | 46 | 44 | A | 166 | 4C | 3B |
| Octal | 346 | 106 | 112 | 0 | 106 | 104 | 12 | 546 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1001010 | 0 | 1000110 | 1000100 | 1010 | 101100110 | 1001100 | 111011 |
Color Harmonies of #E6464A
Complementary color
Monochromatic Colors of #E6464A
Black with #E6464A
Text Example
Text Example
White with #E6464A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6464A; }
p { color: rgb(230,70,74); }
H1.HeaderClassName
{
color: #E6464A;
}
.AnyTagClassName
{
color: #E6464A;
}
</style>
background-color css
<style>
a { background-color: #E6464A; }
a { background-color: rgb(230,70,74); }
div.DivClassName
{
background-color: #E6464A;
}
.BgClassName
{
background-color: #E6464A;
}
</style>
border-color css
<style>
span { border-color: #E6464A; }
span { border-color: rgb(230,70,74); }
td.TdClassName
{
border-color: #E6464A;
}
.TagClassName
{
border-color: #E6464A;
}
</style>