Shades of Amaranth #EF3553
Tints of Amaranth #EF3553
RGB
CMYK
RGB Variations
Color information
#EF3553 (or 0xEF3553) is known color: Amaranth. HEX triplet: EF, 35 and 53. RGB value is (239,53,83). Sum of RGB (Red+Green+Blue) = 239+53+83=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3553 is #10CAAC. Grayscale: #707070. Windows color (decimal): -1100461 or 5453295. OLE color: 5453295.
HSL color Cylindrical-coordinate representation of color #EF3553: hue angle of 350.32º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3553 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 83 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.06 |
| HSL | 350.32º | 0.85% | 0.57% | - |
| HSV(B) | 350.32º | 0.78% | 0.94% | - |
| XYZ | 38.43 | 21.52 | 10.31 | - |
| YUV | 112.03 | 111.62 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 83 | 0 | 0.78 | 0.65 | 0.06 | 350.32 | 0.85 | 0.57 |
| Hex | EF | 35 | 53 | 0 | 4E | 41 | 6 | 15E | 55 | 39 |
| Octal | 357 | 65 | 123 | 0 | 116 | 101 | 6 | 536 | 125 | 71 |
| Binary | 11101111 | 110101 | 1010011 | 0 | 1001110 | 1000001 | 110 | 101011110 | 1010101 | 111001 |
Color Harmonies of #EF3553
Complementary color
Monochromatic Colors of #EF3553
Black with #EF3553
Text Example
Text Example
White with #EF3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3553; }
p { color: rgb(239,53,83); }
H1.HeaderClassName
{
color: #EF3553;
}
.AnyTagClassName
{
color: #EF3553;
}
</style>
background-color css
<style>
a { background-color: #EF3553; }
a { background-color: rgb(239,53,83); }
div.DivClassName
{
background-color: #EF3553;
}
.BgClassName
{
background-color: #EF3553;
}
</style>
border-color css
<style>
span { border-color: #EF3553; }
span { border-color: rgb(239,53,83); }
td.TdClassName
{
border-color: #EF3553;
}
.TagClassName
{
border-color: #EF3553;
}
</style>