Shades of Amaranth #E62E4C
Tints of Amaranth #E62E4C
RGB
CMYK
RGB Variations
Color information
#E62E4C (or 0xE62E4C) is known color: Amaranth. HEX triplet: E6, 2E and 4C. RGB value is (230,46,76). Sum of RGB (Red+Green+Blue) = 230+46+76=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62E4C is #19D1B3. Grayscale: #686868. Windows color (decimal): -1692084 or 4992742. OLE color: 4992742.
HSL color Cylindrical-coordinate representation of color #E62E4C: hue angle of 350.22º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62E4C is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 46 | 76 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.10 |
| HSL | 350.22º | 0.79% | 0.54% | - |
| HSV(B) | 350.22º | 0.8% | 0.9% | - |
| XYZ | 34.91 | 19.3 | 8.72 | - |
| YUV | 104.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 46 | 76 | 0 | 0.8 | 0.67 | 0.10 | 350.22 | 0.79 | 0.54 |
| Hex | E6 | 2E | 4C | 0 | 50 | 43 | A | 15E | 4F | 36 |
| Octal | 346 | 56 | 114 | 0 | 120 | 103 | 12 | 536 | 117 | 66 |
| Binary | 11100110 | 101110 | 1001100 | 0 | 1010000 | 1000011 | 1010 | 101011110 | 1001111 | 110110 |
Color Harmonies of #E62E4C
Complementary color
Monochromatic Colors of #E62E4C
Black with #E62E4C
Text Example
Text Example
White with #E62E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62E4C; }
p { color: rgb(230,46,76); }
H1.HeaderClassName
{
color: #E62E4C;
}
.AnyTagClassName
{
color: #E62E4C;
}
</style>
background-color css
<style>
a { background-color: #E62E4C; }
a { background-color: rgb(230,46,76); }
div.DivClassName
{
background-color: #E62E4C;
}
.BgClassName
{
background-color: #E62E4C;
}
</style>
border-color css
<style>
span { border-color: #E62E4C; }
span { border-color: rgb(230,46,76); }
td.TdClassName
{
border-color: #E62E4C;
}
.TagClassName
{
border-color: #E62E4C;
}
</style>