Shades of Amaranth #EE324C
Tints of Amaranth #EE324C
RGB
CMYK
RGB Variations
Color information
#EE324C (or 0xEE324C) is known color: Amaranth. HEX triplet: EE, 32 and 4C. RGB value is (238,50,76). Sum of RGB (Red+Green+Blue) = 238+50+76=364 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.38% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 238 - color contains mainly: red. Hex color #EE324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE324C is #11CDB3. Grayscale: #6D6D6D. Windows color (decimal): -1166772 or 4993774. OLE color: 4993774.
HSL color Cylindrical-coordinate representation of color #EE324C: hue angle of 351.7º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE324C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 50 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.07 |
| HSL | 351.7º | 0.85% | 0.56% | - |
| HSV(B) | 351.7º | 0.79% | 0.93% | - |
| XYZ | 37.71 | 20.98 | 8.9 | - |
| YUV | 109.18 | 109.28 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 76 | 0 | 0.79 | 0.68 | 0.07 | 351.7 | 0.85 | 0.56 |
| Hex | EE | 32 | 4C | 0 | 4F | 44 | 7 | 160 | 55 | 38 |
| Octal | 356 | 62 | 114 | 0 | 117 | 104 | 7 | 540 | 125 | 70 |
| Binary | 11101110 | 110010 | 1001100 | 0 | 1001111 | 1000100 | 111 | 101100000 | 1010101 | 111000 |
Color Harmonies of #EE324C
Complementary color
Monochromatic Colors of #EE324C
Black with #EE324C
Text Example
Text Example
White with #EE324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE324C; }
p { color: rgb(238,50,76); }
H1.HeaderClassName
{
color: #EE324C;
}
.AnyTagClassName
{
color: #EE324C;
}
</style>
background-color css
<style>
a { background-color: #EE324C; }
a { background-color: rgb(238,50,76); }
div.DivClassName
{
background-color: #EE324C;
}
.BgClassName
{
background-color: #EE324C;
}
</style>
border-color css
<style>
span { border-color: #EE324C; }
span { border-color: rgb(238,50,76); }
td.TdClassName
{
border-color: #EE324C;
}
.TagClassName
{
border-color: #EE324C;
}
</style>