Shades of Amaranth #E63458
Tints of Amaranth #E63458
RGB
CMYK
RGB Variations
Color information
#E63458 (or 0xE63458) is known color: Amaranth. HEX triplet: E6, 34 and 58. RGB value is (230,52,88). Sum of RGB (Red+Green+Blue) = 230+52+88=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 88 (34.77% from 255 or 23.78% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E63458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63458 is #19CBA7. Grayscale: #6D6D6D. Windows color (decimal): -1690536 or 5780710. OLE color: 5780710.
HSL color Cylindrical-coordinate representation of color #E63458: hue angle of 347.87º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63458 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 88 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.10 |
| HSL | 347.87º | 0.78% | 0.55% | - |
| HSV(B) | 347.87º | 0.77% | 0.9% | - |
| XYZ | 35.62 | 19.98 | 11.21 | - |
| YUV | 109.33 | 115.97 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 88 | 0 | 0.77 | 0.62 | 0.10 | 347.87 | 0.78 | 0.55 |
| Hex | E6 | 34 | 58 | 0 | 4D | 3E | A | 15C | 4E | 37 |
| Octal | 346 | 64 | 130 | 0 | 115 | 76 | 12 | 534 | 116 | 67 |
| Binary | 11100110 | 110100 | 1011000 | 0 | 1001101 | 111110 | 1010 | 101011100 | 1001110 | 110111 |
Color Harmonies of #E63458
Complementary color
Monochromatic Colors of #E63458
Black with #E63458
Text Example
Text Example
White with #E63458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63458; }
p { color: rgb(230,52,88); }
H1.HeaderClassName
{
color: #E63458;
}
.AnyTagClassName
{
color: #E63458;
}
</style>
background-color css
<style>
a { background-color: #E63458; }
a { background-color: rgb(230,52,88); }
div.DivClassName
{
background-color: #E63458;
}
.BgClassName
{
background-color: #E63458;
}
</style>
border-color css
<style>
span { border-color: #E63458; }
span { border-color: rgb(230,52,88); }
td.TdClassName
{
border-color: #E63458;
}
.TagClassName
{
border-color: #E63458;
}
</style>