Shades of Amaranth #EF324C
Tints of Amaranth #EF324C
RGB
CMYK
RGB Variations
Color information
#EF324C (or 0xEF324C) is known color: Amaranth. HEX triplet: EF, 32 and 4C. RGB value is (239,50,76). Sum of RGB (Red+Green+Blue) = 239+50+76=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF324C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF324C is #10CDB3. Grayscale: #6D6D6D. Windows color (decimal): -1101236 or 4993775. OLE color: 4993775.
HSL color Cylindrical-coordinate representation of color #EF324C: hue angle of 351.75º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF324C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 76 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.06 |
| HSL | 351.75º | 0.86% | 0.57% | - |
| HSV(B) | 351.75º | 0.79% | 0.94% | - |
| XYZ | 38.04 | 21.15 | 8.92 | - |
| YUV | 109.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 76 | 0 | 0.79 | 0.68 | 0.06 | 351.75 | 0.86 | 0.57 |
| Hex | EF | 32 | 4C | 0 | 4F | 44 | 6 | 160 | 56 | 39 |
| Octal | 357 | 62 | 114 | 0 | 117 | 104 | 6 | 540 | 126 | 71 |
| Binary | 11101111 | 110010 | 1001100 | 0 | 1001111 | 1000100 | 110 | 101100000 | 1010110 | 111001 |
Color Harmonies of #EF324C
Complementary color
Monochromatic Colors of #EF324C
Black with #EF324C
Text Example
Text Example
White with #EF324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF324C; }
p { color: rgb(239,50,76); }
H1.HeaderClassName
{
color: #EF324C;
}
.AnyTagClassName
{
color: #EF324C;
}
</style>
background-color css
<style>
a { background-color: #EF324C; }
a { background-color: rgb(239,50,76); }
div.DivClassName
{
background-color: #EF324C;
}
.BgClassName
{
background-color: #EF324C;
}
</style>
border-color css
<style>
span { border-color: #EF324C; }
span { border-color: rgb(239,50,76); }
td.TdClassName
{
border-color: #EF324C;
}
.TagClassName
{
border-color: #EF324C;
}
</style>