Shades of Amaranth #E64356
Tints of Amaranth #E64356
RGB
CMYK
RGB Variations
Color information
#E64356 (or 0xE64356) is known color: Amaranth. HEX triplet: E6, 43 and 56. RGB value is (230,67,86). Sum of RGB (Red+Green+Blue) = 230+67+86=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64356 is #19BCA9. Grayscale: #757575. Windows color (decimal): -1686698 or 5653478. OLE color: 5653478.
HSL color Cylindrical-coordinate representation of color #E64356: hue angle of 353.01º 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 #E64356 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 67 | 86 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.10 |
| HSL | 353.01º | 0.77% | 0.58% | - |
| HSV(B) | 353.01º | 0.71% | 0.9% | - |
| XYZ | 36.32 | 21.51 | 11.04 | - |
| YUV | 117.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 67 | 86 | 0 | 0.71 | 0.63 | 0.10 | 353.01 | 0.77 | 0.58 |
| Hex | E6 | 43 | 56 | 0 | 47 | 3F | A | 161 | 4D | 3A |
| Octal | 346 | 103 | 126 | 0 | 107 | 77 | 12 | 541 | 115 | 72 |
| Binary | 11100110 | 1000011 | 1010110 | 0 | 1000111 | 111111 | 1010 | 101100001 | 1001101 | 111010 |
Color Harmonies of #E64356
Complementary color
Monochromatic Colors of #E64356
Black with #E64356
Text Example
Text Example
White with #E64356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64356; }
p { color: rgb(230,67,86); }
H1.HeaderClassName
{
color: #E64356;
}
.AnyTagClassName
{
color: #E64356;
}
</style>
background-color css
<style>
a { background-color: #E64356; }
a { background-color: rgb(230,67,86); }
div.DivClassName
{
background-color: #E64356;
}
.BgClassName
{
background-color: #E64356;
}
</style>
border-color css
<style>
span { border-color: #E64356; }
span { border-color: rgb(230,67,86); }
td.TdClassName
{
border-color: #E64356;
}
.TagClassName
{
border-color: #E64356;
}
</style>