Shades of Amaranth #EF294B
Tints of Amaranth #EF294B
RGB
CMYK
RGB Variations
Color information
#EF294B (or 0xEF294B) is known color: Amaranth. HEX triplet: EF, 29 and 4B. RGB value is (239,41,75). Sum of RGB (Red+Green+Blue) = 239+41+75=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF294B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF294B is #10D6B4. Grayscale: #686868. Windows color (decimal): -1103541 or 4925935. OLE color: 4925935.
HSL color Cylindrical-coordinate representation of color #EF294B: hue angle of 349.7º 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 #EF294B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 41 | 75 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.06 |
| HSL | 349.7º | 0.86% | 0.55% | - |
| HSV(B) | 349.7º | 0.83% | 0.94% | - |
| XYZ | 37.66 | 20.44 | 8.62 | - |
| YUV | 104.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 41 | 75 | 0 | 0.83 | 0.69 | 0.06 | 349.7 | 0.86 | 0.55 |
| Hex | EF | 29 | 4B | 0 | 53 | 45 | 6 | 15E | 56 | 37 |
| Octal | 357 | 51 | 113 | 0 | 123 | 105 | 6 | 536 | 126 | 67 |
| Binary | 11101111 | 101001 | 1001011 | 0 | 1010011 | 1000101 | 110 | 101011110 | 1010110 | 110111 |
Color Harmonies of #EF294B
Complementary color
Monochromatic Colors of #EF294B
Black with #EF294B
Text Example
Text Example
White with #EF294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF294B; }
p { color: rgb(239,41,75); }
H1.HeaderClassName
{
color: #EF294B;
}
.AnyTagClassName
{
color: #EF294B;
}
</style>
background-color css
<style>
a { background-color: #EF294B; }
a { background-color: rgb(239,41,75); }
div.DivClassName
{
background-color: #EF294B;
}
.BgClassName
{
background-color: #EF294B;
}
</style>
border-color css
<style>
span { border-color: #EF294B; }
span { border-color: rgb(239,41,75); }
td.TdClassName
{
border-color: #EF294B;
}
.TagClassName
{
border-color: #EF294B;
}
</style>