Shades of Amaranth #E63944
Tints of Amaranth #E63944
RGB
CMYK
RGB Variations
Color information
#E63944 (or 0xE63944) is known color: Amaranth. HEX triplet: E6, 39 and 44. RGB value is (230,57,68). Sum of RGB (Red+Green+Blue) = 230+57+68=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E63944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63944 is #19C6BB. Grayscale: #6E6E6E. Windows color (decimal): -1689276 or 4471270. OLE color: 4471270.
HSL color Cylindrical-coordinate representation of color #E63944: hue angle of 356.18º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E63944 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 68 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.10 |
| HSL | 356.19º | 0.78% | 0.56% | - |
| HSV(B) | 356.19º | 0.75% | 0.9% | - |
| XYZ | 35.14 | 20.17 | 7.51 | - |
| YUV | 109.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 68 | 0 | 0.75 | 0.70 | 0.10 | 356.19 | 0.78 | 0.56 |
| Hex | E6 | 39 | 44 | 0 | 4B | 46 | A | 164 | 4E | 38 |
| Octal | 346 | 71 | 104 | 0 | 113 | 106 | 12 | 544 | 116 | 70 |
| Binary | 11100110 | 111001 | 1000100 | 0 | 1001011 | 1000110 | 1010 | 101100100 | 1001110 | 111000 |
Color Harmonies of #E63944
Complementary color
Monochromatic Colors of #E63944
Black with #E63944
Text Example
Text Example
White with #E63944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63944; }
p { color: rgb(230,57,68); }
H1.HeaderClassName
{
color: #E63944;
}
.AnyTagClassName
{
color: #E63944;
}
</style>
background-color css
<style>
a { background-color: #E63944; }
a { background-color: rgb(230,57,68); }
div.DivClassName
{
background-color: #E63944;
}
.BgClassName
{
background-color: #E63944;
}
</style>
border-color css
<style>
span { border-color: #E63944; }
span { border-color: rgb(230,57,68); }
td.TdClassName
{
border-color: #E63944;
}
.TagClassName
{
border-color: #E63944;
}
</style>