Shades of Amaranth #E63353
Tints of Amaranth #E63353
RGB
CMYK
RGB Variations
Color information
#E63353 (or 0xE63353) is known color: Amaranth. HEX triplet: E6, 33 and 53. RGB value is (230,51,83). Sum of RGB (Red+Green+Blue) = 230+51+83=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E63353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63353 is #19CCAC. Grayscale: #6C6C6C. Windows color (decimal): -1690797 or 5452774. OLE color: 5452774.
HSL color Cylindrical-coordinate representation of color #E63353: hue angle of 349.27º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E63353 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 51 | 83 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.10 |
| HSL | 349.27º | 0.78% | 0.55% | - |
| HSV(B) | 349.27º | 0.78% | 0.9% | - |
| XYZ | 35.38 | 19.82 | 10.14 | - |
| YUV | 108.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 51 | 83 | 0 | 0.78 | 0.64 | 0.10 | 349.27 | 0.78 | 0.55 |
| Hex | E6 | 33 | 53 | 0 | 4E | 40 | A | 15D | 4E | 37 |
| Octal | 346 | 63 | 123 | 0 | 116 | 100 | 12 | 535 | 116 | 67 |
| Binary | 11100110 | 110011 | 1010011 | 0 | 1001110 | 1000000 | 1010 | 101011101 | 1001110 | 110111 |
Color Harmonies of #E63353
Complementary color
Monochromatic Colors of #E63353
Black with #E63353
Text Example
Text Example
White with #E63353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63353; }
p { color: rgb(230,51,83); }
H1.HeaderClassName
{
color: #E63353;
}
.AnyTagClassName
{
color: #E63353;
}
</style>
background-color css
<style>
a { background-color: #E63353; }
a { background-color: rgb(230,51,83); }
div.DivClassName
{
background-color: #E63353;
}
.BgClassName
{
background-color: #E63353;
}
</style>
border-color css
<style>
span { border-color: #E63353; }
span { border-color: rgb(230,51,83); }
td.TdClassName
{
border-color: #E63353;
}
.TagClassName
{
border-color: #E63353;
}
</style>