Shades of Amaranth #E63750
Tints of Amaranth #E63750
RGB
CMYK
RGB Variations
Color information
#E63750 (or 0xE63750) is known color: Amaranth. HEX triplet: E6, 37 and 50. RGB value is (230,55,80). Sum of RGB (Red+Green+Blue) = 230+55+80=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E63750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63750 is #19C8AF. Grayscale: #6E6E6E. Windows color (decimal): -1689776 or 5257190. OLE color: 5257190.
HSL color Cylindrical-coordinate representation of color #E63750: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E63750 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 80 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.10 |
| HSL | 351.43º | 0.78% | 0.56% | - |
| HSV(B) | 351.43º | 0.76% | 0.9% | - |
| XYZ | 35.45 | 20.13 | 9.61 | - |
| YUV | 110.18 | 110.98 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 80 | 0 | 0.76 | 0.65 | 0.10 | 351.43 | 0.78 | 0.56 |
| Hex | E6 | 37 | 50 | 0 | 4C | 41 | A | 15F | 4E | 38 |
| Octal | 346 | 67 | 120 | 0 | 114 | 101 | 12 | 537 | 116 | 70 |
| Binary | 11100110 | 110111 | 1010000 | 0 | 1001100 | 1000001 | 1010 | 101011111 | 1001110 | 111000 |
Color Harmonies of #E63750
Complementary color
Monochromatic Colors of #E63750
Black with #E63750
Text Example
Text Example
White with #E63750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63750; }
p { color: rgb(230,55,80); }
H1.HeaderClassName
{
color: #E63750;
}
.AnyTagClassName
{
color: #E63750;
}
</style>
background-color css
<style>
a { background-color: #E63750; }
a { background-color: rgb(230,55,80); }
div.DivClassName
{
background-color: #E63750;
}
.BgClassName
{
background-color: #E63750;
}
</style>
border-color css
<style>
span { border-color: #E63750; }
span { border-color: rgb(230,55,80); }
td.TdClassName
{
border-color: #E63750;
}
.TagClassName
{
border-color: #E63750;
}
</style>