Shades of Amaranth #E6374E
Tints of Amaranth #E6374E
RGB
CMYK
RGB Variations
Color information
#E6374E (or 0xE6374E) is known color: Amaranth. HEX triplet: E6, 37 and 4E. RGB value is (230,55,78). Sum of RGB (Red+Green+Blue) = 230+55+78=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E6374E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6374E is #19C8B1. Grayscale: #6E6E6E. Windows color (decimal): -1689778 or 5126118. OLE color: 5126118.
HSL color Cylindrical-coordinate representation of color #E6374E: hue angle of 352.11º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6374E is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 55 | 78 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.10 |
| HSL | 352.11º | 0.78% | 0.56% | - |
| HSV(B) | 352.11º | 0.76% | 0.9% | - |
| XYZ | 35.37 | 20.11 | 9.22 | - |
| YUV | 109.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 55 | 78 | 0 | 0.76 | 0.66 | 0.10 | 352.11 | 0.78 | 0.56 |
| Hex | E6 | 37 | 4E | 0 | 4C | 42 | A | 160 | 4E | 38 |
| Octal | 346 | 67 | 116 | 0 | 114 | 102 | 12 | 540 | 116 | 70 |
| Binary | 11100110 | 110111 | 1001110 | 0 | 1001100 | 1000010 | 1010 | 101100000 | 1001110 | 111000 |
Color Harmonies of #E6374E
Complementary color
Monochromatic Colors of #E6374E
Black with #E6374E
Text Example
Text Example
White with #E6374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6374E; }
p { color: rgb(230,55,78); }
H1.HeaderClassName
{
color: #E6374E;
}
.AnyTagClassName
{
color: #E6374E;
}
</style>
background-color css
<style>
a { background-color: #E6374E; }
a { background-color: rgb(230,55,78); }
div.DivClassName
{
background-color: #E6374E;
}
.BgClassName
{
background-color: #E6374E;
}
</style>
border-color css
<style>
span { border-color: #E6374E; }
span { border-color: rgb(230,55,78); }
td.TdClassName
{
border-color: #E6374E;
}
.TagClassName
{
border-color: #E6374E;
}
</style>