Shades of Amaranth #E6234D
Tints of Amaranth #E6234D
RGB
CMYK
RGB Variations
Color information
#E6234D (or 0xE6234D) is known color: Amaranth. HEX triplet: E6, 23 and 4D. RGB value is (230,35,77). Sum of RGB (Red+Green+Blue) = 230+35+77=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6234D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6234D is #19DCB2. Grayscale: #626262. Windows color (decimal): -1694899 or 5055462. OLE color: 5055462.
HSL color Cylindrical-coordinate representation of color #E6234D: hue angle of 347.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6234D is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 35 | 77 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.10 |
| HSL | 347.08º | 0.8% | 0.52% | - |
| HSV(B) | 347.08º | 0.85% | 0.9% | - |
| XYZ | 34.57 | 18.56 | 8.78 | - |
| YUV | 98.09 | 116.1 | 222.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 35 | 77 | 0 | 0.85 | 0.67 | 0.10 | 347.08 | 0.8 | 0.52 |
| Hex | E6 | 23 | 4D | 0 | 55 | 43 | A | 15B | 50 | 34 |
| Octal | 346 | 43 | 115 | 0 | 125 | 103 | 12 | 533 | 120 | 64 |
| Binary | 11100110 | 100011 | 1001101 | 0 | 1010101 | 1000011 | 1010 | 101011011 | 1010000 | 110100 |
Color Harmonies of #E6234D
Complementary color
Monochromatic Colors of #E6234D
Black with #E6234D
Text Example
Text Example
White with #E6234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6234D; }
p { color: rgb(230,35,77); }
H1.HeaderClassName
{
color: #E6234D;
}
.AnyTagClassName
{
color: #E6234D;
}
</style>
background-color css
<style>
a { background-color: #E6234D; }
a { background-color: rgb(230,35,77); }
div.DivClassName
{
background-color: #E6234D;
}
.BgClassName
{
background-color: #E6234D;
}
</style>
border-color css
<style>
span { border-color: #E6234D; }
span { border-color: rgb(230,35,77); }
td.TdClassName
{
border-color: #E6234D;
}
.TagClassName
{
border-color: #E6234D;
}
</style>