Shades of Amaranth #EE2C4F
Tints of Amaranth #EE2C4F
RGB
CMYK
RGB Variations
Color information
#EE2C4F (or 0xEE2C4F) is known color: Amaranth. HEX triplet: EE, 2C and 4F. RGB value is (238,44,79). Sum of RGB (Red+Green+Blue) = 238+44+79=361 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.93% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2C4F is #11D3B0. Grayscale: #6A6A6A. Windows color (decimal): -1168305 or 5188846. OLE color: 5188846.
HSL color Cylindrical-coordinate representation of color #EE2C4F: hue angle of 349.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2C4F is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 44 | 79 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.07 |
| HSL | 349.18º | 0.85% | 0.55% | - |
| HSV(B) | 349.18º | 0.82% | 0.93% | - |
| XYZ | 37.57 | 20.54 | 9.38 | - |
| YUV | 106 | 112.77 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 44 | 79 | 0 | 0.82 | 0.67 | 0.07 | 349.18 | 0.85 | 0.55 |
| Hex | EE | 2C | 4F | 0 | 52 | 43 | 7 | 15D | 55 | 37 |
| Octal | 356 | 54 | 117 | 0 | 122 | 103 | 7 | 535 | 125 | 67 |
| Binary | 11101110 | 101100 | 1001111 | 0 | 1010010 | 1000011 | 111 | 101011101 | 1010101 | 110111 |
Color Harmonies of #EE2C4F
Complementary color
Monochromatic Colors of #EE2C4F
Black with #EE2C4F
Text Example
Text Example
White with #EE2C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2C4F; }
p { color: rgb(238,44,79); }
H1.HeaderClassName
{
color: #EE2C4F;
}
.AnyTagClassName
{
color: #EE2C4F;
}
</style>
background-color css
<style>
a { background-color: #EE2C4F; }
a { background-color: rgb(238,44,79); }
div.DivClassName
{
background-color: #EE2C4F;
}
.BgClassName
{
background-color: #EE2C4F;
}
</style>
border-color css
<style>
span { border-color: #EE2C4F; }
span { border-color: rgb(238,44,79); }
td.TdClassName
{
border-color: #EE2C4F;
}
.TagClassName
{
border-color: #EE2C4F;
}
</style>