Shades of Amaranth #E63558
Tints of Amaranth #E63558
RGB
CMYK
RGB Variations
Color information
#E63558 (or 0xE63558) is known color: Amaranth. HEX triplet: E6, 35 and 58. RGB value is (230,53,88). Sum of RGB (Red+Green+Blue) = 230+53+88=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E63558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63558 is #19CAA7. Grayscale: #6D6D6D. Windows color (decimal): -1690280 or 5780966. OLE color: 5780966.
HSL color Cylindrical-coordinate representation of color #E63558: hue angle of 348.14º 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 #E63558 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 88 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.10 |
| HSL | 348.14º | 0.78% | 0.55% | - |
| HSV(B) | 348.14º | 0.77% | 0.9% | - |
| XYZ | 35.67 | 20.07 | 11.23 | - |
| YUV | 109.91 | 115.64 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 88 | 0 | 0.77 | 0.62 | 0.10 | 348.14 | 0.78 | 0.55 |
| Hex | E6 | 35 | 58 | 0 | 4D | 3E | A | 15C | 4E | 37 |
| Octal | 346 | 65 | 130 | 0 | 115 | 76 | 12 | 534 | 116 | 67 |
| Binary | 11100110 | 110101 | 1011000 | 0 | 1001101 | 111110 | 1010 | 101011100 | 1001110 | 110111 |
Color Harmonies of #E63558
Complementary color
Monochromatic Colors of #E63558
Black with #E63558
Text Example
Text Example
White with #E63558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63558; }
p { color: rgb(230,53,88); }
H1.HeaderClassName
{
color: #E63558;
}
.AnyTagClassName
{
color: #E63558;
}
</style>
background-color css
<style>
a { background-color: #E63558; }
a { background-color: rgb(230,53,88); }
div.DivClassName
{
background-color: #E63558;
}
.BgClassName
{
background-color: #E63558;
}
</style>
border-color css
<style>
span { border-color: #E63558; }
span { border-color: rgb(230,53,88); }
td.TdClassName
{
border-color: #E63558;
}
.TagClassName
{
border-color: #E63558;
}
</style>