Shades of Amaranth #EE224D
Tints of Amaranth #EE224D
RGB
CMYK
RGB Variations
Color information
#EE224D (or 0xEE224D) is known color: Amaranth. HEX triplet: EE, 22 and 4D. RGB value is (238,34,77). Sum of RGB (Red+Green+Blue) = 238+34+77=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE224D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE224D is #11DDB2. Grayscale: #636363. Windows color (decimal): -1170867 or 5055214. OLE color: 5055214.
HSL color Cylindrical-coordinate representation of color #EE224D: hue angle of 347.35º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE224D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 77 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.07 |
| HSL | 347.35º | 0.86% | 0.53% | - |
| HSV(B) | 347.35º | 0.86% | 0.93% | - |
| XYZ | 37.17 | 19.86 | 8.89 | - |
| YUV | 99.9 | 115.09 | 226.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 77 | 0 | 0.86 | 0.68 | 0.07 | 347.35 | 0.86 | 0.53 |
| Hex | EE | 22 | 4D | 0 | 56 | 44 | 7 | 15B | 56 | 35 |
| Octal | 356 | 42 | 115 | 0 | 126 | 104 | 7 | 533 | 126 | 65 |
| Binary | 11101110 | 100010 | 1001101 | 0 | 1010110 | 1000100 | 111 | 101011011 | 1010110 | 110101 |
Color Harmonies of #EE224D
Complementary color
Monochromatic Colors of #EE224D
Black with #EE224D
Text Example
Text Example
White with #EE224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE224D; }
p { color: rgb(238,34,77); }
H1.HeaderClassName
{
color: #EE224D;
}
.AnyTagClassName
{
color: #EE224D;
}
</style>
background-color css
<style>
a { background-color: #EE224D; }
a { background-color: rgb(238,34,77); }
div.DivClassName
{
background-color: #EE224D;
}
.BgClassName
{
background-color: #EE224D;
}
</style>
border-color css
<style>
span { border-color: #EE224D; }
span { border-color: rgb(238,34,77); }
td.TdClassName
{
border-color: #EE224D;
}
.TagClassName
{
border-color: #EE224D;
}
</style>