Shades of Amaranth #E62C4C
Tints of Amaranth #E62C4C
RGB
CMYK
RGB Variations
Color information
#E62C4C (or 0xE62C4C) is known color: Amaranth. HEX triplet: E6, 2C and 4C. RGB value is (230,44,76). Sum of RGB (Red+Green+Blue) = 230+44+76=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62C4C is #19D3B3. Grayscale: #676767. Windows color (decimal): -1692596 or 4992230. OLE color: 4992230.
HSL color Cylindrical-coordinate representation of color #E62C4C: hue angle of 349.68º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C4C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 76 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.10 |
| HSL | 349.68º | 0.79% | 0.54% | - |
| HSV(B) | 349.68º | 0.81% | 0.9% | - |
| XYZ | 34.84 | 19.15 | 8.7 | - |
| YUV | 103.26 | 112.62 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 76 | 0 | 0.81 | 0.67 | 0.10 | 349.68 | 0.79 | 0.54 |
| Hex | E6 | 2C | 4C | 0 | 51 | 43 | A | 15E | 4F | 36 |
| Octal | 346 | 54 | 114 | 0 | 121 | 103 | 12 | 536 | 117 | 66 |
| Binary | 11100110 | 101100 | 1001100 | 0 | 1010001 | 1000011 | 1010 | 101011110 | 1001111 | 110110 |
Color Harmonies of #E62C4C
Complementary color
Monochromatic Colors of #E62C4C
Black with #E62C4C
Text Example
Text Example
White with #E62C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62C4C; }
p { color: rgb(230,44,76); }
H1.HeaderClassName
{
color: #E62C4C;
}
.AnyTagClassName
{
color: #E62C4C;
}
</style>
background-color css
<style>
a { background-color: #E62C4C; }
a { background-color: rgb(230,44,76); }
div.DivClassName
{
background-color: #E62C4C;
}
.BgClassName
{
background-color: #E62C4C;
}
</style>
border-color css
<style>
span { border-color: #E62C4C; }
span { border-color: rgb(230,44,76); }
td.TdClassName
{
border-color: #E62C4C;
}
.TagClassName
{
border-color: #E62C4C;
}
</style>