Shades of Amaranth #EF234C
Tints of Amaranth #EF234C
RGB
CMYK
RGB Variations
Color information
#EF234C (or 0xEF234C) is known color: Amaranth. HEX triplet: EF, 23 and 4C. RGB value is (239,35,76). Sum of RGB (Red+Green+Blue) = 239+35+76=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF234C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF234C is #10DCB3. Grayscale: #646464. Windows color (decimal): -1105076 or 4989935. OLE color: 4989935.
HSL color Cylindrical-coordinate representation of color #EF234C: hue angle of 347.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF234C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 76 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.06 |
| HSL | 347.94º | 0.86% | 0.54% | - |
| HSV(B) | 347.94º | 0.85% | 0.94% | - |
| XYZ | 37.5 | 20.07 | 8.74 | - |
| YUV | 100.67 | 114.09 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 76 | 0 | 0.85 | 0.68 | 0.06 | 347.94 | 0.86 | 0.54 |
| Hex | EF | 23 | 4C | 0 | 55 | 44 | 6 | 15C | 56 | 36 |
| Octal | 357 | 43 | 114 | 0 | 125 | 104 | 6 | 534 | 126 | 66 |
| Binary | 11101111 | 100011 | 1001100 | 0 | 1010101 | 1000100 | 110 | 101011100 | 1010110 | 110110 |
Color Harmonies of #EF234C
Complementary color
Monochromatic Colors of #EF234C
Black with #EF234C
Text Example
Text Example
White with #EF234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF234C; }
p { color: rgb(239,35,76); }
H1.HeaderClassName
{
color: #EF234C;
}
.AnyTagClassName
{
color: #EF234C;
}
</style>
background-color css
<style>
a { background-color: #EF234C; }
a { background-color: rgb(239,35,76); }
div.DivClassName
{
background-color: #EF234C;
}
.BgClassName
{
background-color: #EF234C;
}
</style>
border-color css
<style>
span { border-color: #EF234C; }
span { border-color: rgb(239,35,76); }
td.TdClassName
{
border-color: #EF234C;
}
.TagClassName
{
border-color: #EF234C;
}
</style>