Shades of Amaranth #E62649
Tints of Amaranth #E62649
RGB
CMYK
RGB Variations
Color information
#E62649 (or 0xE62649) is known color: Amaranth. HEX triplet: E6, 26 and 49. RGB value is (230,38,73). Sum of RGB (Red+Green+Blue) = 230+38+73=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E62649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62649 is #19D9B6. Grayscale: #636363. Windows color (decimal): -1694135 or 4794086. OLE color: 4794086.
HSL color Cylindrical-coordinate representation of color #E62649: hue angle of 349.06º 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 #E62649 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 73 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.10 |
| HSL | 349.06º | 0.79% | 0.53% | - |
| HSV(B) | 349.06º | 0.83% | 0.9% | - |
| XYZ | 34.53 | 18.69 | 8.09 | - |
| YUV | 99.4 | 113.11 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 73 | 0 | 0.83 | 0.68 | 0.10 | 349.06 | 0.79 | 0.53 |
| Hex | E6 | 26 | 49 | 0 | 53 | 44 | A | 15D | 4F | 35 |
| Octal | 346 | 46 | 111 | 0 | 123 | 104 | 12 | 535 | 117 | 65 |
| Binary | 11100110 | 100110 | 1001001 | 0 | 1010011 | 1000100 | 1010 | 101011101 | 1001111 | 110101 |
Color Harmonies of #E62649
Complementary color
Monochromatic Colors of #E62649
Black with #E62649
Text Example
Text Example
White with #E62649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62649; }
p { color: rgb(230,38,73); }
H1.HeaderClassName
{
color: #E62649;
}
.AnyTagClassName
{
color: #E62649;
}
</style>
background-color css
<style>
a { background-color: #E62649; }
a { background-color: rgb(230,38,73); }
div.DivClassName
{
background-color: #E62649;
}
.BgClassName
{
background-color: #E62649;
}
</style>
border-color css
<style>
span { border-color: #E62649; }
span { border-color: rgb(230,38,73); }
td.TdClassName
{
border-color: #E62649;
}
.TagClassName
{
border-color: #E62649;
}
</style>