Shades of Amaranth #E63050
Tints of Amaranth #E63050
RGB
CMYK
RGB Variations
Color information
#E63050 (or 0xE63050) is known color: Amaranth. HEX triplet: E6, 30 and 50. RGB value is (230,48,80). Sum of RGB (Red+Green+Blue) = 230+48+80=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E63050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63050 is #19CFAF. Grayscale: #6A6A6A. Windows color (decimal): -1691568 or 5255398. OLE color: 5255398.
HSL color Cylindrical-coordinate representation of color #E63050: hue angle of 349.45º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E63050 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 80 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.10 |
| HSL | 349.45º | 0.78% | 0.55% | - |
| HSV(B) | 349.45º | 0.79% | 0.9% | - |
| XYZ | 35.14 | 19.52 | 9.5 | - |
| YUV | 106.07 | 113.3 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 80 | 0 | 0.79 | 0.65 | 0.10 | 349.45 | 0.78 | 0.55 |
| Hex | E6 | 30 | 50 | 0 | 4F | 41 | A | 15D | 4E | 37 |
| Octal | 346 | 60 | 120 | 0 | 117 | 101 | 12 | 535 | 116 | 67 |
| Binary | 11100110 | 110000 | 1010000 | 0 | 1001111 | 1000001 | 1010 | 101011101 | 1001110 | 110111 |
Color Harmonies of #E63050
Complementary color
Monochromatic Colors of #E63050
Black with #E63050
Text Example
Text Example
White with #E63050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63050; }
p { color: rgb(230,48,80); }
H1.HeaderClassName
{
color: #E63050;
}
.AnyTagClassName
{
color: #E63050;
}
</style>
background-color css
<style>
a { background-color: #E63050; }
a { background-color: rgb(230,48,80); }
div.DivClassName
{
background-color: #E63050;
}
.BgClassName
{
background-color: #E63050;
}
</style>
border-color css
<style>
span { border-color: #E63050; }
span { border-color: rgb(230,48,80); }
td.TdClassName
{
border-color: #E63050;
}
.TagClassName
{
border-color: #E63050;
}
</style>