Shades of Amaranth #EE294F
Tints of Amaranth #EE294F
RGB
CMYK
RGB Variations
Color information
#EE294F (or 0xEE294F) is known color: Amaranth. HEX triplet: EE, 29 and 4F. RGB value is (238,41,79). Sum of RGB (Red+Green+Blue) = 238+41+79=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE294F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE294F is #11D6B0. Grayscale: #686868. Windows color (decimal): -1169073 or 5188078. OLE color: 5188078.
HSL color Cylindrical-coordinate representation of color #EE294F: hue angle of 348.43º 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 #EE294F is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 79 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.07 |
| HSL | 348.43º | 0.85% | 0.55% | - |
| HSV(B) | 348.43º | 0.83% | 0.93% | - |
| XYZ | 37.46 | 20.33 | 9.35 | - |
| YUV | 104.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 79 | 0 | 0.83 | 0.67 | 0.07 | 348.43 | 0.85 | 0.55 |
| Hex | EE | 29 | 4F | 0 | 53 | 43 | 7 | 15C | 55 | 37 |
| Octal | 356 | 51 | 117 | 0 | 123 | 103 | 7 | 534 | 125 | 67 |
| Binary | 11101110 | 101001 | 1001111 | 0 | 1010011 | 1000011 | 111 | 101011100 | 1010101 | 110111 |
Color Harmonies of #EE294F
Complementary color
Monochromatic Colors of #EE294F
Black with #EE294F
Text Example
Text Example
White with #EE294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE294F; }
p { color: rgb(238,41,79); }
H1.HeaderClassName
{
color: #EE294F;
}
.AnyTagClassName
{
color: #EE294F;
}
</style>
background-color css
<style>
a { background-color: #EE294F; }
a { background-color: rgb(238,41,79); }
div.DivClassName
{
background-color: #EE294F;
}
.BgClassName
{
background-color: #EE294F;
}
</style>
border-color css
<style>
span { border-color: #EE294F; }
span { border-color: rgb(238,41,79); }
td.TdClassName
{
border-color: #EE294F;
}
.TagClassName
{
border-color: #EE294F;
}
</style>