Shades of Amaranth #E62051
Tints of Amaranth #E62051
RGB
CMYK
RGB Variations
Color information
#E62051 (or 0xE62051) is known color: Amaranth. HEX triplet: E6, 20 and 51. RGB value is (230,32,81). Sum of RGB (Red+Green+Blue) = 230+32+81=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E62051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62051 is #19DFAE. Grayscale: #606060. Windows color (decimal): -1695663 or 5316838. OLE color: 5316838.
HSL color Cylindrical-coordinate representation of color #E62051: hue angle of 345.15º 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 #E62051 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 81 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.10 |
| HSL | 345.15º | 0.8% | 0.51% | - |
| HSV(B) | 345.15º | 0.86% | 0.9% | - |
| XYZ | 34.63 | 18.45 | 9.52 | - |
| YUV | 96.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 81 | 0 | 0.86 | 0.65 | 0.10 | 345.15 | 0.8 | 0.51 |
| Hex | E6 | 20 | 51 | 0 | 56 | 41 | A | 159 | 50 | 33 |
| Octal | 346 | 40 | 121 | 0 | 126 | 101 | 12 | 531 | 120 | 63 |
| Binary | 11100110 | 100000 | 1010001 | 0 | 1010110 | 1000001 | 1010 | 101011001 | 1010000 | 110011 |
Color Harmonies of #E62051
Complementary color
Monochromatic Colors of #E62051
Black with #E62051
Text Example
Text Example
White with #E62051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62051; }
p { color: rgb(230,32,81); }
H1.HeaderClassName
{
color: #E62051;
}
.AnyTagClassName
{
color: #E62051;
}
</style>
background-color css
<style>
a { background-color: #E62051; }
a { background-color: rgb(230,32,81); }
div.DivClassName
{
background-color: #E62051;
}
.BgClassName
{
background-color: #E62051;
}
</style>
border-color css
<style>
span { border-color: #E62051; }
span { border-color: rgb(230,32,81); }
td.TdClassName
{
border-color: #E62051;
}
.TagClassName
{
border-color: #E62051;
}
</style>