Shades of Amaranth #EE384D
Tints of Amaranth #EE384D
RGB
CMYK
RGB Variations
Color information
#EE384D (or 0xEE384D) is known color: Amaranth. HEX triplet: EE, 38 and 4D. RGB value is (238,56,77). Sum of RGB (Red+Green+Blue) = 238+56+77=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE384D is #11C7B2. Grayscale: #707070. Windows color (decimal): -1165235 or 5060846. OLE color: 5060846.
HSL color Cylindrical-coordinate representation of color #EE384D: hue angle of 353.08º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE384D is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 77 | - |
| CMYK | 0 | 0.76 | 0.68 | 0.07 |
| HSL | 353.08º | 0.84% | 0.58% | - |
| HSV(B) | 353.08º | 0.76% | 0.93% | - |
| XYZ | 38.01 | 21.54 | 9.18 | - |
| YUV | 112.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 77 | 0 | 0.76 | 0.68 | 0.07 | 353.08 | 0.84 | 0.58 |
| Hex | EE | 38 | 4D | 0 | 4C | 44 | 7 | 161 | 54 | 3A |
| Octal | 356 | 70 | 115 | 0 | 114 | 104 | 7 | 541 | 124 | 72 |
| Binary | 11101110 | 111000 | 1001101 | 0 | 1001100 | 1000100 | 111 | 101100001 | 1010100 | 111010 |
Color Harmonies of #EE384D
Complementary color
Monochromatic Colors of #EE384D
Black with #EE384D
Text Example
Text Example
White with #EE384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE384D; }
p { color: rgb(238,56,77); }
H1.HeaderClassName
{
color: #EE384D;
}
.AnyTagClassName
{
color: #EE384D;
}
</style>
background-color css
<style>
a { background-color: #EE384D; }
a { background-color: rgb(238,56,77); }
div.DivClassName
{
background-color: #EE384D;
}
.BgClassName
{
background-color: #EE384D;
}
</style>
border-color css
<style>
span { border-color: #EE384D; }
span { border-color: rgb(238,56,77); }
td.TdClassName
{
border-color: #EE384D;
}
.TagClassName
{
border-color: #EE384D;
}
</style>