Shades of Amaranth #EE404F
Tints of Amaranth #EE404F
RGB
CMYK
RGB Variations
Color information
#EE404F (or 0xEE404F) is known color: Amaranth. HEX triplet: EE, 40 and 4F. RGB value is (238,64,79). Sum of RGB (Red+Green+Blue) = 238+64+79=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE404F is #11BFB0. Grayscale: #757575. Windows color (decimal): -1163185 or 5193966. OLE color: 5193966.
HSL color Cylindrical-coordinate representation of color #EE404F: hue angle of 354.83º 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 #EE404F is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 79 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.07 |
| HSL | 354.83º | 0.84% | 0.59% | - |
| HSV(B) | 354.83º | 0.73% | 0.93% | - |
| XYZ | 38.5 | 22.41 | 9.69 | - |
| YUV | 117.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 79 | 0 | 0.73 | 0.67 | 0.07 | 354.83 | 0.84 | 0.59 |
| Hex | EE | 40 | 4F | 0 | 49 | 43 | 7 | 163 | 54 | 3B |
| Octal | 356 | 100 | 117 | 0 | 111 | 103 | 7 | 543 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001111 | 0 | 1001001 | 1000011 | 111 | 101100011 | 1010100 | 111011 |
Color Harmonies of #EE404F
Complementary color
Monochromatic Colors of #EE404F
Black with #EE404F
Text Example
Text Example
White with #EE404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404F; }
p { color: rgb(238,64,79); }
H1.HeaderClassName
{
color: #EE404F;
}
.AnyTagClassName
{
color: #EE404F;
}
</style>
background-color css
<style>
a { background-color: #EE404F; }
a { background-color: rgb(238,64,79); }
div.DivClassName
{
background-color: #EE404F;
}
.BgClassName
{
background-color: #EE404F;
}
</style>
border-color css
<style>
span { border-color: #EE404F; }
span { border-color: rgb(238,64,79); }
td.TdClassName
{
border-color: #EE404F;
}
.TagClassName
{
border-color: #EE404F;
}
</style>