Shades of Amaranth #E62446
Tints of Amaranth #E62446
RGB
CMYK
RGB Variations
Color information
#E62446 (or 0xE62446) is known color: Amaranth. HEX triplet: E6, 24 and 46. RGB value is (230,36,70). Sum of RGB (Red+Green+Blue) = 230+36+70=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E62446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62446 is #19DBB9. Grayscale: #616161. Windows color (decimal): -1694650 or 4596966. OLE color: 4596966.
HSL color Cylindrical-coordinate representation of color #E62446: hue angle of 349.48º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62446 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 70 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.10 |
| HSL | 349.48º | 0.8% | 0.52% | - |
| HSV(B) | 349.48º | 0.84% | 0.9% | - |
| XYZ | 34.37 | 18.53 | 7.56 | - |
| YUV | 97.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 70 | 0 | 0.84 | 0.70 | 0.10 | 349.48 | 0.8 | 0.52 |
| Hex | E6 | 24 | 46 | 0 | 54 | 46 | A | 15D | 50 | 34 |
| Octal | 346 | 44 | 106 | 0 | 124 | 106 | 12 | 535 | 120 | 64 |
| Binary | 11100110 | 100100 | 1000110 | 0 | 1010100 | 1000110 | 1010 | 101011101 | 1010000 | 110100 |
Color Harmonies of #E62446
Complementary color
Monochromatic Colors of #E62446
Black with #E62446
Text Example
Text Example
White with #E62446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62446; }
p { color: rgb(230,36,70); }
H1.HeaderClassName
{
color: #E62446;
}
.AnyTagClassName
{
color: #E62446;
}
</style>
background-color css
<style>
a { background-color: #E62446; }
a { background-color: rgb(230,36,70); }
div.DivClassName
{
background-color: #E62446;
}
.BgClassName
{
background-color: #E62446;
}
</style>
border-color css
<style>
span { border-color: #E62446; }
span { border-color: rgb(230,36,70); }
td.TdClassName
{
border-color: #E62446;
}
.TagClassName
{
border-color: #E62446;
}
</style>