Shades of Amaranth #EE3C4D
Tints of Amaranth #EE3C4D
RGB
CMYK
RGB Variations
Color information
#EE3C4D (or 0xEE3C4D) is known color: Amaranth. HEX triplet: EE, 3C and 4D. RGB value is (238,60,77). Sum of RGB (Red+Green+Blue) = 238+60+77=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3C4D is #11C3B2. Grayscale: #737373. Windows color (decimal): -1164211 or 5061870. OLE color: 5061870.
HSL color Cylindrical-coordinate representation of color #EE3C4D: hue angle of 354.27º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C4D is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 77 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.07 |
| HSL | 354.27º | 0.84% | 0.58% | - |
| HSV(B) | 354.27º | 0.75% | 0.93% | - |
| XYZ | 38.22 | 21.94 | 9.24 | - |
| YUV | 115.16 | 106.47 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 77 | 0 | 0.75 | 0.68 | 0.07 | 354.27 | 0.84 | 0.58 |
| Hex | EE | 3C | 4D | 0 | 4B | 44 | 7 | 162 | 54 | 3A |
| Octal | 356 | 74 | 115 | 0 | 113 | 104 | 7 | 542 | 124 | 72 |
| Binary | 11101110 | 111100 | 1001101 | 0 | 1001011 | 1000100 | 111 | 101100010 | 1010100 | 111010 |
Color Harmonies of #EE3C4D
Complementary color
Monochromatic Colors of #EE3C4D
Black with #EE3C4D
Text Example
Text Example
White with #EE3C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C4D; }
p { color: rgb(238,60,77); }
H1.HeaderClassName
{
color: #EE3C4D;
}
.AnyTagClassName
{
color: #EE3C4D;
}
</style>
background-color css
<style>
a { background-color: #EE3C4D; }
a { background-color: rgb(238,60,77); }
div.DivClassName
{
background-color: #EE3C4D;
}
.BgClassName
{
background-color: #EE3C4D;
}
</style>
border-color css
<style>
span { border-color: #EE3C4D; }
span { border-color: rgb(238,60,77); }
td.TdClassName
{
border-color: #EE3C4D;
}
.TagClassName
{
border-color: #EE3C4D;
}
</style>