Shades of Amaranth #E63658
Tints of Amaranth #E63658
RGB
CMYK
RGB Variations
Color information
#E63658 (or 0xE63658) is known color: Amaranth. HEX triplet: E6, 36 and 58. RGB value is (230,54,88). Sum of RGB (Red+Green+Blue) = 230+54+88=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E63658 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63658 is #19C9A7. Grayscale: #6E6E6E. Windows color (decimal): -1690024 or 5781222. OLE color: 5781222.
HSL color Cylindrical-coordinate representation of color #E63658: hue angle of 348.41º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63658 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 88 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.10 |
| HSL | 348.41º | 0.78% | 0.56% | - |
| HSV(B) | 348.41º | 0.77% | 0.9% | - |
| XYZ | 35.71 | 20.17 | 11.24 | - |
| YUV | 110.5 | 115.31 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 88 | 0 | 0.77 | 0.62 | 0.10 | 348.41 | 0.78 | 0.56 |
| Hex | E6 | 36 | 58 | 0 | 4D | 3E | A | 15C | 4E | 38 |
| Octal | 346 | 66 | 130 | 0 | 115 | 76 | 12 | 534 | 116 | 70 |
| Binary | 11100110 | 110110 | 1011000 | 0 | 1001101 | 111110 | 1010 | 101011100 | 1001110 | 111000 |
Color Harmonies of #E63658
Complementary color
Monochromatic Colors of #E63658
Black with #E63658
Text Example
Text Example
White with #E63658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63658; }
p { color: rgb(230,54,88); }
H1.HeaderClassName
{
color: #E63658;
}
.AnyTagClassName
{
color: #E63658;
}
</style>
background-color css
<style>
a { background-color: #E63658; }
a { background-color: rgb(230,54,88); }
div.DivClassName
{
background-color: #E63658;
}
.BgClassName
{
background-color: #E63658;
}
</style>
border-color css
<style>
span { border-color: #E63658; }
span { border-color: rgb(230,54,88); }
td.TdClassName
{
border-color: #E63658;
}
.TagClassName
{
border-color: #E63658;
}
</style>