Shades of Amaranth #EE484D
Tints of Amaranth #EE484D
RGB
CMYK
RGB Variations
Color information
#EE484D (or 0xEE484D) is known color: Amaranth. HEX triplet: EE, 48 and 4D. RGB value is (238,72,77). Sum of RGB (Red+Green+Blue) = 238+72+77=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE484D is #11B7B2. Grayscale: #7A7A7A. Windows color (decimal): -1161139 or 5064942. OLE color: 5064942.
HSL color Cylindrical-coordinate representation of color #EE484D: hue angle of 358.19º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE484D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.07 |
| HSL | 358.19º | 0.83% | 0.61% | - |
| HSV(B) | 358.19º | 0.7% | 0.93% | - |
| XYZ | 38.92 | 23.35 | 9.48 | - |
| YUV | 122.2 | 102.5 | 210.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 77 | 0 | 0.70 | 0.68 | 0.07 | 358.19 | 0.83 | 0.61 |
| Hex | EE | 48 | 4D | 0 | 46 | 44 | 7 | 166 | 53 | 3D |
| Octal | 356 | 110 | 115 | 0 | 106 | 104 | 7 | 546 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1001101 | 0 | 1000110 | 1000100 | 111 | 101100110 | 1010011 | 111101 |
Color Harmonies of #EE484D
Complementary color
Monochromatic Colors of #EE484D
Black with #EE484D
Text Example
Text Example
White with #EE484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE484D; }
p { color: rgb(238,72,77); }
H1.HeaderClassName
{
color: #EE484D;
}
.AnyTagClassName
{
color: #EE484D;
}
</style>
background-color css
<style>
a { background-color: #EE484D; }
a { background-color: rgb(238,72,77); }
div.DivClassName
{
background-color: #EE484D;
}
.BgClassName
{
background-color: #EE484D;
}
</style>
border-color css
<style>
span { border-color: #EE484D; }
span { border-color: rgb(238,72,77); }
td.TdClassName
{
border-color: #EE484D;
}
.TagClassName
{
border-color: #EE484D;
}
</style>