Shades of Amaranth #E63653
Tints of Amaranth #E63653
RGB
CMYK
RGB Variations
Color information
#E63653 (or 0xE63653) is known color: Amaranth. HEX triplet: E6, 36 and 53. RGB value is (230,54,83). Sum of RGB (Red+Green+Blue) = 230+54+83=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 54 (21.48% from 255 or 14.71% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E63653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63653 is #19C9AC. Grayscale: #6D6D6D. Windows color (decimal): -1690029 or 5453542. OLE color: 5453542.
HSL color Cylindrical-coordinate representation of color #E63653: hue angle of 350.11º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63653 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 54 | 83 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.10 |
| HSL | 350.11º | 0.78% | 0.56% | - |
| HSV(B) | 350.11º | 0.77% | 0.9% | - |
| XYZ | 35.51 | 20.09 | 10.19 | - |
| YUV | 109.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 54 | 83 | 0 | 0.77 | 0.64 | 0.10 | 350.11 | 0.78 | 0.56 |
| Hex | E6 | 36 | 53 | 0 | 4D | 40 | A | 15E | 4E | 38 |
| Octal | 346 | 66 | 123 | 0 | 115 | 100 | 12 | 536 | 116 | 70 |
| Binary | 11100110 | 110110 | 1010011 | 0 | 1001101 | 1000000 | 1010 | 101011110 | 1001110 | 111000 |
Color Harmonies of #E63653
Complementary color
Monochromatic Colors of #E63653
Black with #E63653
Text Example
Text Example
White with #E63653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63653; }
p { color: rgb(230,54,83); }
H1.HeaderClassName
{
color: #E63653;
}
.AnyTagClassName
{
color: #E63653;
}
</style>
background-color css
<style>
a { background-color: #E63653; }
a { background-color: rgb(230,54,83); }
div.DivClassName
{
background-color: #E63653;
}
.BgClassName
{
background-color: #E63653;
}
</style>
border-color css
<style>
span { border-color: #E63653; }
span { border-color: rgb(230,54,83); }
td.TdClassName
{
border-color: #E63653;
}
.TagClassName
{
border-color: #E63653;
}
</style>