Shades of Amaranth #E63150
Tints of Amaranth #E63150
RGB
CMYK
RGB Variations
Color information
#E63150 (or 0xE63150) is known color: Amaranth. HEX triplet: E6, 31 and 50. RGB value is (230,49,80). Sum of RGB (Red+Green+Blue) = 230+49+80=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E63150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63150 is #19CEAF. Grayscale: #6A6A6A. Windows color (decimal): -1691312 or 5255654. OLE color: 5255654.
HSL color Cylindrical-coordinate representation of color #E63150: hue angle of 349.72º 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 #E63150 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 80 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.10 |
| HSL | 349.72º | 0.78% | 0.55% | - |
| HSV(B) | 349.72º | 0.79% | 0.9% | - |
| XYZ | 35.18 | 19.6 | 9.52 | - |
| YUV | 106.65 | 112.97 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 80 | 0 | 0.79 | 0.65 | 0.10 | 349.72 | 0.78 | 0.55 |
| Hex | E6 | 31 | 50 | 0 | 4F | 41 | A | 15E | 4E | 37 |
| Octal | 346 | 61 | 120 | 0 | 117 | 101 | 12 | 536 | 116 | 67 |
| Binary | 11100110 | 110001 | 1010000 | 0 | 1001111 | 1000001 | 1010 | 101011110 | 1001110 | 110111 |
Color Harmonies of #E63150
Complementary color
Monochromatic Colors of #E63150
Black with #E63150
Text Example
Text Example
White with #E63150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63150; }
p { color: rgb(230,49,80); }
H1.HeaderClassName
{
color: #E63150;
}
.AnyTagClassName
{
color: #E63150;
}
</style>
background-color css
<style>
a { background-color: #E63150; }
a { background-color: rgb(230,49,80); }
div.DivClassName
{
background-color: #E63150;
}
.BgClassName
{
background-color: #E63150;
}
</style>
border-color css
<style>
span { border-color: #E63150; }
span { border-color: rgb(230,49,80); }
td.TdClassName
{
border-color: #E63150;
}
.TagClassName
{
border-color: #E63150;
}
</style>