Shades of Amaranth #E6464C
Tints of Amaranth #E6464C
RGB
CMYK
RGB Variations
Color information
#E6464C (or 0xE6464C) is known color: Amaranth. HEX triplet: E6, 46 and 4C. RGB value is (230,70,76). Sum of RGB (Red+Green+Blue) = 230+70+76=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6464C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6464C is #19B9B3. Grayscale: #767676. Windows color (decimal): -1685940 or 4998886. OLE color: 4998886.
HSL color Cylindrical-coordinate representation of color #E6464C: hue angle of 357.75º 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 #E6464C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 76 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.10 |
| HSL | 357.75º | 0.76% | 0.59% | - |
| HSV(B) | 357.75º | 0.7% | 0.9% | - |
| XYZ | 36.13 | 21.73 | 9.13 | - |
| YUV | 118.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 76 | 0 | 0.70 | 0.67 | 0.10 | 357.75 | 0.76 | 0.59 |
| Hex | E6 | 46 | 4C | 0 | 46 | 43 | A | 166 | 4C | 3B |
| Octal | 346 | 106 | 114 | 0 | 106 | 103 | 12 | 546 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1001100 | 0 | 1000110 | 1000011 | 1010 | 101100110 | 1001100 | 111011 |
Color Harmonies of #E6464C
Complementary color
Monochromatic Colors of #E6464C
Black with #E6464C
Text Example
Text Example
White with #E6464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6464C; }
p { color: rgb(230,70,76); }
H1.HeaderClassName
{
color: #E6464C;
}
.AnyTagClassName
{
color: #E6464C;
}
</style>
background-color css
<style>
a { background-color: #E6464C; }
a { background-color: rgb(230,70,76); }
div.DivClassName
{
background-color: #E6464C;
}
.BgClassName
{
background-color: #E6464C;
}
</style>
border-color css
<style>
span { border-color: #E6464C; }
span { border-color: rgb(230,70,76); }
td.TdClassName
{
border-color: #E6464C;
}
.TagClassName
{
border-color: #E6464C;
}
</style>