Shades of Amaranth #E62050
Tints of Amaranth #E62050
RGB
CMYK
RGB Variations
Color information
#E62050 (or 0xE62050) is known color: Amaranth. HEX triplet: E6, 20 and 50. RGB value is (230,32,80). Sum of RGB (Red+Green+Blue) = 230+32+80=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E62050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62050 is #19DFAF. Grayscale: #606060. Windows color (decimal): -1695664 or 5251302. OLE color: 5251302.
HSL color Cylindrical-coordinate representation of color #E62050: hue angle of 345.45º 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 #E62050 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 80 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.10 |
| HSL | 345.45º | 0.8% | 0.51% | - |
| HSV(B) | 345.45º | 0.86% | 0.9% | - |
| XYZ | 34.6 | 18.44 | 9.32 | - |
| YUV | 96.67 | 118.6 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 80 | 0 | 0.86 | 0.65 | 0.10 | 345.45 | 0.8 | 0.51 |
| Hex | E6 | 20 | 50 | 0 | 56 | 41 | A | 159 | 50 | 33 |
| Octal | 346 | 40 | 120 | 0 | 126 | 101 | 12 | 531 | 120 | 63 |
| Binary | 11100110 | 100000 | 1010000 | 0 | 1010110 | 1000001 | 1010 | 101011001 | 1010000 | 110011 |
Color Harmonies of #E62050
Complementary color
Monochromatic Colors of #E62050
Black with #E62050
Text Example
Text Example
White with #E62050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62050; }
p { color: rgb(230,32,80); }
H1.HeaderClassName
{
color: #E62050;
}
.AnyTagClassName
{
color: #E62050;
}
</style>
background-color css
<style>
a { background-color: #E62050; }
a { background-color: rgb(230,32,80); }
div.DivClassName
{
background-color: #E62050;
}
.BgClassName
{
background-color: #E62050;
}
</style>
border-color css
<style>
span { border-color: #E62050; }
span { border-color: rgb(230,32,80); }
td.TdClassName
{
border-color: #E62050;
}
.TagClassName
{
border-color: #E62050;
}
</style>