Shades of Amaranth #EE364D
Tints of Amaranth #EE364D
RGB
CMYK
RGB Variations
Color information
#EE364D (or 0xEE364D) is known color: Amaranth. HEX triplet: EE, 36 and 4D. RGB value is (238,54,77). Sum of RGB (Red+Green+Blue) = 238+54+77=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE364D is #11C9B2. Grayscale: #6F6F6F. Windows color (decimal): -1165747 or 5060334. OLE color: 5060334.
HSL color Cylindrical-coordinate representation of color #EE364D: hue angle of 352.5º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE364D is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 77 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.07 |
| HSL | 352.5º | 0.84% | 0.57% | - |
| HSV(B) | 352.5º | 0.77% | 0.93% | - |
| XYZ | 37.92 | 21.35 | 9.14 | - |
| YUV | 111.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 77 | 0 | 0.77 | 0.68 | 0.07 | 352.5 | 0.84 | 0.57 |
| Hex | EE | 36 | 4D | 0 | 4D | 44 | 7 | 160 | 54 | 39 |
| Octal | 356 | 66 | 115 | 0 | 115 | 104 | 7 | 540 | 124 | 71 |
| Binary | 11101110 | 110110 | 1001101 | 0 | 1001101 | 1000100 | 111 | 101100000 | 1010100 | 111001 |
Color Harmonies of #EE364D
Complementary color
Monochromatic Colors of #EE364D
Black with #EE364D
Text Example
Text Example
White with #EE364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE364D; }
p { color: rgb(238,54,77); }
H1.HeaderClassName
{
color: #EE364D;
}
.AnyTagClassName
{
color: #EE364D;
}
</style>
background-color css
<style>
a { background-color: #EE364D; }
a { background-color: rgb(238,54,77); }
div.DivClassName
{
background-color: #EE364D;
}
.BgClassName
{
background-color: #EE364D;
}
</style>
border-color css
<style>
span { border-color: #EE364D; }
span { border-color: rgb(238,54,77); }
td.TdClassName
{
border-color: #EE364D;
}
.TagClassName
{
border-color: #EE364D;
}
</style>