Shades of Amaranth #EE2749
Tints of Amaranth #EE2749
RGB
CMYK
RGB Variations
Color information
#EE2749 (or 0xEE2749) is known color: Amaranth. HEX triplet: EE, 27 and 49. RGB value is (238,39,73). Sum of RGB (Red+Green+Blue) = 238+39+73=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2749 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2749 is #11D8B6. Grayscale: #666666. Windows color (decimal): -1169591 or 4794350. OLE color: 4794350.
HSL color Cylindrical-coordinate representation of color #EE2749: hue angle of 349.75º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2749 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 73 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.07 |
| HSL | 349.75º | 0.85% | 0.54% | - |
| HSV(B) | 349.75º | 0.84% | 0.93% | - |
| XYZ | 37.19 | 20.11 | 8.22 | - |
| YUV | 102.38 | 111.43 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 73 | 0 | 0.84 | 0.69 | 0.07 | 349.75 | 0.85 | 0.54 |
| Hex | EE | 27 | 49 | 0 | 54 | 45 | 7 | 15E | 55 | 36 |
| Octal | 356 | 47 | 111 | 0 | 124 | 105 | 7 | 536 | 125 | 66 |
| Binary | 11101110 | 100111 | 1001001 | 0 | 1010100 | 1000101 | 111 | 101011110 | 1010101 | 110110 |
Color Harmonies of #EE2749
Complementary color
Monochromatic Colors of #EE2749
Black with #EE2749
Text Example
Text Example
White with #EE2749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2749; }
p { color: rgb(238,39,73); }
H1.HeaderClassName
{
color: #EE2749;
}
.AnyTagClassName
{
color: #EE2749;
}
</style>
background-color css
<style>
a { background-color: #EE2749; }
a { background-color: rgb(238,39,73); }
div.DivClassName
{
background-color: #EE2749;
}
.BgClassName
{
background-color: #EE2749;
}
</style>
border-color css
<style>
span { border-color: #EE2749; }
span { border-color: rgb(238,39,73); }
td.TdClassName
{
border-color: #EE2749;
}
.TagClassName
{
border-color: #EE2749;
}
</style>