Shades of Amaranth #EF2152
Tints of Amaranth #EF2152
RGB
CMYK
RGB Variations
Color information
#EF2152 (or 0xEF2152) is known color: Amaranth. HEX triplet: EF, 21 and 52. RGB value is (239,33,82). Sum of RGB (Red+Green+Blue) = 239+33+82=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2152 is #10DEAD. Grayscale: #646464. Windows color (decimal): -1105582 or 5382639. OLE color: 5382639.
HSL color Cylindrical-coordinate representation of color #EF2152: hue angle of 345.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2152 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 82 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.06 |
| HSL | 345.73º | 0.87% | 0.53% | - |
| HSV(B) | 345.73º | 0.86% | 0.94% | - |
| XYZ | 37.66 | 20.05 | 9.87 | - |
| YUV | 100.18 | 117.75 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 82 | 0 | 0.86 | 0.66 | 0.06 | 345.73 | 0.87 | 0.53 |
| Hex | EF | 21 | 52 | 0 | 56 | 42 | 6 | 15A | 57 | 35 |
| Octal | 357 | 41 | 122 | 0 | 126 | 102 | 6 | 532 | 127 | 65 |
| Binary | 11101111 | 100001 | 1010010 | 0 | 1010110 | 1000010 | 110 | 101011010 | 1010111 | 110101 |
Color Harmonies of #EF2152
Complementary color
Monochromatic Colors of #EF2152
Black with #EF2152
Text Example
Text Example
White with #EF2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2152; }
p { color: rgb(239,33,82); }
H1.HeaderClassName
{
color: #EF2152;
}
.AnyTagClassName
{
color: #EF2152;
}
</style>
background-color css
<style>
a { background-color: #EF2152; }
a { background-color: rgb(239,33,82); }
div.DivClassName
{
background-color: #EF2152;
}
.BgClassName
{
background-color: #EF2152;
}
</style>
border-color css
<style>
span { border-color: #EF2152; }
span { border-color: rgb(239,33,82); }
td.TdClassName
{
border-color: #EF2152;
}
.TagClassName
{
border-color: #EF2152;
}
</style>