Shades of Amaranth #E64648
Tints of Amaranth #E64648
RGB
CMYK
RGB Variations
Color information
#E64648 (or 0xE64648) is known color: Amaranth. HEX triplet: E6, 46 and 48. RGB value is (230,70,72). Sum of RGB (Red+Green+Blue) = 230+70+72=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E64648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64648 is #19B9B7. Grayscale: #767676. Windows color (decimal): -1685944 or 4736742. OLE color: 4736742.
HSL color Cylindrical-coordinate representation of color #E64648: hue angle of 359.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64648 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 70 | 72 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.10 |
| HSL | 359.25º | 0.76% | 0.59% | - |
| HSV(B) | 359.25º | 0.7% | 0.9% | - |
| XYZ | 35.99 | 21.67 | 8.42 | - |
| YUV | 118.07 | 102.01 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 70 | 72 | 0 | 0.70 | 0.69 | 0.10 | 359.25 | 0.76 | 0.59 |
| Hex | E6 | 46 | 48 | 0 | 46 | 45 | A | 167 | 4C | 3B |
| Octal | 346 | 106 | 110 | 0 | 106 | 105 | 12 | 547 | 114 | 73 |
| Binary | 11100110 | 1000110 | 1001000 | 0 | 1000110 | 1000101 | 1010 | 101100111 | 1001100 | 111011 |
Color Harmonies of #E64648
Complementary color
Monochromatic Colors of #E64648
Black with #E64648
Text Example
Text Example
White with #E64648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64648; }
p { color: rgb(230,70,72); }
H1.HeaderClassName
{
color: #E64648;
}
.AnyTagClassName
{
color: #E64648;
}
</style>
background-color css
<style>
a { background-color: #E64648; }
a { background-color: rgb(230,70,72); }
div.DivClassName
{
background-color: #E64648;
}
.BgClassName
{
background-color: #E64648;
}
</style>
border-color css
<style>
span { border-color: #E64648; }
span { border-color: rgb(230,70,72); }
td.TdClassName
{
border-color: #E64648;
}
.TagClassName
{
border-color: #E64648;
}
</style>