Shades of Amaranth #E6354D
Tints of Amaranth #E6354D
RGB
CMYK
RGB Variations
Color information
#E6354D (or 0xE6354D) is known color: Amaranth. HEX triplet: E6, 35 and 4D. RGB value is (230,53,77). Sum of RGB (Red+Green+Blue) = 230+53+77=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E6354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6354D is #19CAB2. Grayscale: #6C6C6C. Windows color (decimal): -1690291 or 5060070. OLE color: 5060070.
HSL color Cylindrical-coordinate representation of color #E6354D: hue angle of 351.86º 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 #E6354D is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 77 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.10 |
| HSL | 351.86º | 0.78% | 0.55% | - |
| HSV(B) | 351.86º | 0.77% | 0.9% | - |
| XYZ | 35.25 | 19.91 | 9.01 | - |
| YUV | 108.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 77 | 0 | 0.77 | 0.67 | 0.10 | 351.86 | 0.78 | 0.55 |
| Hex | E6 | 35 | 4D | 0 | 4D | 43 | A | 160 | 4E | 37 |
| Octal | 346 | 65 | 115 | 0 | 115 | 103 | 12 | 540 | 116 | 67 |
| Binary | 11100110 | 110101 | 1001101 | 0 | 1001101 | 1000011 | 1010 | 101100000 | 1001110 | 110111 |
Color Harmonies of #E6354D
Complementary color
Monochromatic Colors of #E6354D
Black with #E6354D
Text Example
Text Example
White with #E6354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6354D; }
p { color: rgb(230,53,77); }
H1.HeaderClassName
{
color: #E6354D;
}
.AnyTagClassName
{
color: #E6354D;
}
</style>
background-color css
<style>
a { background-color: #E6354D; }
a { background-color: rgb(230,53,77); }
div.DivClassName
{
background-color: #E6354D;
}
.BgClassName
{
background-color: #E6354D;
}
</style>
border-color css
<style>
span { border-color: #E6354D; }
span { border-color: rgb(230,53,77); }
td.TdClassName
{
border-color: #E6354D;
}
.TagClassName
{
border-color: #E6354D;
}
</style>