Shades of Amaranth #E63959
Tints of Amaranth #E63959
RGB
CMYK
RGB Variations
Color information
#E63959 (or 0xE63959) is known color: Amaranth. HEX triplet: E6, 39 and 59. RGB value is (230,57,89). Sum of RGB (Red+Green+Blue) = 230+57+89=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E63959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63959 is #19C6A6. Grayscale: #707070. Windows color (decimal): -1689255 or 5847526. OLE color: 5847526.
HSL color Cylindrical-coordinate representation of color #E63959: hue angle of 348.9º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63959 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 89 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.10 |
| HSL | 348.9º | 0.78% | 0.56% | - |
| HSV(B) | 348.9º | 0.75% | 0.9% | - |
| XYZ | 35.9 | 20.47 | 11.51 | - |
| YUV | 112.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 89 | 0 | 0.75 | 0.61 | 0.10 | 348.9 | 0.78 | 0.56 |
| Hex | E6 | 39 | 59 | 0 | 4B | 3D | A | 15D | 4E | 38 |
| Octal | 346 | 71 | 131 | 0 | 113 | 75 | 12 | 535 | 116 | 70 |
| Binary | 11100110 | 111001 | 1011001 | 0 | 1001011 | 111101 | 1010 | 101011101 | 1001110 | 111000 |
Color Harmonies of #E63959
Complementary color
Monochromatic Colors of #E63959
Black with #E63959
Text Example
Text Example
White with #E63959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63959; }
p { color: rgb(230,57,89); }
H1.HeaderClassName
{
color: #E63959;
}
.AnyTagClassName
{
color: #E63959;
}
</style>
background-color css
<style>
a { background-color: #E63959; }
a { background-color: rgb(230,57,89); }
div.DivClassName
{
background-color: #E63959;
}
.BgClassName
{
background-color: #E63959;
}
</style>
border-color css
<style>
span { border-color: #E63959; }
span { border-color: rgb(230,57,89); }
td.TdClassName
{
border-color: #E63959;
}
.TagClassName
{
border-color: #E63959;
}
</style>