Shades of Amaranth #E6424C
Tints of Amaranth #E6424C
RGB
CMYK
RGB Variations
Color information
#E6424C (or 0xE6424C) is known color: Amaranth. HEX triplet: E6, 42 and 4C. RGB value is (230,66,76). Sum of RGB (Red+Green+Blue) = 230+66+76=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 76 (30.08% from 255 or 20.43% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6424C is #19BDB3. Grayscale: #747474. Windows color (decimal): -1686964 or 4997862. OLE color: 4997862.
HSL color Cylindrical-coordinate representation of color #E6424C: hue angle of 356.34º 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 #E6424C is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 66 | 76 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.10 |
| HSL | 356.34º | 0.77% | 0.58% | - |
| HSV(B) | 356.34º | 0.71% | 0.9% | - |
| XYZ | 35.89 | 21.24 | 9.05 | - |
| YUV | 116.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 66 | 76 | 0 | 0.71 | 0.67 | 0.10 | 356.34 | 0.77 | 0.58 |
| Hex | E6 | 42 | 4C | 0 | 47 | 43 | A | 164 | 4D | 3A |
| Octal | 346 | 102 | 114 | 0 | 107 | 103 | 12 | 544 | 115 | 72 |
| Binary | 11100110 | 1000010 | 1001100 | 0 | 1000111 | 1000011 | 1010 | 101100100 | 1001101 | 111010 |
Color Harmonies of #E6424C
Complementary color
Monochromatic Colors of #E6424C
Black with #E6424C
Text Example
Text Example
White with #E6424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6424C; }
p { color: rgb(230,66,76); }
H1.HeaderClassName
{
color: #E6424C;
}
.AnyTagClassName
{
color: #E6424C;
}
</style>
background-color css
<style>
a { background-color: #E6424C; }
a { background-color: rgb(230,66,76); }
div.DivClassName
{
background-color: #E6424C;
}
.BgClassName
{
background-color: #E6424C;
}
</style>
border-color css
<style>
span { border-color: #E6424C; }
span { border-color: rgb(230,66,76); }
td.TdClassName
{
border-color: #E6424C;
}
.TagClassName
{
border-color: #E6424C;
}
</style>