Shades of Amaranth #E6284A
Tints of Amaranth #E6284A
RGB
CMYK
RGB Variations
Color information
#E6284A (or 0xE6284A) is known color: Amaranth. HEX triplet: E6, 28 and 4A. RGB value is (230,40,74). Sum of RGB (Red+Green+Blue) = 230+40+74=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E6284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6284A is #19D7B5. Grayscale: #646464. Windows color (decimal): -1693622 or 4860134. OLE color: 4860134.
HSL color Cylindrical-coordinate representation of color #E6284A: hue angle of 349.26º 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 #E6284A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 40 | 74 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.10 |
| HSL | 349.26º | 0.79% | 0.53% | - |
| HSV(B) | 349.26º | 0.83% | 0.9% | - |
| XYZ | 34.63 | 18.83 | 8.29 | - |
| YUV | 100.69 | 112.95 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 40 | 74 | 0 | 0.83 | 0.68 | 0.10 | 349.26 | 0.79 | 0.53 |
| Hex | E6 | 28 | 4A | 0 | 53 | 44 | A | 15D | 4F | 35 |
| Octal | 346 | 50 | 112 | 0 | 123 | 104 | 12 | 535 | 117 | 65 |
| Binary | 11100110 | 101000 | 1001010 | 0 | 1010011 | 1000100 | 1010 | 101011101 | 1001111 | 110101 |
Color Harmonies of #E6284A
Complementary color
Monochromatic Colors of #E6284A
Black with #E6284A
Text Example
Text Example
White with #E6284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6284A; }
p { color: rgb(230,40,74); }
H1.HeaderClassName
{
color: #E6284A;
}
.AnyTagClassName
{
color: #E6284A;
}
</style>
background-color css
<style>
a { background-color: #E6284A; }
a { background-color: rgb(230,40,74); }
div.DivClassName
{
background-color: #E6284A;
}
.BgClassName
{
background-color: #E6284A;
}
</style>
border-color css
<style>
span { border-color: #E6284A; }
span { border-color: rgb(230,40,74); }
td.TdClassName
{
border-color: #E6284A;
}
.TagClassName
{
border-color: #E6284A;
}
</style>