Shades of Amaranth #EF235C
Tints of Amaranth #EF235C
RGB
CMYK
RGB Variations
Color information
#EF235C (or 0xEF235C) is known color: Amaranth. HEX triplet: EF, 23 and 5C. RGB value is (239,35,92). Sum of RGB (Red+Green+Blue) = 239+35+92=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF235C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF235C is #10DCA3. Grayscale: #666666. Windows color (decimal): -1105060 or 6038511. OLE color: 6038511.
HSL color Cylindrical-coordinate representation of color #EF235C: hue angle of 343.24º 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 #EF235C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 35 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.06 |
| HSL | 343.24º | 0.86% | 0.54% | - |
| HSV(B) | 343.24º | 0.85% | 0.94% | - |
| XYZ | 38.13 | 20.33 | 12.04 | - |
| YUV | 102.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 35 | 92 | 0 | 0.85 | 0.62 | 0.06 | 343.24 | 0.86 | 0.54 |
| Hex | EF | 23 | 5C | 0 | 55 | 3E | 6 | 157 | 56 | 36 |
| Octal | 357 | 43 | 134 | 0 | 125 | 76 | 6 | 527 | 126 | 66 |
| Binary | 11101111 | 100011 | 1011100 | 0 | 1010101 | 111110 | 110 | 101010111 | 1010110 | 110110 |
Color Harmonies of #EF235C
Complementary color
Monochromatic Colors of #EF235C
Black with #EF235C
Text Example
Text Example
White with #EF235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF235C; }
p { color: rgb(239,35,92); }
H1.HeaderClassName
{
color: #EF235C;
}
.AnyTagClassName
{
color: #EF235C;
}
</style>
background-color css
<style>
a { background-color: #EF235C; }
a { background-color: rgb(239,35,92); }
div.DivClassName
{
background-color: #EF235C;
}
.BgClassName
{
background-color: #EF235C;
}
</style>
border-color css
<style>
span { border-color: #EF235C; }
span { border-color: rgb(239,35,92); }
td.TdClassName
{
border-color: #EF235C;
}
.TagClassName
{
border-color: #EF235C;
}
</style>