Shades of Amaranth #EE404A
Tints of Amaranth #EE404A
RGB
CMYK
RGB Variations
Color information
#EE404A (or 0xEE404A) is known color: Amaranth. HEX triplet: EE, 40 and 4A. RGB value is (238,64,74). Sum of RGB (Red+Green+Blue) = 238+64+74=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE404A is #11BFB5. Grayscale: #757575. Windows color (decimal): -1163190 or 4866286. OLE color: 4866286.
HSL color Cylindrical-coordinate representation of color #EE404A: hue angle of 356.55º 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 #EE404A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 74 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.07 |
| HSL | 356.55º | 0.84% | 0.59% | - |
| HSV(B) | 356.55º | 0.73% | 0.93% | - |
| XYZ | 38.33 | 22.34 | 8.77 | - |
| YUV | 117.17 | 103.65 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 74 | 0 | 0.73 | 0.69 | 0.07 | 356.55 | 0.84 | 0.59 |
| Hex | EE | 40 | 4A | 0 | 49 | 45 | 7 | 165 | 54 | 3B |
| Octal | 356 | 100 | 112 | 0 | 111 | 105 | 7 | 545 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1001010 | 0 | 1001001 | 1000101 | 111 | 101100101 | 1010100 | 111011 |
Color Harmonies of #EE404A
Complementary color
Monochromatic Colors of #EE404A
Black with #EE404A
Text Example
Text Example
White with #EE404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE404A; }
p { color: rgb(238,64,74); }
H1.HeaderClassName
{
color: #EE404A;
}
.AnyTagClassName
{
color: #EE404A;
}
</style>
background-color css
<style>
a { background-color: #EE404A; }
a { background-color: rgb(238,64,74); }
div.DivClassName
{
background-color: #EE404A;
}
.BgClassName
{
background-color: #EE404A;
}
</style>
border-color css
<style>
span { border-color: #EE404A; }
span { border-color: rgb(238,64,74); }
td.TdClassName
{
border-color: #EE404A;
}
.TagClassName
{
border-color: #EE404A;
}
</style>