Shades of Amaranth #EE2756
Tints of Amaranth #EE2756
RGB
CMYK
RGB Variations
Color information
#EE2756 (or 0xEE2756) is known color: Amaranth. HEX triplet: EE, 27 and 56. RGB value is (238,39,86). Sum of RGB (Red+Green+Blue) = 238+39+86=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 39 (15.62% from 255 or 10.74% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2756 is #11D8A9. Grayscale: #676767. Windows color (decimal): -1169578 or 5646318. OLE color: 5646318.
HSL color Cylindrical-coordinate representation of color #EE2756: hue angle of 345.83º 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 #EE2756 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 86 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.07 |
| HSL | 345.83º | 0.85% | 0.54% | - |
| HSV(B) | 345.83º | 0.84% | 0.93% | - |
| XYZ | 37.67 | 20.3 | 10.74 | - |
| YUV | 103.86 | 117.93 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 86 | 0 | 0.84 | 0.64 | 0.07 | 345.83 | 0.85 | 0.54 |
| Hex | EE | 27 | 56 | 0 | 54 | 40 | 7 | 15A | 55 | 36 |
| Octal | 356 | 47 | 126 | 0 | 124 | 100 | 7 | 532 | 125 | 66 |
| Binary | 11101110 | 100111 | 1010110 | 0 | 1010100 | 1000000 | 111 | 101011010 | 1010101 | 110110 |
Color Harmonies of #EE2756
Complementary color
Monochromatic Colors of #EE2756
Black with #EE2756
Text Example
Text Example
White with #EE2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2756; }
p { color: rgb(238,39,86); }
H1.HeaderClassName
{
color: #EE2756;
}
.AnyTagClassName
{
color: #EE2756;
}
</style>
background-color css
<style>
a { background-color: #EE2756; }
a { background-color: rgb(238,39,86); }
div.DivClassName
{
background-color: #EE2756;
}
.BgClassName
{
background-color: #EE2756;
}
</style>
border-color css
<style>
span { border-color: #EE2756; }
span { border-color: rgb(238,39,86); }
td.TdClassName
{
border-color: #EE2756;
}
.TagClassName
{
border-color: #EE2756;
}
</style>