Shades of Amaranth #E63D47
Tints of Amaranth #E63D47
RGB
CMYK
RGB Variations
Color information
#E63D47 (or 0xE63D47) is known color: Amaranth. HEX triplet: E6, 3D and 47. RGB value is (230,61,71). Sum of RGB (Red+Green+Blue) = 230+61+71=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E63D47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63D47 is #19C2B8. Grayscale: #707070. Windows color (decimal): -1688249 or 4668902. OLE color: 4668902.
HSL color Cylindrical-coordinate representation of color #E63D47: hue angle of 356.45º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63D47 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 71 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.10 |
| HSL | 356.45º | 0.77% | 0.57% | - |
| HSV(B) | 356.45º | 0.73% | 0.9% | - |
| XYZ | 35.44 | 20.62 | 8.07 | - |
| YUV | 112.67 | 104.49 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 71 | 0 | 0.73 | 0.69 | 0.10 | 356.45 | 0.77 | 0.57 |
| Hex | E6 | 3D | 47 | 0 | 49 | 45 | A | 164 | 4D | 39 |
| Octal | 346 | 75 | 107 | 0 | 111 | 105 | 12 | 544 | 115 | 71 |
| Binary | 11100110 | 111101 | 1000111 | 0 | 1001001 | 1000101 | 1010 | 101100100 | 1001101 | 111001 |
Color Harmonies of #E63D47
Complementary color
Monochromatic Colors of #E63D47
Black with #E63D47
Text Example
Text Example
White with #E63D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63D47; }
p { color: rgb(230,61,71); }
H1.HeaderClassName
{
color: #E63D47;
}
.AnyTagClassName
{
color: #E63D47;
}
</style>
background-color css
<style>
a { background-color: #E63D47; }
a { background-color: rgb(230,61,71); }
div.DivClassName
{
background-color: #E63D47;
}
.BgClassName
{
background-color: #E63D47;
}
</style>
border-color css
<style>
span { border-color: #E63D47; }
span { border-color: rgb(230,61,71); }
td.TdClassName
{
border-color: #E63D47;
}
.TagClassName
{
border-color: #E63D47;
}
</style>