Shades of Amaranth #EE2055
Tints of Amaranth #EE2055
RGB
CMYK
RGB Variations
Color information
#EE2055 (or 0xEE2055) is known color: Amaranth. HEX triplet: EE, 20 and 55. RGB value is (238,32,85). Sum of RGB (Red+Green+Blue) = 238+32+85=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2055 is #11DFAA. Grayscale: #636363. Windows color (decimal): -1171371 or 5578990. OLE color: 5578990.
HSL color Cylindrical-coordinate representation of color #EE2055: hue angle of 344.56º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2055 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 85 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.07 |
| HSL | 344.56º | 0.86% | 0.53% | - |
| HSV(B) | 344.56º | 0.87% | 0.93% | - |
| XYZ | 37.42 | 19.87 | 10.46 | - |
| YUV | 99.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 85 | 0 | 0.87 | 0.64 | 0.07 | 344.56 | 0.86 | 0.53 |
| Hex | EE | 20 | 55 | 0 | 57 | 40 | 7 | 159 | 56 | 35 |
| Octal | 356 | 40 | 125 | 0 | 127 | 100 | 7 | 531 | 126 | 65 |
| Binary | 11101110 | 100000 | 1010101 | 0 | 1010111 | 1000000 | 111 | 101011001 | 1010110 | 110101 |
Color Harmonies of #EE2055
Complementary color
Monochromatic Colors of #EE2055
Black with #EE2055
Text Example
Text Example
White with #EE2055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2055; }
p { color: rgb(238,32,85); }
H1.HeaderClassName
{
color: #EE2055;
}
.AnyTagClassName
{
color: #EE2055;
}
</style>
background-color css
<style>
a { background-color: #EE2055; }
a { background-color: rgb(238,32,85); }
div.DivClassName
{
background-color: #EE2055;
}
.BgClassName
{
background-color: #EE2055;
}
</style>
border-color css
<style>
span { border-color: #EE2055; }
span { border-color: rgb(238,32,85); }
td.TdClassName
{
border-color: #EE2055;
}
.TagClassName
{
border-color: #EE2055;
}
</style>