Shades of Amaranth #E62859
Tints of Amaranth #E62859
RGB
CMYK
RGB Variations
Color information
#E62859 (or 0xE62859) is known color: Amaranth. HEX triplet: E6, 28 and 59. RGB value is (230,40,89). Sum of RGB (Red+Green+Blue) = 230+40+89=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E62859 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62859 is #19D7A6. Grayscale: #666666. Windows color (decimal): -1693607 or 5843174. OLE color: 5843174.
HSL color Cylindrical-coordinate representation of color #E62859: hue angle of 344.53º 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 #E62859 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 89 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.10 |
| HSL | 344.53º | 0.79% | 0.53% | - |
| HSV(B) | 344.53º | 0.83% | 0.9% | - |
| XYZ | 35.2 | 19.06 | 11.28 | - |
| YUV | 102.4 | 120.45 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 89 | 0 | 0.83 | 0.61 | 0.10 | 344.53 | 0.79 | 0.53 |
| Hex | E6 | 28 | 59 | 0 | 53 | 3D | A | 159 | 4F | 35 |
| Octal | 346 | 50 | 131 | 0 | 123 | 75 | 12 | 531 | 117 | 65 |
| Binary | 11100110 | 101000 | 1011001 | 0 | 1010011 | 111101 | 1010 | 101011001 | 1001111 | 110101 |
Color Harmonies of #E62859
Complementary color
Monochromatic Colors of #E62859
Black with #E62859
Text Example
Text Example
White with #E62859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62859; }
p { color: rgb(230,40,89); }
H1.HeaderClassName
{
color: #E62859;
}
.AnyTagClassName
{
color: #E62859;
}
</style>
background-color css
<style>
a { background-color: #E62859; }
a { background-color: rgb(230,40,89); }
div.DivClassName
{
background-color: #E62859;
}
.BgClassName
{
background-color: #E62859;
}
</style>
border-color css
<style>
span { border-color: #E62859; }
span { border-color: rgb(230,40,89); }
td.TdClassName
{
border-color: #E62859;
}
.TagClassName
{
border-color: #E62859;
}
</style>