Shades of Amaranth #EE4049
Tints of Amaranth #EE4049
RGB
CMYK
RGB Variations
Color information
#EE4049 (or 0xEE4049) is known color: Amaranth. HEX triplet: EE, 40 and 49. RGB value is (238,64,73). Sum of RGB (Red+Green+Blue) = 238+64+73=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4049 is #11BFB6. Grayscale: #757575. Windows color (decimal): -1163191 or 4800750. OLE color: 4800750.
HSL color Cylindrical-coordinate representation of color #EE4049: hue angle of 356.9º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4049 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 73 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.07 |
| HSL | 356.9º | 0.84% | 0.59% | - |
| HSV(B) | 356.9º | 0.73% | 0.93% | - |
| XYZ | 38.3 | 22.32 | 8.59 | - |
| YUV | 117.05 | 103.15 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 73 | 0 | 0.73 | 0.69 | 0.07 | 356.9 | 0.84 | 0.59 |
| Hex | EE | 40 | 49 | 0 | 49 | 45 | 7 | 165 | 54 | 3B |
| Octal | 356 | 100 | 111 | 0 | 111 | 105 | 7 | 545 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001001 | 0 | 1001001 | 1000101 | 111 | 101100101 | 1010100 | 111011 |
Color Harmonies of #EE4049
Complementary color
Monochromatic Colors of #EE4049
Black with #EE4049
Text Example
Text Example
White with #EE4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4049; }
p { color: rgb(238,64,73); }
H1.HeaderClassName
{
color: #EE4049;
}
.AnyTagClassName
{
color: #EE4049;
}
</style>
background-color css
<style>
a { background-color: #EE4049; }
a { background-color: rgb(238,64,73); }
div.DivClassName
{
background-color: #EE4049;
}
.BgClassName
{
background-color: #EE4049;
}
</style>
border-color css
<style>
span { border-color: #EE4049; }
span { border-color: rgb(238,64,73); }
td.TdClassName
{
border-color: #EE4049;
}
.TagClassName
{
border-color: #EE4049;
}
</style>