Shades of Amaranth #EE404D
Tints of Amaranth #EE404D
RGB
CMYK
RGB Variations
Color information
#EE404D (or 0xEE404D) is known color: Amaranth. HEX triplet: EE, 40 and 4D. RGB value is (238,64,77). Sum of RGB (Red+Green+Blue) = 238+64+77=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE404D is #11BFB2. Grayscale: #757575. Windows color (decimal): -1163187 or 5062894. OLE color: 5062894.
HSL color Cylindrical-coordinate representation of color #EE404D: hue angle of 355.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE404D is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 77 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.07 |
| HSL | 355.52º | 0.84% | 0.59% | - |
| HSV(B) | 355.52º | 0.73% | 0.93% | - |
| XYZ | 38.43 | 22.38 | 9.32 | - |
| YUV | 117.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 77 | 0 | 0.73 | 0.68 | 0.07 | 355.52 | 0.84 | 0.59 |
| Hex | EE | 40 | 4D | 0 | 49 | 44 | 7 | 164 | 54 | 3B |
| Octal | 356 | 100 | 115 | 0 | 111 | 104 | 7 | 544 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001101 | 0 | 1001001 | 1000100 | 111 | 101100100 | 1010100 | 111011 |
Color Harmonies of #EE404D
Complementary color
Monochromatic Colors of #EE404D
Black with #EE404D
Text Example
Text Example
White with #EE404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404D; }
p { color: rgb(238,64,77); }
H1.HeaderClassName
{
color: #EE404D;
}
.AnyTagClassName
{
color: #EE404D;
}
</style>
background-color css
<style>
a { background-color: #EE404D; }
a { background-color: rgb(238,64,77); }
div.DivClassName
{
background-color: #EE404D;
}
.BgClassName
{
background-color: #EE404D;
}
</style>
border-color css
<style>
span { border-color: #EE404D; }
span { border-color: rgb(238,64,77); }
td.TdClassName
{
border-color: #EE404D;
}
.TagClassName
{
border-color: #EE404D;
}
</style>