Shades of Amaranth #E6354C
Tints of Amaranth #E6354C
RGB
CMYK
RGB Variations
Color information
#E6354C (or 0xE6354C) is known color: Amaranth. HEX triplet: E6, 35 and 4C. RGB value is (230,53,76). Sum of RGB (Red+Green+Blue) = 230+53+76=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6354C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6354C is #19CAB3. Grayscale: #6C6C6C. Windows color (decimal): -1690292 or 4994534. OLE color: 4994534.
HSL color Cylindrical-coordinate representation of color #E6354C: hue angle of 352.2º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6354C is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 76 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.10 |
| HSL | 352.2º | 0.78% | 0.55% | - |
| HSV(B) | 352.2º | 0.77% | 0.9% | - |
| XYZ | 35.21 | 19.89 | 8.82 | - |
| YUV | 108.55 | 109.64 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 76 | 0 | 0.77 | 0.67 | 0.10 | 352.2 | 0.78 | 0.55 |
| Hex | E6 | 35 | 4C | 0 | 4D | 43 | A | 160 | 4E | 37 |
| Octal | 346 | 65 | 114 | 0 | 115 | 103 | 12 | 540 | 116 | 67 |
| Binary | 11100110 | 110101 | 1001100 | 0 | 1001101 | 1000011 | 1010 | 101100000 | 1001110 | 110111 |
Color Harmonies of #E6354C
Complementary color
Monochromatic Colors of #E6354C
Black with #E6354C
Text Example
Text Example
White with #E6354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6354C; }
p { color: rgb(230,53,76); }
H1.HeaderClassName
{
color: #E6354C;
}
.AnyTagClassName
{
color: #E6354C;
}
</style>
background-color css
<style>
a { background-color: #E6354C; }
a { background-color: rgb(230,53,76); }
div.DivClassName
{
background-color: #E6354C;
}
.BgClassName
{
background-color: #E6354C;
}
</style>
border-color css
<style>
span { border-color: #E6354C; }
span { border-color: rgb(230,53,76); }
td.TdClassName
{
border-color: #E6354C;
}
.TagClassName
{
border-color: #E6354C;
}
</style>