Shades of Amaranth #E62053
Tints of Amaranth #E62053
RGB
CMYK
RGB Variations
Color information
#E62053 (or 0xE62053) is known color: Amaranth. HEX triplet: E6, 20 and 53. RGB value is (230,32,83). Sum of RGB (Red+Green+Blue) = 230+32+83=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E62053 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62053 is #19DFAC. Grayscale: #616161. Windows color (decimal): -1695661 or 5447910. OLE color: 5447910.
HSL color Cylindrical-coordinate representation of color #E62053: hue angle of 344.55º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62053 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 83 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.10 |
| HSL | 344.55º | 0.8% | 0.51% | - |
| HSV(B) | 344.55º | 0.86% | 0.9% | - |
| XYZ | 34.71 | 18.48 | 9.92 | - |
| YUV | 97.02 | 120.1 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 83 | 0 | 0.86 | 0.64 | 0.10 | 344.55 | 0.8 | 0.51 |
| Hex | E6 | 20 | 53 | 0 | 56 | 40 | A | 159 | 50 | 33 |
| Octal | 346 | 40 | 123 | 0 | 126 | 100 | 12 | 531 | 120 | 63 |
| Binary | 11100110 | 100000 | 1010011 | 0 | 1010110 | 1000000 | 1010 | 101011001 | 1010000 | 110011 |
Color Harmonies of #E62053
Complementary color
Monochromatic Colors of #E62053
Black with #E62053
Text Example
Text Example
White with #E62053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62053; }
p { color: rgb(230,32,83); }
H1.HeaderClassName
{
color: #E62053;
}
.AnyTagClassName
{
color: #E62053;
}
</style>
background-color css
<style>
a { background-color: #E62053; }
a { background-color: rgb(230,32,83); }
div.DivClassName
{
background-color: #E62053;
}
.BgClassName
{
background-color: #E62053;
}
</style>
border-color css
<style>
span { border-color: #E62053; }
span { border-color: rgb(230,32,83); }
td.TdClassName
{
border-color: #E62053;
}
.TagClassName
{
border-color: #E62053;
}
</style>