Shades of Amaranth #E6285A
Tints of Amaranth #E6285A
RGB
CMYK
RGB Variations
Color information
#E6285A (or 0xE6285A) is known color: Amaranth. HEX triplet: E6, 28 and 5A. RGB value is (230,40,90). Sum of RGB (Red+Green+Blue) = 230+40+90=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6285A is #19D7A5. Grayscale: #666666. Windows color (decimal): -1693606 or 5908710. OLE color: 5908710.
HSL color Cylindrical-coordinate representation of color #E6285A: hue angle of 344.21º 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 #E6285A is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 90 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.10 |
| HSL | 344.21º | 0.79% | 0.53% | - |
| HSV(B) | 344.21º | 0.83% | 0.9% | - |
| XYZ | 35.24 | 19.08 | 11.5 | - |
| YUV | 102.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 90 | 0 | 0.83 | 0.61 | 0.10 | 344.21 | 0.79 | 0.53 |
| Hex | E6 | 28 | 5A | 0 | 53 | 3D | A | 158 | 4F | 35 |
| Octal | 346 | 50 | 132 | 0 | 123 | 75 | 12 | 530 | 117 | 65 |
| Binary | 11100110 | 101000 | 1011010 | 0 | 1010011 | 111101 | 1010 | 101011000 | 1001111 | 110101 |
Color Harmonies of #E6285A
Complementary color
Monochromatic Colors of #E6285A
Black with #E6285A
Text Example
Text Example
White with #E6285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6285A; }
p { color: rgb(230,40,90); }
H1.HeaderClassName
{
color: #E6285A;
}
.AnyTagClassName
{
color: #E6285A;
}
</style>
background-color css
<style>
a { background-color: #E6285A; }
a { background-color: rgb(230,40,90); }
div.DivClassName
{
background-color: #E6285A;
}
.BgClassName
{
background-color: #E6285A;
}
</style>
border-color css
<style>
span { border-color: #E6285A; }
span { border-color: rgb(230,40,90); }
td.TdClassName
{
border-color: #E6285A;
}
.TagClassName
{
border-color: #E6285A;
}
</style>