Shades of Amaranth #EE2954
Tints of Amaranth #EE2954
RGB
CMYK
RGB Variations
Color information
#EE2954 (or 0xEE2954) is known color: Amaranth. HEX triplet: EE, 29 and 54. RGB value is (238,41,84). Sum of RGB (Red+Green+Blue) = 238+41+84=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2954 is #11D6AB. Grayscale: #686868. Windows color (decimal): -1169068 or 5515758. OLE color: 5515758.
HSL color Cylindrical-coordinate representation of color #EE2954: hue angle of 346.9º 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 #EE2954 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 84 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.07 |
| HSL | 346.9º | 0.85% | 0.55% | - |
| HSV(B) | 346.9º | 0.83% | 0.93% | - |
| XYZ | 37.65 | 20.4 | 10.34 | - |
| YUV | 104.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 84 | 0 | 0.83 | 0.65 | 0.07 | 346.9 | 0.85 | 0.55 |
| Hex | EE | 29 | 54 | 0 | 53 | 41 | 7 | 15B | 55 | 37 |
| Octal | 356 | 51 | 124 | 0 | 123 | 101 | 7 | 533 | 125 | 67 |
| Binary | 11101110 | 101001 | 1010100 | 0 | 1010011 | 1000001 | 111 | 101011011 | 1010101 | 110111 |
Color Harmonies of #EE2954
Complementary color
Monochromatic Colors of #EE2954
Black with #EE2954
Text Example
Text Example
White with #EE2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2954; }
p { color: rgb(238,41,84); }
H1.HeaderClassName
{
color: #EE2954;
}
.AnyTagClassName
{
color: #EE2954;
}
</style>
background-color css
<style>
a { background-color: #EE2954; }
a { background-color: rgb(238,41,84); }
div.DivClassName
{
background-color: #EE2954;
}
.BgClassName
{
background-color: #EE2954;
}
</style>
border-color css
<style>
span { border-color: #EE2954; }
span { border-color: rgb(238,41,84); }
td.TdClassName
{
border-color: #EE2954;
}
.TagClassName
{
border-color: #EE2954;
}
</style>