Shades of Amaranth #EE164B
Tints of Amaranth #EE164B
RGB
CMYK
RGB Variations
Color information
#EE164B (or 0xEE164B) is known color: Amaranth. HEX triplet: EE, 16 and 4B. RGB value is (238,22,75). Sum of RGB (Red+Green+Blue) = 238+22+75=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE164B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE164B is #11E9B4. Grayscale: #5C5C5C. Windows color (decimal): -1173941 or 4921070. OLE color: 4921070.
HSL color Cylindrical-coordinate representation of color #EE164B: hue angle of 345.28º 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 #EE164B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 75 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.07 |
| HSL | 345.28º | 0.86% | 0.51% | - |
| HSV(B) | 345.28º | 0.91% | 0.93% | - |
| XYZ | 36.82 | 19.26 | 8.43 | - |
| YUV | 92.63 | 118.06 | 231.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 75 | 0 | 0.91 | 0.68 | 0.07 | 345.28 | 0.86 | 0.51 |
| Hex | EE | 16 | 4B | 0 | 5B | 44 | 7 | 159 | 56 | 33 |
| Octal | 356 | 26 | 113 | 0 | 133 | 104 | 7 | 531 | 126 | 63 |
| Binary | 11101110 | 10110 | 1001011 | 0 | 1011011 | 1000100 | 111 | 101011001 | 1010110 | 110011 |
Color Harmonies of #EE164B
Complementary color
Monochromatic Colors of #EE164B
Black with #EE164B
Text Example
Text Example
White with #EE164B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE164B; }
p { color: rgb(238,22,75); }
H1.HeaderClassName
{
color: #EE164B;
}
.AnyTagClassName
{
color: #EE164B;
}
</style>
background-color css
<style>
a { background-color: #EE164B; }
a { background-color: rgb(238,22,75); }
div.DivClassName
{
background-color: #EE164B;
}
.BgClassName
{
background-color: #EE164B;
}
</style>
border-color css
<style>
span { border-color: #EE164B; }
span { border-color: rgb(238,22,75); }
td.TdClassName
{
border-color: #EE164B;
}
.TagClassName
{
border-color: #EE164B;
}
</style>