Shades of Amaranth #E64254
Tints of Amaranth #E64254
RGB
CMYK
RGB Variations
Color information
#E64254 (or 0xE64254) is known color: Amaranth. HEX triplet: E6, 42 and 54. RGB value is (230,66,84). Sum of RGB (Red+Green+Blue) = 230+66+84=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 84 (33.20% from 255 or 22.11% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E64254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64254 is #19BDAB. Grayscale: #757575. Windows color (decimal): -1686956 or 5522150. OLE color: 5522150.
HSL color Cylindrical-coordinate representation of color #E64254: hue angle of 353.41º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E64254 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 84 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.41º | 0.77% | 0.58% | - |
| HSV(B) | 353.41º | 0.71% | 0.9% | - |
| XYZ | 36.18 | 21.36 | 10.6 | - |
| YUV | 117.09 | 109.33 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 84 | 0 | 0.71 | 0.63 | 0.10 | 353.41 | 0.77 | 0.58 |
| Hex | E6 | 42 | 54 | 0 | 47 | 3F | A | 161 | 4D | 3A |
| Octal | 346 | 102 | 124 | 0 | 107 | 77 | 12 | 541 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1010100 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E64254
Complementary color
Monochromatic Colors of #E64254
Black with #E64254
Text Example
Text Example
White with #E64254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64254; }
p { color: rgb(230,66,84); }
H1.HeaderClassName
{
color: #E64254;
}
.AnyTagClassName
{
color: #E64254;
}
</style>
background-color css
<style>
a { background-color: #E64254; }
a { background-color: rgb(230,66,84); }
div.DivClassName
{
background-color: #E64254;
}
.BgClassName
{
background-color: #E64254;
}
</style>
border-color css
<style>
span { border-color: #E64254; }
span { border-color: rgb(230,66,84); }
td.TdClassName
{
border-color: #E64254;
}
.TagClassName
{
border-color: #E64254;
}
</style>