Shades of Amaranth #EE184B
Tints of Amaranth #EE184B
RGB
CMYK
RGB Variations
Color information
#EE184B (or 0xEE184B) is known color: Amaranth. HEX triplet: EE, 18 and 4B. RGB value is (238,24,75). Sum of RGB (Red+Green+Blue) = 238+24+75=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE184B is #11E7B4. Grayscale: #5D5D5D. Windows color (decimal): -1173429 or 4921582. OLE color: 4921582.
HSL color Cylindrical-coordinate representation of color #EE184B: hue angle of 345.7º 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 #EE184B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.07 |
| HSL | 345.7º | 0.86% | 0.51% | - |
| HSV(B) | 345.7º | 0.9% | 0.93% | - |
| XYZ | 36.86 | 19.34 | 8.45 | - |
| YUV | 93.8 | 117.4 | 230.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 75 | 0 | 0.90 | 0.68 | 0.07 | 345.7 | 0.86 | 0.51 |
| Hex | EE | 18 | 4B | 0 | 5A | 44 | 7 | 15A | 56 | 33 |
| Octal | 356 | 30 | 113 | 0 | 132 | 104 | 7 | 532 | 126 | 63 |
| Binary | 11101110 | 11000 | 1001011 | 0 | 1011010 | 1000100 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #EE184B
Complementary color
Monochromatic Colors of #EE184B
Black with #EE184B
Text Example
Text Example
White with #EE184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE184B; }
p { color: rgb(238,24,75); }
H1.HeaderClassName
{
color: #EE184B;
}
.AnyTagClassName
{
color: #EE184B;
}
</style>
background-color css
<style>
a { background-color: #EE184B; }
a { background-color: rgb(238,24,75); }
div.DivClassName
{
background-color: #EE184B;
}
.BgClassName
{
background-color: #EE184B;
}
</style>
border-color css
<style>
span { border-color: #EE184B; }
span { border-color: rgb(238,24,75); }
td.TdClassName
{
border-color: #EE184B;
}
.TagClassName
{
border-color: #EE184B;
}
</style>