Shades of Amaranth #E6284C
Tints of Amaranth #E6284C
RGB
CMYK
RGB Variations
Color information
#E6284C (or 0xE6284C) is known color: Amaranth. HEX triplet: E6, 28 and 4C. RGB value is (230,40,76). Sum of RGB (Red+Green+Blue) = 230+40+76=346 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.47% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 230 - color contains mainly: red. Hex color #E6284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6284C is #19D7B3. Grayscale: #646464. Windows color (decimal): -1693620 or 4991206. OLE color: 4991206.
HSL color Cylindrical-coordinate representation of color #E6284C: hue angle of 348.63º 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 #E6284C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 76 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.10 |
| HSL | 348.63º | 0.79% | 0.53% | - |
| HSV(B) | 348.63º | 0.83% | 0.9% | - |
| XYZ | 34.7 | 18.86 | 8.65 | - |
| YUV | 100.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 76 | 0 | 0.83 | 0.67 | 0.10 | 348.63 | 0.79 | 0.53 |
| Hex | E6 | 28 | 4C | 0 | 53 | 43 | A | 15D | 4F | 35 |
| Octal | 346 | 50 | 114 | 0 | 123 | 103 | 12 | 535 | 117 | 65 |
| Binary | 11100110 | 101000 | 1001100 | 0 | 1010011 | 1000011 | 1010 | 101011101 | 1001111 | 110101 |
Color Harmonies of #E6284C
Complementary color
Monochromatic Colors of #E6284C
Black with #E6284C
Text Example
Text Example
White with #E6284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6284C; }
p { color: rgb(230,40,76); }
H1.HeaderClassName
{
color: #E6284C;
}
.AnyTagClassName
{
color: #E6284C;
}
</style>
background-color css
<style>
a { background-color: #E6284C; }
a { background-color: rgb(230,40,76); }
div.DivClassName
{
background-color: #E6284C;
}
.BgClassName
{
background-color: #E6284C;
}
</style>
border-color css
<style>
span { border-color: #E6284C; }
span { border-color: rgb(230,40,76); }
td.TdClassName
{
border-color: #E6284C;
}
.TagClassName
{
border-color: #E6284C;
}
</style>