Shades of Amaranth #E62052
Tints of Amaranth #E62052
RGB
CMYK
RGB Variations
Color information
#E62052 (or 0xE62052) is known color: Amaranth. HEX triplet: E6, 20 and 52. RGB value is (230,32,82). Sum of RGB (Red+Green+Blue) = 230+32+82=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E62052 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62052 is #19DFAD. Grayscale: #606060. Windows color (decimal): -1695662 or 5382374. OLE color: 5382374.
HSL color Cylindrical-coordinate representation of color #E62052: hue angle of 344.85º 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 #E62052 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 82 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.10 |
| HSL | 344.85º | 0.8% | 0.51% | - |
| HSV(B) | 344.85º | 0.86% | 0.9% | - |
| XYZ | 34.67 | 18.47 | 9.72 | - |
| YUV | 96.9 | 119.6 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 82 | 0 | 0.86 | 0.64 | 0.10 | 344.85 | 0.8 | 0.51 |
| Hex | E6 | 20 | 52 | 0 | 56 | 40 | A | 159 | 50 | 33 |
| Octal | 346 | 40 | 122 | 0 | 126 | 100 | 12 | 531 | 120 | 63 |
| Binary | 11100110 | 100000 | 1010010 | 0 | 1010110 | 1000000 | 1010 | 101011001 | 1010000 | 110011 |
Color Harmonies of #E62052
Complementary color
Monochromatic Colors of #E62052
Black with #E62052
Text Example
Text Example
White with #E62052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62052; }
p { color: rgb(230,32,82); }
H1.HeaderClassName
{
color: #E62052;
}
.AnyTagClassName
{
color: #E62052;
}
</style>
background-color css
<style>
a { background-color: #E62052; }
a { background-color: rgb(230,32,82); }
div.DivClassName
{
background-color: #E62052;
}
.BgClassName
{
background-color: #E62052;
}
</style>
border-color css
<style>
span { border-color: #E62052; }
span { border-color: rgb(230,32,82); }
td.TdClassName
{
border-color: #E62052;
}
.TagClassName
{
border-color: #E62052;
}
</style>