Shades of Amaranth #EE464E
Tints of Amaranth #EE464E
RGB
CMYK
RGB Variations
Color information
#EE464E (or 0xEE464E) is known color: Amaranth. HEX triplet: EE, 46 and 4E. RGB value is (238,70,78). Sum of RGB (Red+Green+Blue) = 238+70+78=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE464E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE464E is #11B9B1. Grayscale: #797979. Windows color (decimal): -1161650 or 5129966. OLE color: 5129966.
HSL color Cylindrical-coordinate representation of color #EE464E: hue angle of 357.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE464E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 78 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.07 |
| HSL | 357.14º | 0.83% | 0.6% | - |
| HSV(B) | 357.14º | 0.71% | 0.93% | - |
| XYZ | 38.83 | 23.11 | 9.62 | - |
| YUV | 121.14 | 103.66 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 78 | 0 | 0.71 | 0.67 | 0.07 | 357.14 | 0.83 | 0.6 |
| Hex | EE | 46 | 4E | 0 | 47 | 43 | 7 | 165 | 53 | 3C |
| Octal | 356 | 106 | 116 | 0 | 107 | 103 | 7 | 545 | 123 | 74 |
| Binary | 11101110 | 1000110 | 1001110 | 0 | 1000111 | 1000011 | 111 | 101100101 | 1010011 | 111100 |
Color Harmonies of #EE464E
Complementary color
Monochromatic Colors of #EE464E
Black with #EE464E
Text Example
Text Example
White with #EE464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE464E; }
p { color: rgb(238,70,78); }
H1.HeaderClassName
{
color: #EE464E;
}
.AnyTagClassName
{
color: #EE464E;
}
</style>
background-color css
<style>
a { background-color: #EE464E; }
a { background-color: rgb(238,70,78); }
div.DivClassName
{
background-color: #EE464E;
}
.BgClassName
{
background-color: #EE464E;
}
</style>
border-color css
<style>
span { border-color: #EE464E; }
span { border-color: rgb(238,70,78); }
td.TdClassName
{
border-color: #EE464E;
}
.TagClassName
{
border-color: #EE464E;
}
</style>