Shades of Amaranth #E62354
Tints of Amaranth #E62354
RGB
CMYK
RGB Variations
Color information
#E62354 (or 0xE62354) is known color: Amaranth. HEX triplet: E6, 23 and 54. RGB value is (230,35,84). Sum of RGB (Red+Green+Blue) = 230+35+84=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E62354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62354 is #19DCAB. Grayscale: #626262. Windows color (decimal): -1694892 or 5514214. OLE color: 5514214.
HSL color Cylindrical-coordinate representation of color #E62354: hue angle of 344.92º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62354 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 84 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.10 |
| HSL | 344.92º | 0.8% | 0.52% | - |
| HSV(B) | 344.92º | 0.85% | 0.9% | - |
| XYZ | 34.83 | 18.67 | 10.15 | - |
| YUV | 98.89 | 119.6 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 84 | 0 | 0.85 | 0.63 | 0.10 | 344.92 | 0.8 | 0.52 |
| Hex | E6 | 23 | 54 | 0 | 55 | 3F | A | 159 | 50 | 34 |
| Octal | 346 | 43 | 124 | 0 | 125 | 77 | 12 | 531 | 120 | 64 |
| Binary | 11100110 | 100011 | 1010100 | 0 | 1010101 | 111111 | 1010 | 101011001 | 1010000 | 110100 |
Color Harmonies of #E62354
Complementary color
Monochromatic Colors of #E62354
Black with #E62354
Text Example
Text Example
White with #E62354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62354; }
p { color: rgb(230,35,84); }
H1.HeaderClassName
{
color: #E62354;
}
.AnyTagClassName
{
color: #E62354;
}
</style>
background-color css
<style>
a { background-color: #E62354; }
a { background-color: rgb(230,35,84); }
div.DivClassName
{
background-color: #E62354;
}
.BgClassName
{
background-color: #E62354;
}
</style>
border-color css
<style>
span { border-color: #E62354; }
span { border-color: rgb(230,35,84); }
td.TdClassName
{
border-color: #E62354;
}
.TagClassName
{
border-color: #E62354;
}
</style>