Shades of Amaranth #E62149
Tints of Amaranth #E62149
RGB
CMYK
RGB Variations
Color information
#E62149 (or 0xE62149) is known color: Amaranth. HEX triplet: E6, 21 and 49. RGB value is (230,33,73). Sum of RGB (Red+Green+Blue) = 230+33+73=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E62149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62149 is #19DEB6. Grayscale: #606060. Windows color (decimal): -1695415 or 4792806. OLE color: 4792806.
HSL color Cylindrical-coordinate representation of color #E62149: hue angle of 347.82º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62149 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 33 | 73 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.10 |
| HSL | 347.82º | 0.8% | 0.52% | - |
| HSV(B) | 347.82º | 0.86% | 0.9% | - |
| XYZ | 34.38 | 18.39 | 8.04 | - |
| YUV | 96.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 33 | 73 | 0 | 0.86 | 0.68 | 0.10 | 347.82 | 0.8 | 0.52 |
| Hex | E6 | 21 | 49 | 0 | 56 | 44 | A | 15C | 50 | 34 |
| Octal | 346 | 41 | 111 | 0 | 126 | 104 | 12 | 534 | 120 | 64 |
| Binary | 11100110 | 100001 | 1001001 | 0 | 1010110 | 1000100 | 1010 | 101011100 | 1010000 | 110100 |
Color Harmonies of #E62149
Complementary color
Monochromatic Colors of #E62149
Black with #E62149
Text Example
Text Example
White with #E62149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62149; }
p { color: rgb(230,33,73); }
H1.HeaderClassName
{
color: #E62149;
}
.AnyTagClassName
{
color: #E62149;
}
</style>
background-color css
<style>
a { background-color: #E62149; }
a { background-color: rgb(230,33,73); }
div.DivClassName
{
background-color: #E62149;
}
.BgClassName
{
background-color: #E62149;
}
</style>
border-color css
<style>
span { border-color: #E62149; }
span { border-color: rgb(230,33,73); }
td.TdClassName
{
border-color: #E62149;
}
.TagClassName
{
border-color: #E62149;
}
</style>