Shades of Amaranth #EE3C49
Tints of Amaranth #EE3C49
RGB
CMYK
RGB Variations
Color information
#EE3C49 (or 0xEE3C49) is known color: Amaranth. HEX triplet: EE, 3C and 49. RGB value is (238,60,73). Sum of RGB (Red+Green+Blue) = 238+60+73=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C49 is #11C3B6. Grayscale: #727272. Windows color (decimal): -1164215 or 4799726. OLE color: 4799726.
HSL color Cylindrical-coordinate representation of color #EE3C49: hue angle of 355.62º 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 #EE3C49 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 73 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.07 |
| HSL | 355.62º | 0.84% | 0.58% | - |
| HSV(B) | 355.62º | 0.75% | 0.93% | - |
| XYZ | 38.08 | 21.89 | 8.52 | - |
| YUV | 114.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 73 | 0 | 0.75 | 0.69 | 0.07 | 355.62 | 0.84 | 0.58 |
| Hex | EE | 3C | 49 | 0 | 4B | 45 | 7 | 164 | 54 | 3A |
| Octal | 356 | 74 | 111 | 0 | 113 | 105 | 7 | 544 | 124 | 72 |
| Binary | 11101110 | 111100 | 1001001 | 0 | 1001011 | 1000101 | 111 | 101100100 | 1010100 | 111010 |
Color Harmonies of #EE3C49
Complementary color
Monochromatic Colors of #EE3C49
Black with #EE3C49
Text Example
Text Example
White with #EE3C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3C49; }
p { color: rgb(238,60,73); }
H1.HeaderClassName
{
color: #EE3C49;
}
.AnyTagClassName
{
color: #EE3C49;
}
</style>
background-color css
<style>
a { background-color: #EE3C49; }
a { background-color: rgb(238,60,73); }
div.DivClassName
{
background-color: #EE3C49;
}
.BgClassName
{
background-color: #EE3C49;
}
</style>
border-color css
<style>
span { border-color: #EE3C49; }
span { border-color: rgb(238,60,73); }
td.TdClassName
{
border-color: #EE3C49;
}
.TagClassName
{
border-color: #EE3C49;
}
</style>