Shades of Amaranth #E6204D
Tints of Amaranth #E6204D
RGB
CMYK
RGB Variations
Color information
#E6204D (or 0xE6204D) is known color: Amaranth. HEX triplet: E6, 20 and 4D. RGB value is (230,32,77). Sum of RGB (Red+Green+Blue) = 230+32+77=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E6204D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6204D is #19DFB2. Grayscale: #606060. Windows color (decimal): -1695667 or 5054694. OLE color: 5054694.
HSL color Cylindrical-coordinate representation of color #E6204D: hue angle of 346.36º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6204D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 77 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.10 |
| HSL | 346.36º | 0.8% | 0.51% | - |
| HSV(B) | 346.36º | 0.86% | 0.9% | - |
| XYZ | 34.49 | 18.39 | 8.75 | - |
| YUV | 96.33 | 117.1 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 77 | 0 | 0.86 | 0.67 | 0.10 | 346.36 | 0.8 | 0.51 |
| Hex | E6 | 20 | 4D | 0 | 56 | 43 | A | 15A | 50 | 33 |
| Octal | 346 | 40 | 115 | 0 | 126 | 103 | 12 | 532 | 120 | 63 |
| Binary | 11100110 | 100000 | 1001101 | 0 | 1010110 | 1000011 | 1010 | 101011010 | 1010000 | 110011 |
Color Harmonies of #E6204D
Complementary color
Monochromatic Colors of #E6204D
Black with #E6204D
Text Example
Text Example
White with #E6204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6204D; }
p { color: rgb(230,32,77); }
H1.HeaderClassName
{
color: #E6204D;
}
.AnyTagClassName
{
color: #E6204D;
}
</style>
background-color css
<style>
a { background-color: #E6204D; }
a { background-color: rgb(230,32,77); }
div.DivClassName
{
background-color: #E6204D;
}
.BgClassName
{
background-color: #E6204D;
}
</style>
border-color css
<style>
span { border-color: #E6204D; }
span { border-color: rgb(230,32,77); }
td.TdClassName
{
border-color: #E6204D;
}
.TagClassName
{
border-color: #E6204D;
}
</style>