Shades of Amaranth #EF2250
Tints of Amaranth #EF2250
RGB
CMYK
RGB Variations
Color information
#EF2250 (or 0xEF2250) is known color: Amaranth. HEX triplet: EF, 22 and 50. RGB value is (239,34,80). Sum of RGB (Red+Green+Blue) = 239+34+80=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2250 is #10DDAF. Grayscale: #646464. Windows color (decimal): -1105328 or 5251823. OLE color: 5251823.
HSL color Cylindrical-coordinate representation of color #EF2250: hue angle of 346.54º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2250 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 34 | 80 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.06 |
| HSL | 346.54º | 0.86% | 0.54% | - |
| HSV(B) | 346.54º | 0.86% | 0.94% | - |
| XYZ | 37.62 | 20.07 | 9.48 | - |
| YUV | 100.54 | 116.42 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 34 | 80 | 0 | 0.86 | 0.67 | 0.06 | 346.54 | 0.86 | 0.54 |
| Hex | EF | 22 | 50 | 0 | 56 | 43 | 6 | 15B | 56 | 36 |
| Octal | 357 | 42 | 120 | 0 | 126 | 103 | 6 | 533 | 126 | 66 |
| Binary | 11101111 | 100010 | 1010000 | 0 | 1010110 | 1000011 | 110 | 101011011 | 1010110 | 110110 |
Color Harmonies of #EF2250
Complementary color
Monochromatic Colors of #EF2250
Black with #EF2250
Text Example
Text Example
White with #EF2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2250; }
p { color: rgb(239,34,80); }
H1.HeaderClassName
{
color: #EF2250;
}
.AnyTagClassName
{
color: #EF2250;
}
</style>
background-color css
<style>
a { background-color: #EF2250; }
a { background-color: rgb(239,34,80); }
div.DivClassName
{
background-color: #EF2250;
}
.BgClassName
{
background-color: #EF2250;
}
</style>
border-color css
<style>
span { border-color: #EF2250; }
span { border-color: rgb(239,34,80); }
td.TdClassName
{
border-color: #EF2250;
}
.TagClassName
{
border-color: #EF2250;
}
</style>