Shades of Amaranth #EE174E
Tints of Amaranth #EE174E
RGB
CMYK
RGB Variations
Color information
#EE174E (or 0xEE174E) is known color: Amaranth. HEX triplet: EE, 17 and 4E. RGB value is (238,23,78). Sum of RGB (Red+Green+Blue) = 238+23+78=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE174E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE174E is #11E8B1. Grayscale: #5D5D5D. Windows color (decimal): -1173682 or 5117934. OLE color: 5117934.
HSL color Cylindrical-coordinate representation of color #EE174E: hue angle of 344.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE174E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 78 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.07 |
| HSL | 344.65º | 0.86% | 0.51% | - |
| HSV(B) | 344.65º | 0.9% | 0.93% | - |
| XYZ | 36.94 | 19.34 | 8.99 | - |
| YUV | 93.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 78 | 0 | 0.90 | 0.67 | 0.07 | 344.65 | 0.86 | 0.51 |
| Hex | EE | 17 | 4E | 0 | 5A | 43 | 7 | 159 | 56 | 33 |
| Octal | 356 | 27 | 116 | 0 | 132 | 103 | 7 | 531 | 126 | 63 |
| Binary | 11101110 | 10111 | 1001110 | 0 | 1011010 | 1000011 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #EE174E
Complementary color
Monochromatic Colors of #EE174E
Black with #EE174E
Text Example
Text Example
White with #EE174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE174E; }
p { color: rgb(238,23,78); }
H1.HeaderClassName
{
color: #EE174E;
}
.AnyTagClassName
{
color: #EE174E;
}
</style>
background-color css
<style>
a { background-color: #EE174E; }
a { background-color: rgb(238,23,78); }
div.DivClassName
{
background-color: #EE174E;
}
.BgClassName
{
background-color: #EE174E;
}
</style>
border-color css
<style>
span { border-color: #EE174E; }
span { border-color: rgb(238,23,78); }
td.TdClassName
{
border-color: #EE174E;
}
.TagClassName
{
border-color: #EE174E;
}
</style>