Shades of Amaranth #EE344D
Tints of Amaranth #EE344D
RGB
CMYK
RGB Variations
Color information
#EE344D (or 0xEE344D) is known color: Amaranth. HEX triplet: EE, 34 and 4D. RGB value is (238,52,77). Sum of RGB (Red+Green+Blue) = 238+52+77=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE344D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE344D is #11CBB2. Grayscale: #6E6E6E. Windows color (decimal): -1166259 or 5059822. OLE color: 5059822.
HSL color Cylindrical-coordinate representation of color #EE344D: hue angle of 351.94º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE344D is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 52 | 77 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.07 |
| HSL | 351.94º | 0.85% | 0.57% | - |
| HSV(B) | 351.94º | 0.78% | 0.93% | - |
| XYZ | 37.83 | 21.17 | 9.11 | - |
| YUV | 110.46 | 109.12 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 52 | 77 | 0 | 0.78 | 0.68 | 0.07 | 351.94 | 0.85 | 0.57 |
| Hex | EE | 34 | 4D | 0 | 4E | 44 | 7 | 160 | 55 | 39 |
| Octal | 356 | 64 | 115 | 0 | 116 | 104 | 7 | 540 | 125 | 71 |
| Binary | 11101110 | 110100 | 1001101 | 0 | 1001110 | 1000100 | 111 | 101100000 | 1010101 | 111001 |
Color Harmonies of #EE344D
Complementary color
Monochromatic Colors of #EE344D
Black with #EE344D
Text Example
Text Example
White with #EE344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE344D; }
p { color: rgb(238,52,77); }
H1.HeaderClassName
{
color: #EE344D;
}
.AnyTagClassName
{
color: #EE344D;
}
</style>
background-color css
<style>
a { background-color: #EE344D; }
a { background-color: rgb(238,52,77); }
div.DivClassName
{
background-color: #EE344D;
}
.BgClassName
{
background-color: #EE344D;
}
</style>
border-color css
<style>
span { border-color: #EE344D; }
span { border-color: rgb(238,52,77); }
td.TdClassName
{
border-color: #EE344D;
}
.TagClassName
{
border-color: #EE344D;
}
</style>