Shades of Amaranth #E6184D
Tints of Amaranth #E6184D
RGB
CMYK
RGB Variations
Color information
#E6184D (or 0xE6184D) is known color: Amaranth. HEX triplet: E6, 18 and 4D. RGB value is (230,24,77). Sum of RGB (Red+Green+Blue) = 230+24+77=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E6184D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6184D is #19E7B2. Grayscale: #5B5B5B. Windows color (decimal): -1697715 or 5052646. OLE color: 5052646.
HSL color Cylindrical-coordinate representation of color #E6184D: hue angle of 344.56º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6184D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 24 | 77 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.10 |
| HSL | 344.56º | 0.81% | 0.5% | - |
| HSV(B) | 344.56º | 0.9% | 0.9% | - |
| XYZ | 34.3 | 18.01 | 8.69 | - |
| YUV | 91.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 24 | 77 | 0 | 0.90 | 0.67 | 0.10 | 344.56 | 0.81 | 0.5 |
| Hex | E6 | 18 | 4D | 0 | 5A | 43 | A | 159 | 51 | 32 |
| Octal | 346 | 30 | 115 | 0 | 132 | 103 | 12 | 531 | 121 | 62 |
| Binary | 11100110 | 11000 | 1001101 | 0 | 1011010 | 1000011 | 1010 | 101011001 | 1010001 | 110010 |
Color Harmonies of #E6184D
Complementary color
Monochromatic Colors of #E6184D
Black with #E6184D
Text Example
Text Example
White with #E6184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6184D; }
p { color: rgb(230,24,77); }
H1.HeaderClassName
{
color: #E6184D;
}
.AnyTagClassName
{
color: #E6184D;
}
</style>
background-color css
<style>
a { background-color: #E6184D; }
a { background-color: rgb(230,24,77); }
div.DivClassName
{
background-color: #E6184D;
}
.BgClassName
{
background-color: #E6184D;
}
</style>
border-color css
<style>
span { border-color: #E6184D; }
span { border-color: rgb(230,24,77); }
td.TdClassName
{
border-color: #E6184D;
}
.TagClassName
{
border-color: #E6184D;
}
</style>