Shades of Amaranth #E6264E
Tints of Amaranth #E6264E
RGB
CMYK
RGB Variations
Color information
#E6264E (or 0xE6264E) is known color: Amaranth. HEX triplet: E6, 26 and 4E. RGB value is (230,38,78). Sum of RGB (Red+Green+Blue) = 230+38+78=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6264E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6264E is #19D9B1. Grayscale: #646464. Windows color (decimal): -1694130 or 5121766. OLE color: 5121766.
HSL color Cylindrical-coordinate representation of color #E6264E: hue angle of 347.5º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6264E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 38 | 78 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.10 |
| HSL | 347.5º | 0.79% | 0.53% | - |
| HSV(B) | 347.5º | 0.83% | 0.9% | - |
| XYZ | 34.7 | 18.76 | 9 | - |
| YUV | 99.97 | 115.61 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 38 | 78 | 0 | 0.83 | 0.66 | 0.10 | 347.5 | 0.79 | 0.53 |
| Hex | E6 | 26 | 4E | 0 | 53 | 42 | A | 15C | 4F | 35 |
| Octal | 346 | 46 | 116 | 0 | 123 | 102 | 12 | 534 | 117 | 65 |
| Binary | 11100110 | 100110 | 1001110 | 0 | 1010011 | 1000010 | 1010 | 101011100 | 1001111 | 110101 |
Color Harmonies of #E6264E
Complementary color
Monochromatic Colors of #E6264E
Black with #E6264E
Text Example
Text Example
White with #E6264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6264E; }
p { color: rgb(230,38,78); }
H1.HeaderClassName
{
color: #E6264E;
}
.AnyTagClassName
{
color: #E6264E;
}
</style>
background-color css
<style>
a { background-color: #E6264E; }
a { background-color: rgb(230,38,78); }
div.DivClassName
{
background-color: #E6264E;
}
.BgClassName
{
background-color: #E6264E;
}
</style>
border-color css
<style>
span { border-color: #E6264E; }
span { border-color: rgb(230,38,78); }
td.TdClassName
{
border-color: #E6264E;
}
.TagClassName
{
border-color: #E6264E;
}
</style>