Shades of Amaranth #EE2850
Tints of Amaranth #EE2850
RGB
CMYK
RGB Variations
Color information
#EE2850 (or 0xEE2850) is known color: Amaranth. HEX triplet: EE, 28 and 50. RGB value is (238,40,80). Sum of RGB (Red+Green+Blue) = 238+40+80=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2850 is #11D7AF. Grayscale: #676767. Windows color (decimal): -1169328 or 5253358. OLE color: 5253358.
HSL color Cylindrical-coordinate representation of color #EE2850: hue angle of 347.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE2850 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 80 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.07 |
| HSL | 347.88º | 0.85% | 0.55% | - |
| HSV(B) | 347.88º | 0.83% | 0.93% | - |
| XYZ | 37.47 | 20.27 | 9.53 | - |
| YUV | 103.76 | 114.6 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 80 | 0 | 0.83 | 0.66 | 0.07 | 347.88 | 0.85 | 0.55 |
| Hex | EE | 28 | 50 | 0 | 53 | 42 | 7 | 15C | 55 | 37 |
| Octal | 356 | 50 | 120 | 0 | 123 | 102 | 7 | 534 | 125 | 67 |
| Binary | 11101110 | 101000 | 1010000 | 0 | 1010011 | 1000010 | 111 | 101011100 | 1010101 | 110111 |
Color Harmonies of #EE2850
Complementary color
Monochromatic Colors of #EE2850
Black with #EE2850
Text Example
Text Example
White with #EE2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2850; }
p { color: rgb(238,40,80); }
H1.HeaderClassName
{
color: #EE2850;
}
.AnyTagClassName
{
color: #EE2850;
}
</style>
background-color css
<style>
a { background-color: #EE2850; }
a { background-color: rgb(238,40,80); }
div.DivClassName
{
background-color: #EE2850;
}
.BgClassName
{
background-color: #EE2850;
}
</style>
border-color css
<style>
span { border-color: #EE2850; }
span { border-color: rgb(238,40,80); }
td.TdClassName
{
border-color: #EE2850;
}
.TagClassName
{
border-color: #EE2850;
}
</style>