Shades of Amaranth #E62644
Tints of Amaranth #E62644
RGB
CMYK
RGB Variations
Color information
#E62644 (or 0xE62644) is known color: Amaranth. HEX triplet: E6, 26 and 44. RGB value is (230,38,68). Sum of RGB (Red+Green+Blue) = 230+38+68=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E62644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62644 is #19D9BB. Grayscale: #626262. Windows color (decimal): -1694140 or 4466406. OLE color: 4466406.
HSL color Cylindrical-coordinate representation of color #E62644: hue angle of 350.62º 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 #E62644 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 68 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.10 |
| HSL | 350.63º | 0.79% | 0.53% | - |
| HSV(B) | 350.63º | 0.83% | 0.9% | - |
| XYZ | 34.37 | 18.63 | 7.25 | - |
| YUV | 98.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 68 | 0 | 0.83 | 0.70 | 0.10 | 350.63 | 0.79 | 0.53 |
| Hex | E6 | 26 | 44 | 0 | 53 | 46 | A | 15F | 4F | 35 |
| Octal | 346 | 46 | 104 | 0 | 123 | 106 | 12 | 537 | 117 | 65 |
| Binary | 11100110 | 100110 | 1000100 | 0 | 1010011 | 1000110 | 1010 | 101011111 | 1001111 | 110101 |
Color Harmonies of #E62644
Complementary color
Monochromatic Colors of #E62644
Black with #E62644
Text Example
Text Example
White with #E62644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62644; }
p { color: rgb(230,38,68); }
H1.HeaderClassName
{
color: #E62644;
}
.AnyTagClassName
{
color: #E62644;
}
</style>
background-color css
<style>
a { background-color: #E62644; }
a { background-color: rgb(230,38,68); }
div.DivClassName
{
background-color: #E62644;
}
.BgClassName
{
background-color: #E62644;
}
</style>
border-color css
<style>
span { border-color: #E62644; }
span { border-color: rgb(230,38,68); }
td.TdClassName
{
border-color: #E62644;
}
.TagClassName
{
border-color: #E62644;
}
</style>