Shades of Amaranth #EE2951
Tints of Amaranth #EE2951
RGB
CMYK
RGB Variations
Color information
#EE2951 (or 0xEE2951) is known color: Amaranth. HEX triplet: EE, 29 and 51. RGB value is (238,41,81). Sum of RGB (Red+Green+Blue) = 238+41+81=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2951 is #11D6AE. Grayscale: #686868. Windows color (decimal): -1169071 or 5319150. OLE color: 5319150.
HSL color Cylindrical-coordinate representation of color #EE2951: hue angle of 347.82º 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 #EE2951 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 81 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.07 |
| HSL | 347.82º | 0.85% | 0.55% | - |
| HSV(B) | 347.82º | 0.83% | 0.93% | - |
| XYZ | 37.54 | 20.36 | 9.74 | - |
| YUV | 104.46 | 114.77 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 81 | 0 | 0.83 | 0.66 | 0.07 | 347.82 | 0.85 | 0.55 |
| Hex | EE | 29 | 51 | 0 | 53 | 42 | 7 | 15C | 55 | 37 |
| Octal | 356 | 51 | 121 | 0 | 123 | 102 | 7 | 534 | 125 | 67 |
| Binary | 11101110 | 101001 | 1010001 | 0 | 1010011 | 1000010 | 111 | 101011100 | 1010101 | 110111 |
Color Harmonies of #EE2951
Complementary color
Monochromatic Colors of #EE2951
Black with #EE2951
Text Example
Text Example
White with #EE2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2951; }
p { color: rgb(238,41,81); }
H1.HeaderClassName
{
color: #EE2951;
}
.AnyTagClassName
{
color: #EE2951;
}
</style>
background-color css
<style>
a { background-color: #EE2951; }
a { background-color: rgb(238,41,81); }
div.DivClassName
{
background-color: #EE2951;
}
.BgClassName
{
background-color: #EE2951;
}
</style>
border-color css
<style>
span { border-color: #EE2951; }
span { border-color: rgb(238,41,81); }
td.TdClassName
{
border-color: #EE2951;
}
.TagClassName
{
border-color: #EE2951;
}
</style>