Shades of Amaranth #EE184C
Tints of Amaranth #EE184C
RGB
CMYK
RGB Variations
Color information
#EE184C (or 0xEE184C) is known color: Amaranth. HEX triplet: EE, 18 and 4C. RGB value is (238,24,76). Sum of RGB (Red+Green+Blue) = 238+24+76=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE184C is #11E7B3. Grayscale: #5D5D5D. Windows color (decimal): -1173428 or 4987118. OLE color: 4987118.
HSL color Cylindrical-coordinate representation of color #EE184C: hue angle of 345.42º 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 #EE184C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 76 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.42º | 0.86% | 0.51% | - |
| HSV(B) | 345.42º | 0.9% | 0.93% | - |
| XYZ | 36.89 | 19.35 | 8.63 | - |
| YUV | 93.91 | 117.9 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 76 | 0 | 0.90 | 0.68 | 0.07 | 345.42 | 0.86 | 0.51 |
| Hex | EE | 18 | 4C | 0 | 5A | 44 | 7 | 159 | 56 | 33 |
| Octal | 356 | 30 | 114 | 0 | 132 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101110 | 11000 | 1001100 | 0 | 1011010 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #EE184C
Complementary color
Monochromatic Colors of #EE184C
Black with #EE184C
Text Example
Text Example
White with #EE184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE184C; }
p { color: rgb(238,24,76); }
H1.HeaderClassName
{
color: #EE184C;
}
.AnyTagClassName
{
color: #EE184C;
}
</style>
background-color css
<style>
a { background-color: #EE184C; }
a { background-color: rgb(238,24,76); }
div.DivClassName
{
background-color: #EE184C;
}
.BgClassName
{
background-color: #EE184C;
}
</style>
border-color css
<style>
span { border-color: #EE184C; }
span { border-color: rgb(238,24,76); }
td.TdClassName
{
border-color: #EE184C;
}
.TagClassName
{
border-color: #EE184C;
}
</style>