Shades of Amaranth #EF305C
Tints of Amaranth #EF305C
RGB
CMYK
RGB Variations
Color information
#EF305C (or 0xEF305C) is known color: Amaranth. HEX triplet: EF, 30 and 5C. RGB value is (239,48,92). Sum of RGB (Red+Green+Blue) = 239+48+92=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF305C is #10CFA3. Grayscale: #6E6E6E. Windows color (decimal): -1101732 or 6041839. OLE color: 6041839.
HSL color Cylindrical-coordinate representation of color #EF305C: hue angle of 346.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF305C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 48 | 92 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.06 |
| HSL | 346.18º | 0.86% | 0.56% | - |
| HSV(B) | 346.18º | 0.8% | 0.94% | - |
| XYZ | 38.59 | 21.24 | 12.19 | - |
| YUV | 110.13 | 117.78 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 48 | 92 | 0 | 0.80 | 0.62 | 0.06 | 346.18 | 0.86 | 0.56 |
| Hex | EF | 30 | 5C | 0 | 50 | 3E | 6 | 15A | 56 | 38 |
| Octal | 357 | 60 | 134 | 0 | 120 | 76 | 6 | 532 | 126 | 70 |
| Binary | 11101111 | 110000 | 1011100 | 0 | 1010000 | 111110 | 110 | 101011010 | 1010110 | 111000 |
Color Harmonies of #EF305C
Complementary color
Monochromatic Colors of #EF305C
Black with #EF305C
Text Example
Text Example
White with #EF305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF305C; }
p { color: rgb(239,48,92); }
H1.HeaderClassName
{
color: #EF305C;
}
.AnyTagClassName
{
color: #EF305C;
}
</style>
background-color css
<style>
a { background-color: #EF305C; }
a { background-color: rgb(239,48,92); }
div.DivClassName
{
background-color: #EF305C;
}
.BgClassName
{
background-color: #EF305C;
}
</style>
border-color css
<style>
span { border-color: #EF305C; }
span { border-color: rgb(239,48,92); }
td.TdClassName
{
border-color: #EF305C;
}
.TagClassName
{
border-color: #EF305C;
}
</style>