Shades of Amaranth #E62447
Tints of Amaranth #E62447
RGB
CMYK
RGB Variations
Color information
#E62447 (or 0xE62447) is known color: Amaranth. HEX triplet: E6, 24 and 47. RGB value is (230,36,71). Sum of RGB (Red+Green+Blue) = 230+36+71=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E62447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62447 is #19DBB8. Grayscale: #626262. Windows color (decimal): -1694649 or 4662502. OLE color: 4662502.
HSL color Cylindrical-coordinate representation of color #E62447: hue angle of 349.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E62447 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 71 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.10 |
| HSL | 349.18º | 0.8% | 0.52% | - |
| HSV(B) | 349.18º | 0.84% | 0.9% | - |
| XYZ | 34.4 | 18.54 | 7.73 | - |
| YUV | 98 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 71 | 0 | 0.84 | 0.69 | 0.10 | 349.18 | 0.8 | 0.52 |
| Hex | E6 | 24 | 47 | 0 | 54 | 45 | A | 15D | 50 | 34 |
| Octal | 346 | 44 | 107 | 0 | 124 | 105 | 12 | 535 | 120 | 64 |
| Binary | 11100110 | 100100 | 1000111 | 0 | 1010100 | 1000101 | 1010 | 101011101 | 1010000 | 110100 |
Color Harmonies of #E62447
Complementary color
Monochromatic Colors of #E62447
Black with #E62447
Text Example
Text Example
White with #E62447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62447; }
p { color: rgb(230,36,71); }
H1.HeaderClassName
{
color: #E62447;
}
.AnyTagClassName
{
color: #E62447;
}
</style>
background-color css
<style>
a { background-color: #E62447; }
a { background-color: rgb(230,36,71); }
div.DivClassName
{
background-color: #E62447;
}
.BgClassName
{
background-color: #E62447;
}
</style>
border-color css
<style>
span { border-color: #E62447; }
span { border-color: rgb(230,36,71); }
td.TdClassName
{
border-color: #E62447;
}
.TagClassName
{
border-color: #E62447;
}
</style>