Shades of Amaranth #E62858
Tints of Amaranth #E62858
RGB
CMYK
RGB Variations
Color information
#E62858 (or 0xE62858) is known color: Amaranth. HEX triplet: E6, 28 and 58. RGB value is (230,40,88). Sum of RGB (Red+Green+Blue) = 230+40+88=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E62858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62858 is #19D7A7. Grayscale: #666666. Windows color (decimal): -1693608 or 5777638. OLE color: 5777638.
HSL color Cylindrical-coordinate representation of color #E62858: hue angle of 344.84º 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 #E62858 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 88 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.10 |
| HSL | 344.84º | 0.79% | 0.53% | - |
| HSV(B) | 344.84º | 0.83% | 0.9% | - |
| XYZ | 35.15 | 19.05 | 11.06 | - |
| YUV | 102.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 88 | 0 | 0.83 | 0.62 | 0.10 | 344.84 | 0.79 | 0.53 |
| Hex | E6 | 28 | 58 | 0 | 53 | 3E | A | 159 | 4F | 35 |
| Octal | 346 | 50 | 130 | 0 | 123 | 76 | 12 | 531 | 117 | 65 |
| Binary | 11100110 | 101000 | 1011000 | 0 | 1010011 | 111110 | 1010 | 101011001 | 1001111 | 110101 |
Color Harmonies of #E62858
Complementary color
Monochromatic Colors of #E62858
Black with #E62858
Text Example
Text Example
White with #E62858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62858; }
p { color: rgb(230,40,88); }
H1.HeaderClassName
{
color: #E62858;
}
.AnyTagClassName
{
color: #E62858;
}
</style>
background-color css
<style>
a { background-color: #E62858; }
a { background-color: rgb(230,40,88); }
div.DivClassName
{
background-color: #E62858;
}
.BgClassName
{
background-color: #E62858;
}
</style>
border-color css
<style>
span { border-color: #E62858; }
span { border-color: rgb(230,40,88); }
td.TdClassName
{
border-color: #E62858;
}
.TagClassName
{
border-color: #E62858;
}
</style>