Shades of Amaranth #EE294D
Tints of Amaranth #EE294D
RGB
CMYK
RGB Variations
Color information
#EE294D (or 0xEE294D) is known color: Amaranth. HEX triplet: EE, 29 and 4D. RGB value is (238,41,77). Sum of RGB (Red+Green+Blue) = 238+41+77=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE294D is #11D6B2. Grayscale: #686868. Windows color (decimal): -1169075 or 5057006. OLE color: 5057006.
HSL color Cylindrical-coordinate representation of color #EE294D: hue angle of 349.04º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE294D is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 77 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.07 |
| HSL | 349.04º | 0.85% | 0.55% | - |
| HSV(B) | 349.04º | 0.83% | 0.93% | - |
| XYZ | 37.39 | 20.3 | 8.97 | - |
| YUV | 104.01 | 112.77 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 77 | 0 | 0.83 | 0.68 | 0.07 | 349.04 | 0.85 | 0.55 |
| Hex | EE | 29 | 4D | 0 | 53 | 44 | 7 | 15D | 55 | 37 |
| Octal | 356 | 51 | 115 | 0 | 123 | 104 | 7 | 535 | 125 | 67 |
| Binary | 11101110 | 101001 | 1001101 | 0 | 1010011 | 1000100 | 111 | 101011101 | 1010101 | 110111 |
Color Harmonies of #EE294D
Complementary color
Monochromatic Colors of #EE294D
Black with #EE294D
Text Example
Text Example
White with #EE294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE294D; }
p { color: rgb(238,41,77); }
H1.HeaderClassName
{
color: #EE294D;
}
.AnyTagClassName
{
color: #EE294D;
}
</style>
background-color css
<style>
a { background-color: #EE294D; }
a { background-color: rgb(238,41,77); }
div.DivClassName
{
background-color: #EE294D;
}
.BgClassName
{
background-color: #EE294D;
}
</style>
border-color css
<style>
span { border-color: #EE294D; }
span { border-color: rgb(238,41,77); }
td.TdClassName
{
border-color: #EE294D;
}
.TagClassName
{
border-color: #EE294D;
}
</style>