Shades of Amaranth #EF285C
Tints of Amaranth #EF285C
RGB
CMYK
RGB Variations
Color information
#EF285C (or 0xEF285C) is known color: Amaranth. HEX triplet: EF, 28 and 5C. RGB value is (239,40,92). Sum of RGB (Red+Green+Blue) = 239+40+92=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF285C is #10D7A3. Grayscale: #696969. Windows color (decimal): -1103780 or 6039791. OLE color: 6039791.
HSL color Cylindrical-coordinate representation of color #EF285C: hue angle of 344.32º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF285C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 92 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.06 |
| HSL | 344.32º | 0.86% | 0.55% | - |
| HSV(B) | 344.32º | 0.83% | 0.94% | - |
| XYZ | 38.29 | 20.64 | 12.09 | - |
| YUV | 105.43 | 120.43 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 92 | 0 | 0.83 | 0.62 | 0.06 | 344.32 | 0.86 | 0.55 |
| Hex | EF | 28 | 5C | 0 | 53 | 3E | 6 | 158 | 56 | 37 |
| Octal | 357 | 50 | 134 | 0 | 123 | 76 | 6 | 530 | 126 | 67 |
| Binary | 11101111 | 101000 | 1011100 | 0 | 1010011 | 111110 | 110 | 101011000 | 1010110 | 110111 |
Color Harmonies of #EF285C
Complementary color
Monochromatic Colors of #EF285C
Black with #EF285C
Text Example
Text Example
White with #EF285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF285C; }
p { color: rgb(239,40,92); }
H1.HeaderClassName
{
color: #EF285C;
}
.AnyTagClassName
{
color: #EF285C;
}
</style>
background-color css
<style>
a { background-color: #EF285C; }
a { background-color: rgb(239,40,92); }
div.DivClassName
{
background-color: #EF285C;
}
.BgClassName
{
background-color: #EF285C;
}
</style>
border-color css
<style>
span { border-color: #EF285C; }
span { border-color: rgb(239,40,92); }
td.TdClassName
{
border-color: #EF285C;
}
.TagClassName
{
border-color: #EF285C;
}
</style>