Shades of Amaranth #EE294E
Tints of Amaranth #EE294E
RGB
CMYK
RGB Variations
Color information
#EE294E (or 0xEE294E) is known color: Amaranth. HEX triplet: EE, 29 and 4E. RGB value is (238,41,78). Sum of RGB (Red+Green+Blue) = 238+41+78=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE294E is #11D6B1. Grayscale: #686868. Windows color (decimal): -1169074 or 5122542. OLE color: 5122542.
HSL color Cylindrical-coordinate representation of color #EE294E: hue angle of 348.73º 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 #EE294E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 78 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.73º | 0.85% | 0.55% | - |
| HSV(B) | 348.73º | 0.83% | 0.93% | - |
| XYZ | 37.43 | 20.31 | 9.16 | - |
| YUV | 104.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 78 | 0 | 0.83 | 0.67 | 0.07 | 348.73 | 0.85 | 0.55 |
| Hex | EE | 29 | 4E | 0 | 53 | 43 | 7 | 15D | 55 | 37 |
| Octal | 356 | 51 | 116 | 0 | 123 | 103 | 7 | 535 | 125 | 67 |
| Binary | 11101110 | 101001 | 1001110 | 0 | 1010011 | 1000011 | 111 | 101011101 | 1010101 | 110111 |
Color Harmonies of #EE294E
Complementary color
Monochromatic Colors of #EE294E
Black with #EE294E
Text Example
Text Example
White with #EE294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE294E; }
p { color: rgb(238,41,78); }
H1.HeaderClassName
{
color: #EE294E;
}
.AnyTagClassName
{
color: #EE294E;
}
</style>
background-color css
<style>
a { background-color: #EE294E; }
a { background-color: rgb(238,41,78); }
div.DivClassName
{
background-color: #EE294E;
}
.BgClassName
{
background-color: #EE294E;
}
</style>
border-color css
<style>
span { border-color: #EE294E; }
span { border-color: rgb(238,41,78); }
td.TdClassName
{
border-color: #EE294E;
}
.TagClassName
{
border-color: #EE294E;
}
</style>