Shades of Amaranth #EE3849
Tints of Amaranth #EE3849
RGB
CMYK
RGB Variations
Color information
#EE3849 (or 0xEE3849) is known color: Amaranth. HEX triplet: EE, 38 and 49. RGB value is (238,56,73). Sum of RGB (Red+Green+Blue) = 238+56+73=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3849 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3849 is #11C7B6. Grayscale: #707070. Windows color (decimal): -1165239 or 4798702. OLE color: 4798702.
HSL color Cylindrical-coordinate representation of color #EE3849: hue angle of 354.4º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3849 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 73 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.07 |
| HSL | 354.4º | 0.84% | 0.58% | - |
| HSV(B) | 354.4º | 0.76% | 0.93% | - |
| XYZ | 37.88 | 21.49 | 8.45 | - |
| YUV | 112.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 73 | 0 | 0.76 | 0.69 | 0.07 | 354.4 | 0.84 | 0.58 |
| Hex | EE | 38 | 49 | 0 | 4C | 45 | 7 | 162 | 54 | 3A |
| Octal | 356 | 70 | 111 | 0 | 114 | 105 | 7 | 542 | 124 | 72 |
| Binary | 11101110 | 111000 | 1001001 | 0 | 1001100 | 1000101 | 111 | 101100010 | 1010100 | 111010 |
Color Harmonies of #EE3849
Complementary color
Monochromatic Colors of #EE3849
Black with #EE3849
Text Example
Text Example
White with #EE3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3849; }
p { color: rgb(238,56,73); }
H1.HeaderClassName
{
color: #EE3849;
}
.AnyTagClassName
{
color: #EE3849;
}
</style>
background-color css
<style>
a { background-color: #EE3849; }
a { background-color: rgb(238,56,73); }
div.DivClassName
{
background-color: #EE3849;
}
.BgClassName
{
background-color: #EE3849;
}
</style>
border-color css
<style>
span { border-color: #EE3849; }
span { border-color: rgb(238,56,73); }
td.TdClassName
{
border-color: #EE3849;
}
.TagClassName
{
border-color: #EE3849;
}
</style>