Shades of Amaranth #EE194E
Tints of Amaranth #EE194E
RGB
CMYK
RGB Variations
Color information
#EE194E (or 0xEE194E) is known color: Amaranth. HEX triplet: EE, 19 and 4E. RGB value is (238,25,78). Sum of RGB (Red+Green+Blue) = 238+25+78=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE194E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE194E is #11E6B1. Grayscale: #5E5E5E. Windows color (decimal): -1173170 or 5118446. OLE color: 5118446.
HSL color Cylindrical-coordinate representation of color #EE194E: hue angle of 345.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE194E is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 78 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.07 |
| HSL | 345.07º | 0.86% | 0.52% | - |
| HSV(B) | 345.07º | 0.89% | 0.93% | - |
| XYZ | 36.98 | 19.42 | 9.01 | - |
| YUV | 94.73 | 118.57 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 78 | 0 | 0.89 | 0.67 | 0.07 | 345.07 | 0.86 | 0.52 |
| Hex | EE | 19 | 4E | 0 | 59 | 43 | 7 | 159 | 56 | 34 |
| Octal | 356 | 31 | 116 | 0 | 131 | 103 | 7 | 531 | 126 | 64 |
| Binary | 11101110 | 11001 | 1001110 | 0 | 1011001 | 1000011 | 111 | 101011001 | 1010110 | 110100 |
Color Harmonies of #EE194E
Complementary color
Monochromatic Colors of #EE194E
Black with #EE194E
Text Example
Text Example
White with #EE194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE194E; }
p { color: rgb(238,25,78); }
H1.HeaderClassName
{
color: #EE194E;
}
.AnyTagClassName
{
color: #EE194E;
}
</style>
background-color css
<style>
a { background-color: #EE194E; }
a { background-color: rgb(238,25,78); }
div.DivClassName
{
background-color: #EE194E;
}
.BgClassName
{
background-color: #EE194E;
}
</style>
border-color css
<style>
span { border-color: #EE194E; }
span { border-color: rgb(238,25,78); }
td.TdClassName
{
border-color: #EE194E;
}
.TagClassName
{
border-color: #EE194E;
}
</style>