Shades of Amaranth #E6285C
Tints of Amaranth #E6285C
RGB
CMYK
RGB Variations
Color information
#E6285C (or 0xE6285C) is known color: Amaranth. HEX triplet: E6, 28 and 5C. RGB value is (230,40,92). Sum of RGB (Red+Green+Blue) = 230+40+92=362 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.54% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 230 - color contains mainly: red. Hex color #E6285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6285C is #19D7A3. Grayscale: #666666. Windows color (decimal): -1693604 or 6039782. OLE color: 6039782.
HSL color Cylindrical-coordinate representation of color #E6285C: hue angle of 343.58º 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 #E6285C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.10 |
| HSL | 343.58º | 0.79% | 0.53% | - |
| HSV(B) | 343.58º | 0.83% | 0.9% | - |
| XYZ | 35.32 | 19.11 | 11.95 | - |
| YUV | 102.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 92 | 0 | 0.83 | 0.60 | 0.10 | 343.58 | 0.79 | 0.53 |
| Hex | E6 | 28 | 5C | 0 | 53 | 3C | A | 158 | 4F | 35 |
| Octal | 346 | 50 | 134 | 0 | 123 | 74 | 12 | 530 | 117 | 65 |
| Binary | 11100110 | 101000 | 1011100 | 0 | 1010011 | 111100 | 1010 | 101011000 | 1001111 | 110101 |
Color Harmonies of #E6285C
Complementary color
Monochromatic Colors of #E6285C
Black with #E6285C
Text Example
Text Example
White with #E6285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6285C; }
p { color: rgb(230,40,92); }
H1.HeaderClassName
{
color: #E6285C;
}
.AnyTagClassName
{
color: #E6285C;
}
</style>
background-color css
<style>
a { background-color: #E6285C; }
a { background-color: rgb(230,40,92); }
div.DivClassName
{
background-color: #E6285C;
}
.BgClassName
{
background-color: #E6285C;
}
</style>
border-color css
<style>
span { border-color: #E6285C; }
span { border-color: rgb(230,40,92); }
td.TdClassName
{
border-color: #E6285C;
}
.TagClassName
{
border-color: #E6285C;
}
</style>