Shades of Amaranth #EE2655
Tints of Amaranth #EE2655
RGB
CMYK
RGB Variations
Color information
#EE2655 (or 0xEE2655) is known color: Amaranth. HEX triplet: EE, 26 and 55. RGB value is (238,38,85). Sum of RGB (Red+Green+Blue) = 238+38+85=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2655 is #11D9AA. Grayscale: #676767. Windows color (decimal): -1169835 or 5580526. OLE color: 5580526.
HSL color Cylindrical-coordinate representation of color #EE2655: hue angle of 345.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2655 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 38 | 85 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.07 |
| HSL | 345.9º | 0.85% | 0.54% | - |
| HSV(B) | 345.9º | 0.84% | 0.93% | - |
| XYZ | 37.59 | 20.22 | 10.52 | - |
| YUV | 103.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 85 | 0 | 0.84 | 0.64 | 0.07 | 345.9 | 0.85 | 0.54 |
| Hex | EE | 26 | 55 | 0 | 54 | 40 | 7 | 15A | 55 | 36 |
| Octal | 356 | 46 | 125 | 0 | 124 | 100 | 7 | 532 | 125 | 66 |
| Binary | 11101110 | 100110 | 1010101 | 0 | 1010100 | 1000000 | 111 | 101011010 | 1010101 | 110110 |
Color Harmonies of #EE2655
Complementary color
Monochromatic Colors of #EE2655
Black with #EE2655
Text Example
Text Example
White with #EE2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2655; }
p { color: rgb(238,38,85); }
H1.HeaderClassName
{
color: #EE2655;
}
.AnyTagClassName
{
color: #EE2655;
}
</style>
background-color css
<style>
a { background-color: #EE2655; }
a { background-color: rgb(238,38,85); }
div.DivClassName
{
background-color: #EE2655;
}
.BgClassName
{
background-color: #EE2655;
}
</style>
border-color css
<style>
span { border-color: #EE2655; }
span { border-color: rgb(238,38,85); }
td.TdClassName
{
border-color: #EE2655;
}
.TagClassName
{
border-color: #EE2655;
}
</style>