Shades of Amaranth #EE2A59
Tints of Amaranth #EE2A59
RGB
CMYK
RGB Variations
Color information
#EE2A59 (or 0xEE2A59) is known color: Amaranth. HEX triplet: EE, 2A and 59. RGB value is (238,42,89). Sum of RGB (Red+Green+Blue) = 238+42+89=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2A59 is #11D5A6. Grayscale: #696969. Windows color (decimal): -1168807 or 5843694. OLE color: 5843694.
HSL color Cylindrical-coordinate representation of color #EE2A59: hue angle of 345.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2A59 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 42 | 89 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.07 |
| HSL | 345.61º | 0.85% | 0.55% | - |
| HSV(B) | 345.61º | 0.82% | 0.93% | - |
| XYZ | 37.89 | 20.55 | 11.42 | - |
| YUV | 105.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 42 | 89 | 0 | 0.82 | 0.63 | 0.07 | 345.61 | 0.85 | 0.55 |
| Hex | EE | 2A | 59 | 0 | 52 | 3F | 7 | 15A | 55 | 37 |
| Octal | 356 | 52 | 131 | 0 | 122 | 77 | 7 | 532 | 125 | 67 |
| Binary | 11101110 | 101010 | 1011001 | 0 | 1010010 | 111111 | 111 | 101011010 | 1010101 | 110111 |
Color Harmonies of #EE2A59
Complementary color
Monochromatic Colors of #EE2A59
Black with #EE2A59
Text Example
Text Example
White with #EE2A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2A59; }
p { color: rgb(238,42,89); }
H1.HeaderClassName
{
color: #EE2A59;
}
.AnyTagClassName
{
color: #EE2A59;
}
</style>
background-color css
<style>
a { background-color: #EE2A59; }
a { background-color: rgb(238,42,89); }
div.DivClassName
{
background-color: #EE2A59;
}
.BgClassName
{
background-color: #EE2A59;
}
</style>
border-color css
<style>
span { border-color: #EE2A59; }
span { border-color: rgb(238,42,89); }
td.TdClassName
{
border-color: #EE2A59;
}
.TagClassName
{
border-color: #EE2A59;
}
</style>