Shades of Amaranth #E6424D
Tints of Amaranth #E6424D
RGB
CMYK
RGB Variations
Color information
#E6424D (or 0xE6424D) is known color: Amaranth. HEX triplet: E6, 42 and 4D. RGB value is (230,66,77). Sum of RGB (Red+Green+Blue) = 230+66+77=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E6424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6424D is #19BDB2. Grayscale: #747474. Windows color (decimal): -1686963 or 5063398. OLE color: 5063398.
HSL color Cylindrical-coordinate representation of color #E6424D: hue angle of 355.98º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6424D is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 77 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.10 |
| HSL | 355.98º | 0.77% | 0.58% | - |
| HSV(B) | 355.98º | 0.71% | 0.9% | - |
| XYZ | 35.92 | 21.26 | 9.23 | - |
| YUV | 116.29 | 105.83 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 77 | 0 | 0.71 | 0.67 | 0.10 | 355.98 | 0.77 | 0.58 |
| Hex | E6 | 42 | 4D | 0 | 47 | 43 | A | 164 | 4D | 3A |
| Octal | 346 | 102 | 115 | 0 | 107 | 103 | 12 | 544 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1001101 | 0 | 1000111 | 1000011 | 1010 | 101100100 | 1001101 | 111010 |
Color Harmonies of #E6424D
Complementary color
Monochromatic Colors of #E6424D
Black with #E6424D
Text Example
Text Example
White with #E6424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6424D; }
p { color: rgb(230,66,77); }
H1.HeaderClassName
{
color: #E6424D;
}
.AnyTagClassName
{
color: #E6424D;
}
</style>
background-color css
<style>
a { background-color: #E6424D; }
a { background-color: rgb(230,66,77); }
div.DivClassName
{
background-color: #E6424D;
}
.BgClassName
{
background-color: #E6424D;
}
</style>
border-color css
<style>
span { border-color: #E6424D; }
span { border-color: rgb(230,66,77); }
td.TdClassName
{
border-color: #E6424D;
}
.TagClassName
{
border-color: #E6424D;
}
</style>