Shades of Amaranth #EE2259
Tints of Amaranth #EE2259
RGB
CMYK
RGB Variations
Color information
#EE2259 (or 0xEE2259) is known color: Amaranth. HEX triplet: EE, 22 and 59. RGB value is (238,34,89). Sum of RGB (Red+Green+Blue) = 238+34+89=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2259 is #11DDA6. Grayscale: #656565. Windows color (decimal): -1170855 or 5841646. OLE color: 5841646.
HSL color Cylindrical-coordinate representation of color #EE2259: hue angle of 343.82º 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 #EE2259 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 89 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.07 |
| HSL | 343.82º | 0.86% | 0.53% | - |
| HSV(B) | 343.82º | 0.86% | 0.93% | - |
| XYZ | 37.64 | 20.04 | 11.34 | - |
| YUV | 101.27 | 121.09 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 89 | 0 | 0.86 | 0.63 | 0.07 | 343.82 | 0.86 | 0.53 |
| Hex | EE | 22 | 59 | 0 | 56 | 3F | 7 | 158 | 56 | 35 |
| Octal | 356 | 42 | 131 | 0 | 126 | 77 | 7 | 530 | 126 | 65 |
| Binary | 11101110 | 100010 | 1011001 | 0 | 1010110 | 111111 | 111 | 101011000 | 1010110 | 110101 |
Color Harmonies of #EE2259
Complementary color
Monochromatic Colors of #EE2259
Black with #EE2259
Text Example
Text Example
White with #EE2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2259; }
p { color: rgb(238,34,89); }
H1.HeaderClassName
{
color: #EE2259;
}
.AnyTagClassName
{
color: #EE2259;
}
</style>
background-color css
<style>
a { background-color: #EE2259; }
a { background-color: rgb(238,34,89); }
div.DivClassName
{
background-color: #EE2259;
}
.BgClassName
{
background-color: #EE2259;
}
</style>
border-color css
<style>
span { border-color: #EE2259; }
span { border-color: rgb(238,34,89); }
td.TdClassName
{
border-color: #EE2259;
}
.TagClassName
{
border-color: #EE2259;
}
</style>