Shades of Amaranth #EE394D
Tints of Amaranth #EE394D
RGB
CMYK
RGB Variations
Color information
#EE394D (or 0xEE394D) is known color: Amaranth. HEX triplet: EE, 39 and 4D. RGB value is (238,57,77). Sum of RGB (Red+Green+Blue) = 238+57+77=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE394D is #11C6B2. Grayscale: #717171. Windows color (decimal): -1164979 or 5061102. OLE color: 5061102.
HSL color Cylindrical-coordinate representation of color #EE394D: hue angle of 353.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE394D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 57 | 77 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.07 |
| HSL | 353.37º | 0.84% | 0.58% | - |
| HSV(B) | 353.37º | 0.76% | 0.93% | - |
| XYZ | 38.06 | 21.64 | 9.19 | - |
| YUV | 113.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 57 | 77 | 0 | 0.76 | 0.68 | 0.07 | 353.37 | 0.84 | 0.58 |
| Hex | EE | 39 | 4D | 0 | 4C | 44 | 7 | 161 | 54 | 3A |
| Octal | 356 | 71 | 115 | 0 | 114 | 104 | 7 | 541 | 124 | 72 |
| Binary | 11101110 | 111001 | 1001101 | 0 | 1001100 | 1000100 | 111 | 101100001 | 1010100 | 111010 |
Color Harmonies of #EE394D
Complementary color
Monochromatic Colors of #EE394D
Black with #EE394D
Text Example
Text Example
White with #EE394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE394D; }
p { color: rgb(238,57,77); }
H1.HeaderClassName
{
color: #EE394D;
}
.AnyTagClassName
{
color: #EE394D;
}
</style>
background-color css
<style>
a { background-color: #EE394D; }
a { background-color: rgb(238,57,77); }
div.DivClassName
{
background-color: #EE394D;
}
.BgClassName
{
background-color: #EE394D;
}
</style>
border-color css
<style>
span { border-color: #EE394D; }
span { border-color: rgb(238,57,77); }
td.TdClassName
{
border-color: #EE394D;
}
.TagClassName
{
border-color: #EE394D;
}
</style>