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