Shades of Amaranth #E63850
Tints of Amaranth #E63850
RGB
CMYK
RGB Variations
Color information
#E63850 (or 0xE63850) is known color: Amaranth. HEX triplet: E6, 38 and 50. RGB value is (230,56,80). Sum of RGB (Red+Green+Blue) = 230+56+80=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E63850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63850 is #19C7AF. Grayscale: #6E6E6E. Windows color (decimal): -1689520 or 5257446. OLE color: 5257446.
HSL color Cylindrical-coordinate representation of color #E63850: hue angle of 351.72º 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 #E63850 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 80 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.10 |
| HSL | 351.72º | 0.78% | 0.56% | - |
| HSV(B) | 351.72º | 0.76% | 0.9% | - |
| XYZ | 35.5 | 20.23 | 9.62 | - |
| YUV | 110.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 80 | 0 | 0.76 | 0.65 | 0.10 | 351.72 | 0.78 | 0.56 |
| Hex | E6 | 38 | 50 | 0 | 4C | 41 | A | 160 | 4E | 38 |
| Octal | 346 | 70 | 120 | 0 | 114 | 101 | 12 | 540 | 116 | 70 |
| Binary | 11100110 | 111000 | 1010000 | 0 | 1001100 | 1000001 | 1010 | 101100000 | 1001110 | 111000 |
Color Harmonies of #E63850
Complementary color
Monochromatic Colors of #E63850
Black with #E63850
Text Example
Text Example
White with #E63850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63850; }
p { color: rgb(230,56,80); }
H1.HeaderClassName
{
color: #E63850;
}
.AnyTagClassName
{
color: #E63850;
}
</style>
background-color css
<style>
a { background-color: #E63850; }
a { background-color: rgb(230,56,80); }
div.DivClassName
{
background-color: #E63850;
}
.BgClassName
{
background-color: #E63850;
}
</style>
border-color css
<style>
span { border-color: #E63850; }
span { border-color: rgb(230,56,80); }
td.TdClassName
{
border-color: #E63850;
}
.TagClassName
{
border-color: #E63850;
}
</style>