Shades of Amaranth #EE2355
Tints of Amaranth #EE2355
RGB
CMYK
RGB Variations
Color information
#EE2355 (or 0xEE2355) is known color: Amaranth. HEX triplet: EE, 23 and 55. RGB value is (238,35,85). Sum of RGB (Red+Green+Blue) = 238+35+85=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2355 is #11DCAA. Grayscale: #656565. Windows color (decimal): -1170603 or 5579758. OLE color: 5579758.
HSL color Cylindrical-coordinate representation of color #EE2355: hue angle of 345.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE2355 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 85 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.07 |
| HSL | 345.22º | 0.86% | 0.54% | - |
| HSV(B) | 345.22º | 0.85% | 0.93% | - |
| XYZ | 37.5 | 20.04 | 10.48 | - |
| YUV | 101.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 85 | 0 | 0.85 | 0.64 | 0.07 | 345.22 | 0.86 | 0.54 |
| Hex | EE | 23 | 55 | 0 | 55 | 40 | 7 | 159 | 56 | 36 |
| Octal | 356 | 43 | 125 | 0 | 125 | 100 | 7 | 531 | 126 | 66 |
| Binary | 11101110 | 100011 | 1010101 | 0 | 1010101 | 1000000 | 111 | 101011001 | 1010110 | 110110 |
Color Harmonies of #EE2355
Complementary color
Monochromatic Colors of #EE2355
Black with #EE2355
Text Example
Text Example
White with #EE2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2355; }
p { color: rgb(238,35,85); }
H1.HeaderClassName
{
color: #EE2355;
}
.AnyTagClassName
{
color: #EE2355;
}
</style>
background-color css
<style>
a { background-color: #EE2355; }
a { background-color: rgb(238,35,85); }
div.DivClassName
{
background-color: #EE2355;
}
.BgClassName
{
background-color: #EE2355;
}
</style>
border-color css
<style>
span { border-color: #EE2355; }
span { border-color: rgb(238,35,85); }
td.TdClassName
{
border-color: #EE2355;
}
.TagClassName
{
border-color: #EE2355;
}
</style>