Shades of Amaranth #E6205A
Tints of Amaranth #E6205A
RGB
CMYK
RGB Variations
Color information
#E6205A (or 0xE6205A) is known color: Amaranth. HEX triplet: E6, 20 and 5A. RGB value is (230,32,90). Sum of RGB (Red+Green+Blue) = 230+32+90=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E6205A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6205A is #19DFA5. Grayscale: #616161. Windows color (decimal): -1695654 or 5906662. OLE color: 5906662.
HSL color Cylindrical-coordinate representation of color #E6205A: hue angle of 342.42º 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 #E6205A is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 90 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.10 |
| HSL | 342.42º | 0.8% | 0.51% | - |
| HSV(B) | 342.42º | 0.86% | 0.9% | - |
| XYZ | 35 | 18.59 | 11.42 | - |
| YUV | 97.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 90 | 0 | 0.86 | 0.61 | 0.10 | 342.42 | 0.8 | 0.51 |
| Hex | E6 | 20 | 5A | 0 | 56 | 3D | A | 156 | 50 | 33 |
| Octal | 346 | 40 | 132 | 0 | 126 | 75 | 12 | 526 | 120 | 63 |
| Binary | 11100110 | 100000 | 1011010 | 0 | 1010110 | 111101 | 1010 | 101010110 | 1010000 | 110011 |
Color Harmonies of #E6205A
Complementary color
Monochromatic Colors of #E6205A
Black with #E6205A
Text Example
Text Example
White with #E6205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6205A; }
p { color: rgb(230,32,90); }
H1.HeaderClassName
{
color: #E6205A;
}
.AnyTagClassName
{
color: #E6205A;
}
</style>
background-color css
<style>
a { background-color: #E6205A; }
a { background-color: rgb(230,32,90); }
div.DivClassName
{
background-color: #E6205A;
}
.BgClassName
{
background-color: #E6205A;
}
</style>
border-color css
<style>
span { border-color: #E6205A; }
span { border-color: rgb(230,32,90); }
td.TdClassName
{
border-color: #E6205A;
}
.TagClassName
{
border-color: #E6205A;
}
</style>