Shades of Amaranth #E64548
Tints of Amaranth #E64548
RGB
CMYK
RGB Variations
Color information
#E64548 (or 0xE64548) is known color: Amaranth. HEX triplet: E6, 45 and 48. RGB value is (230,69,72). Sum of RGB (Red+Green+Blue) = 230+69+72=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E64548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64548 is #19BAB7. Grayscale: #757575. Windows color (decimal): -1686200 or 4736486. OLE color: 4736486.
HSL color Cylindrical-coordinate representation of color #E64548: hue angle of 358.88º 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 #E64548 is Cyan = 0, Magento = 0.7, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 72 | - |
| CMYK | 0 | 0.7 | 0.69 | 0.10 |
| HSL | 358.88º | 0.76% | 0.59% | - |
| HSV(B) | 358.88º | 0.7% | 0.9% | - |
| XYZ | 35.93 | 21.55 | 8.4 | - |
| YUV | 117.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 72 | 0 | 0.7 | 0.69 | 0.10 | 358.88 | 0.76 | 0.59 |
| Hex | E6 | 45 | 48 | 0 | 46 | 45 | A | 167 | 4C | 3B |
| Octal | 346 | 105 | 110 | 0 | 106 | 105 | 12 | 547 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1001000 | 0 | 1000110 | 1000101 | 1010 | 101100111 | 1001100 | 111011 |
Color Harmonies of #E64548
Complementary color
Monochromatic Colors of #E64548
Black with #E64548
Text Example
Text Example
White with #E64548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64548; }
p { color: rgb(230,69,72); }
H1.HeaderClassName
{
color: #E64548;
}
.AnyTagClassName
{
color: #E64548;
}
</style>
background-color css
<style>
a { background-color: #E64548; }
a { background-color: rgb(230,69,72); }
div.DivClassName
{
background-color: #E64548;
}
.BgClassName
{
background-color: #E64548;
}
</style>
border-color css
<style>
span { border-color: #E64548; }
span { border-color: rgb(230,69,72); }
td.TdClassName
{
border-color: #E64548;
}
.TagClassName
{
border-color: #E64548;
}
</style>