Shades of Amaranth #EE164D
Tints of Amaranth #EE164D
RGB
CMYK
RGB Variations
Color information
#EE164D (or 0xEE164D) is known color: Amaranth. HEX triplet: EE, 16 and 4D. RGB value is (238,22,77). Sum of RGB (Red+Green+Blue) = 238+22+77=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE164D is #11E9B2. Grayscale: #5C5C5C. Windows color (decimal): -1173939 or 5052142. OLE color: 5052142.
HSL color Cylindrical-coordinate representation of color #EE164D: hue angle of 344.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE164D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 344.72º | 0.86% | 0.51% | - |
| HSV(B) | 344.72º | 0.91% | 0.93% | - |
| XYZ | 36.89 | 19.29 | 8.8 | - |
| YUV | 92.85 | 119.06 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 77 | 0 | 0.91 | 0.68 | 0.07 | 344.72 | 0.86 | 0.51 |
| Hex | EE | 16 | 4D | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 356 | 26 | 115 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101110 | 10110 | 1001101 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #EE164D
Complementary color
Monochromatic Colors of #EE164D
Black with #EE164D
Text Example
Text Example
White with #EE164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE164D; }
p { color: rgb(238,22,77); }
H1.HeaderClassName
{
color: #EE164D;
}
.AnyTagClassName
{
color: #EE164D;
}
</style>
background-color css
<style>
a { background-color: #EE164D; }
a { background-color: rgb(238,22,77); }
div.DivClassName
{
background-color: #EE164D;
}
.BgClassName
{
background-color: #EE164D;
}
</style>
border-color css
<style>
span { border-color: #EE164D; }
span { border-color: rgb(238,22,77); }
td.TdClassName
{
border-color: #EE164D;
}
.TagClassName
{
border-color: #EE164D;
}
</style>