Shades of Amaranth #E63550
Tints of Amaranth #E63550
RGB
CMYK
RGB Variations
Color information
#E63550 (or 0xE63550) is known color: Amaranth. HEX triplet: E6, 35 and 50. RGB value is (230,53,80). Sum of RGB (Red+Green+Blue) = 230+53+80=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E63550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63550 is #19CAAF. Grayscale: #6D6D6D. Windows color (decimal): -1690288 or 5256678. OLE color: 5256678.
HSL color Cylindrical-coordinate representation of color #E63550: hue angle of 350.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63550 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 80 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.10 |
| HSL | 350.85º | 0.78% | 0.55% | - |
| HSV(B) | 350.85º | 0.77% | 0.9% | - |
| XYZ | 35.35 | 19.95 | 9.58 | - |
| YUV | 109 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 80 | 0 | 0.77 | 0.65 | 0.10 | 350.85 | 0.78 | 0.55 |
| Hex | E6 | 35 | 50 | 0 | 4D | 41 | A | 15F | 4E | 37 |
| Octal | 346 | 65 | 120 | 0 | 115 | 101 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110101 | 1010000 | 0 | 1001101 | 1000001 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E63550
Complementary color
Monochromatic Colors of #E63550
Black with #E63550
Text Example
Text Example
White with #E63550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63550; }
p { color: rgb(230,53,80); }
H1.HeaderClassName
{
color: #E63550;
}
.AnyTagClassName
{
color: #E63550;
}
</style>
background-color css
<style>
a { background-color: #E63550; }
a { background-color: rgb(230,53,80); }
div.DivClassName
{
background-color: #E63550;
}
.BgClassName
{
background-color: #E63550;
}
</style>
border-color css
<style>
span { border-color: #E63550; }
span { border-color: rgb(230,53,80); }
td.TdClassName
{
border-color: #E63550;
}
.TagClassName
{
border-color: #E63550;
}
</style>