Shades of Amaranth #EE444D
Tints of Amaranth #EE444D
RGB
CMYK
RGB Variations
Color information
#EE444D (or 0xEE444D) is known color: Amaranth. HEX triplet: EE, 44 and 4D. RGB value is (238,68,77). Sum of RGB (Red+Green+Blue) = 238+68+77=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE444D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE444D is #11BBB2. Grayscale: #777777. Windows color (decimal): -1162163 or 5063918. OLE color: 5063918.
HSL color Cylindrical-coordinate representation of color #EE444D: hue angle of 356.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE444D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 68 | 77 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.07 |
| HSL | 356.82º | 0.83% | 0.6% | - |
| HSV(B) | 356.82º | 0.71% | 0.93% | - |
| XYZ | 38.67 | 22.85 | 9.39 | - |
| YUV | 119.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 68 | 77 | 0 | 0.71 | 0.68 | 0.07 | 356.82 | 0.83 | 0.6 |
| Hex | EE | 44 | 4D | 0 | 47 | 44 | 7 | 165 | 53 | 3C |
| Octal | 356 | 104 | 115 | 0 | 107 | 104 | 7 | 545 | 123 | 74 |
| Binary | 11101110 | 1000100 | 1001101 | 0 | 1000111 | 1000100 | 111 | 101100101 | 1010011 | 111100 |
Color Harmonies of #EE444D
Complementary color
Monochromatic Colors of #EE444D
Black with #EE444D
Text Example
Text Example
White with #EE444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE444D; }
p { color: rgb(238,68,77); }
H1.HeaderClassName
{
color: #EE444D;
}
.AnyTagClassName
{
color: #EE444D;
}
</style>
background-color css
<style>
a { background-color: #EE444D; }
a { background-color: rgb(238,68,77); }
div.DivClassName
{
background-color: #EE444D;
}
.BgClassName
{
background-color: #EE444D;
}
</style>
border-color css
<style>
span { border-color: #EE444D; }
span { border-color: rgb(238,68,77); }
td.TdClassName
{
border-color: #EE444D;
}
.TagClassName
{
border-color: #EE444D;
}
</style>