Shades of Amaranth #EE404E
Tints of Amaranth #EE404E
RGB
CMYK
RGB Variations
Color information
#EE404E (or 0xEE404E) is known color: Amaranth. HEX triplet: EE, 40 and 4E. RGB value is (238,64,78). Sum of RGB (Red+Green+Blue) = 238+64+78=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE404E is #11BFB1. Grayscale: #757575. Windows color (decimal): -1163186 or 5128430. OLE color: 5128430.
HSL color Cylindrical-coordinate representation of color #EE404E: hue angle of 355.17º 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 #EE404E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 78 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 355.17º | 0.84% | 0.59% | - |
| HSV(B) | 355.17º | 0.73% | 0.93% | - |
| XYZ | 38.47 | 22.39 | 9.5 | - |
| YUV | 117.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 78 | 0 | 0.73 | 0.67 | 0.07 | 355.17 | 0.84 | 0.59 |
| Hex | EE | 40 | 4E | 0 | 49 | 43 | 7 | 163 | 54 | 3B |
| Octal | 356 | 100 | 116 | 0 | 111 | 103 | 7 | 543 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001110 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010100 | 111011 |
Color Harmonies of #EE404E
Complementary color
Monochromatic Colors of #EE404E
Black with #EE404E
Text Example
Text Example
White with #EE404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404E; }
p { color: rgb(238,64,78); }
H1.HeaderClassName
{
color: #EE404E;
}
.AnyTagClassName
{
color: #EE404E;
}
</style>
background-color css
<style>
a { background-color: #EE404E; }
a { background-color: rgb(238,64,78); }
div.DivClassName
{
background-color: #EE404E;
}
.BgClassName
{
background-color: #EE404E;
}
</style>
border-color css
<style>
span { border-color: #EE404E; }
span { border-color: rgb(238,64,78); }
td.TdClassName
{
border-color: #EE404E;
}
.TagClassName
{
border-color: #EE404E;
}
</style>