Shades of Amaranth #EE3655
Tints of Amaranth #EE3655
RGB
CMYK
RGB Variations
Color information
#EE3655 (or 0xEE3655) is known color: Amaranth. HEX triplet: EE, 36 and 55. RGB value is (238,54,85). Sum of RGB (Red+Green+Blue) = 238+54+85=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3655 is #11C9AA. Grayscale: #707070. Windows color (decimal): -1165739 or 5584622. OLE color: 5584622.
HSL color Cylindrical-coordinate representation of color #EE3655: hue angle of 349.89º 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 #EE3655 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 54 | 85 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.07 |
| HSL | 349.89º | 0.84% | 0.57% | - |
| HSV(B) | 349.89º | 0.77% | 0.93% | - |
| XYZ | 38.22 | 21.47 | 10.72 | - |
| YUV | 112.55 | 112.46 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 54 | 85 | 0 | 0.77 | 0.64 | 0.07 | 349.89 | 0.84 | 0.57 |
| Hex | EE | 36 | 55 | 0 | 4D | 40 | 7 | 15E | 54 | 39 |
| Octal | 356 | 66 | 125 | 0 | 115 | 100 | 7 | 536 | 124 | 71 |
| Binary | 11101110 | 110110 | 1010101 | 0 | 1001101 | 1000000 | 111 | 101011110 | 1010100 | 111001 |
Color Harmonies of #EE3655
Complementary color
Monochromatic Colors of #EE3655
Black with #EE3655
Text Example
Text Example
White with #EE3655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3655; }
p { color: rgb(238,54,85); }
H1.HeaderClassName
{
color: #EE3655;
}
.AnyTagClassName
{
color: #EE3655;
}
</style>
background-color css
<style>
a { background-color: #EE3655; }
a { background-color: rgb(238,54,85); }
div.DivClassName
{
background-color: #EE3655;
}
.BgClassName
{
background-color: #EE3655;
}
</style>
border-color css
<style>
span { border-color: #EE3655; }
span { border-color: rgb(238,54,85); }
td.TdClassName
{
border-color: #EE3655;
}
.TagClassName
{
border-color: #EE3655;
}
</style>