Shades of Amaranth #E63159
Tints of Amaranth #E63159
RGB
CMYK
RGB Variations
Color information
#E63159 (or 0xE63159) is known color: Amaranth. HEX triplet: E6, 31 and 59. RGB value is (230,49,89). Sum of RGB (Red+Green+Blue) = 230+49+89=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 89 (35.16% from 255 or 24.18% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E63159 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63159 is #19CEA6. Grayscale: #6B6B6B. Windows color (decimal): -1691303 or 5845478. OLE color: 5845478.
HSL color Cylindrical-coordinate representation of color #E63159: hue angle of 346.74º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63159 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 89 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.10 |
| HSL | 346.74º | 0.78% | 0.55% | - |
| HSV(B) | 346.74º | 0.79% | 0.9% | - |
| XYZ | 35.53 | 19.74 | 11.39 | - |
| YUV | 107.68 | 117.47 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 89 | 0 | 0.79 | 0.61 | 0.10 | 346.74 | 0.78 | 0.55 |
| Hex | E6 | 31 | 59 | 0 | 4F | 3D | A | 15B | 4E | 37 |
| Octal | 346 | 61 | 131 | 0 | 117 | 75 | 12 | 533 | 116 | 67 |
| Binary | 11100110 | 110001 | 1011001 | 0 | 1001111 | 111101 | 1010 | 101011011 | 1001110 | 110111 |
Color Harmonies of #E63159
Complementary color
Monochromatic Colors of #E63159
Black with #E63159
Text Example
Text Example
White with #E63159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63159; }
p { color: rgb(230,49,89); }
H1.HeaderClassName
{
color: #E63159;
}
.AnyTagClassName
{
color: #E63159;
}
</style>
background-color css
<style>
a { background-color: #E63159; }
a { background-color: rgb(230,49,89); }
div.DivClassName
{
background-color: #E63159;
}
.BgClassName
{
background-color: #E63159;
}
</style>
border-color css
<style>
span { border-color: #E63159; }
span { border-color: rgb(230,49,89); }
td.TdClassName
{
border-color: #E63159;
}
.TagClassName
{
border-color: #E63159;
}
</style>