Shades of Amaranth #E6304D
Tints of Amaranth #E6304D
RGB
CMYK
RGB Variations
Color information
#E6304D (or 0xE6304D) is known color: Amaranth. HEX triplet: E6, 30 and 4D. RGB value is (230,48,77). Sum of RGB (Red+Green+Blue) = 230+48+77=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6304D is #19CFB2. Grayscale: #696969. Windows color (decimal): -1691571 or 5058790. OLE color: 5058790.
HSL color Cylindrical-coordinate representation of color #E6304D: hue angle of 350.44º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6304D is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 48 | 77 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.10 |
| HSL | 350.44º | 0.78% | 0.55% | - |
| HSV(B) | 350.44º | 0.79% | 0.9% | - |
| XYZ | 35.03 | 19.47 | 8.93 | - |
| YUV | 105.72 | 111.8 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 48 | 77 | 0 | 0.79 | 0.67 | 0.10 | 350.44 | 0.78 | 0.55 |
| Hex | E6 | 30 | 4D | 0 | 4F | 43 | A | 15E | 4E | 37 |
| Octal | 346 | 60 | 115 | 0 | 117 | 103 | 12 | 536 | 116 | 67 |
| Binary | 11100110 | 110000 | 1001101 | 0 | 1001111 | 1000011 | 1010 | 101011110 | 1001110 | 110111 |
Color Harmonies of #E6304D
Complementary color
Monochromatic Colors of #E6304D
Black with #E6304D
Text Example
Text Example
White with #E6304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6304D; }
p { color: rgb(230,48,77); }
H1.HeaderClassName
{
color: #E6304D;
}
.AnyTagClassName
{
color: #E6304D;
}
</style>
background-color css
<style>
a { background-color: #E6304D; }
a { background-color: rgb(230,48,77); }
div.DivClassName
{
background-color: #E6304D;
}
.BgClassName
{
background-color: #E6304D;
}
</style>
border-color css
<style>
span { border-color: #E6304D; }
span { border-color: rgb(230,48,77); }
td.TdClassName
{
border-color: #E6304D;
}
.TagClassName
{
border-color: #E6304D;
}
</style>