Shades of Amaranth #EF2753
Tints of Amaranth #EF2753
RGB
CMYK
RGB Variations
Color information
#EF2753 (or 0xEF2753) is known color: Amaranth. HEX triplet: EF, 27 and 53. RGB value is (239,39,83). Sum of RGB (Red+Green+Blue) = 239+39+83=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2753 is #10D8AC. Grayscale: #676767. Windows color (decimal): -1104045 or 5449711. OLE color: 5449711.
HSL color Cylindrical-coordinate representation of color #EF2753: hue angle of 346.8º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2753 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 83 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.06 |
| HSL | 346.8º | 0.86% | 0.55% | - |
| HSV(B) | 346.8º | 0.84% | 0.94% | - |
| XYZ | 37.88 | 20.43 | 10.13 | - |
| YUV | 103.82 | 116.26 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 83 | 0 | 0.84 | 0.65 | 0.06 | 346.8 | 0.86 | 0.55 |
| Hex | EF | 27 | 53 | 0 | 54 | 41 | 6 | 15B | 56 | 37 |
| Octal | 357 | 47 | 123 | 0 | 124 | 101 | 6 | 533 | 126 | 67 |
| Binary | 11101111 | 100111 | 1010011 | 0 | 1010100 | 1000001 | 110 | 101011011 | 1010110 | 110111 |
Color Harmonies of #EF2753
Complementary color
Monochromatic Colors of #EF2753
Black with #EF2753
Text Example
Text Example
White with #EF2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2753; }
p { color: rgb(239,39,83); }
H1.HeaderClassName
{
color: #EF2753;
}
.AnyTagClassName
{
color: #EF2753;
}
</style>
background-color css
<style>
a { background-color: #EF2753; }
a { background-color: rgb(239,39,83); }
div.DivClassName
{
background-color: #EF2753;
}
.BgClassName
{
background-color: #EF2753;
}
</style>
border-color css
<style>
span { border-color: #EF2753; }
span { border-color: rgb(239,39,83); }
td.TdClassName
{
border-color: #EF2753;
}
.TagClassName
{
border-color: #EF2753;
}
</style>