Shades of Amaranth #EE424D
Tints of Amaranth #EE424D
RGB
CMYK
RGB Variations
Color information
#EE424D (or 0xEE424D) is known color: Amaranth. HEX triplet: EE, 42 and 4D. RGB value is (238,66,77). Sum of RGB (Red+Green+Blue) = 238+66+77=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE424D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE424D is #11BDB2. Grayscale: #767676. Windows color (decimal): -1162675 or 5063406. OLE color: 5063406.
HSL color Cylindrical-coordinate representation of color #EE424D: hue angle of 356.16º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE424D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 77 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.07 |
| HSL | 356.16º | 0.83% | 0.6% | - |
| HSV(B) | 356.16º | 0.72% | 0.93% | - |
| XYZ | 38.55 | 22.61 | 9.35 | - |
| YUV | 118.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 77 | 0 | 0.72 | 0.68 | 0.07 | 356.16 | 0.83 | 0.6 |
| Hex | EE | 42 | 4D | 0 | 48 | 44 | 7 | 164 | 53 | 3C |
| Octal | 356 | 102 | 115 | 0 | 110 | 104 | 7 | 544 | 123 | 74 |
| Binary | 11101110 | 1000010 | 1001101 | 0 | 1001000 | 1000100 | 111 | 101100100 | 1010011 | 111100 |
Color Harmonies of #EE424D
Complementary color
Monochromatic Colors of #EE424D
Black with #EE424D
Text Example
Text Example
White with #EE424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE424D; }
p { color: rgb(238,66,77); }
H1.HeaderClassName
{
color: #EE424D;
}
.AnyTagClassName
{
color: #EE424D;
}
</style>
background-color css
<style>
a { background-color: #EE424D; }
a { background-color: rgb(238,66,77); }
div.DivClassName
{
background-color: #EE424D;
}
.BgClassName
{
background-color: #EE424D;
}
</style>
border-color css
<style>
span { border-color: #EE424D; }
span { border-color: rgb(238,66,77); }
td.TdClassName
{
border-color: #EE424D;
}
.TagClassName
{
border-color: #EE424D;
}
</style>