Shades of Amaranth #E6284D
Tints of Amaranth #E6284D
RGB
CMYK
RGB Variations
Color information
#E6284D (or 0xE6284D) is known color: Amaranth. HEX triplet: E6, 28 and 4D. RGB value is (230,40,77). Sum of RGB (Red+Green+Blue) = 230+40+77=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6284D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6284D is #19D7B2. Grayscale: #656565. Windows color (decimal): -1693619 or 5056742. OLE color: 5056742.
HSL color Cylindrical-coordinate representation of color #E6284D: hue angle of 348.32º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6284D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 77 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.32º | 0.79% | 0.53% | - |
| HSV(B) | 348.32º | 0.83% | 0.9% | - |
| XYZ | 34.73 | 18.88 | 8.83 | - |
| YUV | 101.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 77 | 0 | 0.83 | 0.67 | 0.10 | 348.32 | 0.79 | 0.53 |
| Hex | E6 | 28 | 4D | 0 | 53 | 43 | A | 15C | 4F | 35 |
| Octal | 346 | 50 | 115 | 0 | 123 | 103 | 12 | 534 | 117 | 65 |
| Binary | 11100110 | 101000 | 1001101 | 0 | 1010011 | 1000011 | 1010 | 101011100 | 1001111 | 110101 |
Color Harmonies of #E6284D
Complementary color
Monochromatic Colors of #E6284D
Black with #E6284D
Text Example
Text Example
White with #E6284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6284D; }
p { color: rgb(230,40,77); }
H1.HeaderClassName
{
color: #E6284D;
}
.AnyTagClassName
{
color: #E6284D;
}
</style>
background-color css
<style>
a { background-color: #E6284D; }
a { background-color: rgb(230,40,77); }
div.DivClassName
{
background-color: #E6284D;
}
.BgClassName
{
background-color: #E6284D;
}
</style>
border-color css
<style>
span { border-color: #E6284D; }
span { border-color: rgb(230,40,77); }
td.TdClassName
{
border-color: #E6284D;
}
.TagClassName
{
border-color: #E6284D;
}
</style>