Shades of Amaranth #E63450
Tints of Amaranth #E63450
RGB
CMYK
RGB Variations
Color information
#E63450 (or 0xE63450) is known color: Amaranth. HEX triplet: E6, 34 and 50. RGB value is (230,52,80). Sum of RGB (Red+Green+Blue) = 230+52+80=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E63450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63450 is #19CBAF. Grayscale: #6C6C6C. Windows color (decimal): -1690544 or 5256422. OLE color: 5256422.
HSL color Cylindrical-coordinate representation of color #E63450: hue angle of 350.56º 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 #E63450 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 80 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.10 |
| HSL | 350.56º | 0.78% | 0.55% | - |
| HSV(B) | 350.56º | 0.77% | 0.9% | - |
| XYZ | 35.31 | 19.86 | 9.56 | - |
| YUV | 108.41 | 111.97 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 80 | 0 | 0.77 | 0.65 | 0.10 | 350.56 | 0.78 | 0.55 |
| Hex | E6 | 34 | 50 | 0 | 4D | 41 | A | 15F | 4E | 37 |
| Octal | 346 | 64 | 120 | 0 | 115 | 101 | 12 | 537 | 116 | 67 |
| Binary | 11100110 | 110100 | 1010000 | 0 | 1001101 | 1000001 | 1010 | 101011111 | 1001110 | 110111 |
Color Harmonies of #E63450
Complementary color
Monochromatic Colors of #E63450
Black with #E63450
Text Example
Text Example
White with #E63450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63450; }
p { color: rgb(230,52,80); }
H1.HeaderClassName
{
color: #E63450;
}
.AnyTagClassName
{
color: #E63450;
}
</style>
background-color css
<style>
a { background-color: #E63450; }
a { background-color: rgb(230,52,80); }
div.DivClassName
{
background-color: #E63450;
}
.BgClassName
{
background-color: #E63450;
}
</style>
border-color css
<style>
span { border-color: #E63450; }
span { border-color: rgb(230,52,80); }
td.TdClassName
{
border-color: #E63450;
}
.TagClassName
{
border-color: #E63450;
}
</style>