Shades of Amaranth #EE404C
Tints of Amaranth #EE404C
RGB
CMYK
RGB Variations
Color information
#EE404C (or 0xEE404C) is known color: Amaranth. HEX triplet: EE, 40 and 4C. RGB value is (238,64,76). Sum of RGB (Red+Green+Blue) = 238+64+76=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE404C is #11BFB3. Grayscale: #757575. Windows color (decimal): -1163188 or 4997358. OLE color: 4997358.
HSL color Cylindrical-coordinate representation of color #EE404C: hue angle of 355.86º 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 #EE404C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 76 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.07 |
| HSL | 355.86º | 0.84% | 0.59% | - |
| HSV(B) | 355.86º | 0.73% | 0.93% | - |
| XYZ | 38.4 | 22.37 | 9.13 | - |
| YUV | 117.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 76 | 0 | 0.73 | 0.68 | 0.07 | 355.86 | 0.84 | 0.59 |
| Hex | EE | 40 | 4C | 0 | 49 | 44 | 7 | 164 | 54 | 3B |
| Octal | 356 | 100 | 114 | 0 | 111 | 104 | 7 | 544 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001100 | 0 | 1001001 | 1000100 | 111 | 101100100 | 1010100 | 111011 |
Color Harmonies of #EE404C
Complementary color
Monochromatic Colors of #EE404C
Black with #EE404C
Text Example
Text Example
White with #EE404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404C; }
p { color: rgb(238,64,76); }
H1.HeaderClassName
{
color: #EE404C;
}
.AnyTagClassName
{
color: #EE404C;
}
</style>
background-color css
<style>
a { background-color: #EE404C; }
a { background-color: rgb(238,64,76); }
div.DivClassName
{
background-color: #EE404C;
}
.BgClassName
{
background-color: #EE404C;
}
</style>
border-color css
<style>
span { border-color: #EE404C; }
span { border-color: rgb(238,64,76); }
td.TdClassName
{
border-color: #EE404C;
}
.TagClassName
{
border-color: #EE404C;
}
</style>