Shades of Amaranth #E6244C
Tints of Amaranth #E6244C
RGB
CMYK
RGB Variations
Color information
#E6244C (or 0xE6244C) is known color: Amaranth. HEX triplet: E6, 24 and 4C. RGB value is (230,36,76). Sum of RGB (Red+Green+Blue) = 230+36+76=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6244C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6244C is #19DBB3. Grayscale: #626262. Windows color (decimal): -1694644 or 4990182. OLE color: 4990182.
HSL color Cylindrical-coordinate representation of color #E6244C: hue angle of 347.63º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6244C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 36 | 76 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.10 |
| HSL | 347.63º | 0.8% | 0.52% | - |
| HSV(B) | 347.63º | 0.84% | 0.9% | - |
| XYZ | 34.57 | 18.61 | 8.61 | - |
| YUV | 98.57 | 115.27 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 36 | 76 | 0 | 0.84 | 0.67 | 0.10 | 347.63 | 0.8 | 0.52 |
| Hex | E6 | 24 | 4C | 0 | 54 | 43 | A | 15C | 50 | 34 |
| Octal | 346 | 44 | 114 | 0 | 124 | 103 | 12 | 534 | 120 | 64 |
| Binary | 11100110 | 100100 | 1001100 | 0 | 1010100 | 1000011 | 1010 | 101011100 | 1010000 | 110100 |
Color Harmonies of #E6244C
Complementary color
Monochromatic Colors of #E6244C
Black with #E6244C
Text Example
Text Example
White with #E6244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6244C; }
p { color: rgb(230,36,76); }
H1.HeaderClassName
{
color: #E6244C;
}
.AnyTagClassName
{
color: #E6244C;
}
</style>
background-color css
<style>
a { background-color: #E6244C; }
a { background-color: rgb(230,36,76); }
div.DivClassName
{
background-color: #E6244C;
}
.BgClassName
{
background-color: #E6244C;
}
</style>
border-color css
<style>
span { border-color: #E6244C; }
span { border-color: rgb(230,36,76); }
td.TdClassName
{
border-color: #E6244C;
}
.TagClassName
{
border-color: #E6244C;
}
</style>