Shades of Amaranth #EF3953
Tints of Amaranth #EF3953
RGB
CMYK
RGB Variations
Color information
#EF3953 (or 0xEF3953) is known color: Amaranth. HEX triplet: EF, 39 and 53. RGB value is (239,57,83). Sum of RGB (Red+Green+Blue) = 239+57+83=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3953 is #10C6AC. Grayscale: #727272. Windows color (decimal): -1099437 or 5454319. OLE color: 5454319.
HSL color Cylindrical-coordinate representation of color #EF3953: hue angle of 351.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3953 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 83 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.06 |
| HSL | 351.43º | 0.85% | 0.58% | - |
| HSV(B) | 351.43º | 0.76% | 0.94% | - |
| XYZ | 38.62 | 21.9 | 10.38 | - |
| YUV | 114.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 83 | 0 | 0.76 | 0.65 | 0.06 | 351.43 | 0.85 | 0.58 |
| Hex | EF | 39 | 53 | 0 | 4C | 41 | 6 | 15F | 55 | 3A |
| Octal | 357 | 71 | 123 | 0 | 114 | 101 | 6 | 537 | 125 | 72 |
| Binary | 11101111 | 111001 | 1010011 | 0 | 1001100 | 1000001 | 110 | 101011111 | 1010101 | 111010 |
Color Harmonies of #EF3953
Complementary color
Monochromatic Colors of #EF3953
Black with #EF3953
Text Example
Text Example
White with #EF3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3953; }
p { color: rgb(239,57,83); }
H1.HeaderClassName
{
color: #EF3953;
}
.AnyTagClassName
{
color: #EF3953;
}
</style>
background-color css
<style>
a { background-color: #EF3953; }
a { background-color: rgb(239,57,83); }
div.DivClassName
{
background-color: #EF3953;
}
.BgClassName
{
background-color: #EF3953;
}
</style>
border-color css
<style>
span { border-color: #EF3953; }
span { border-color: rgb(239,57,83); }
td.TdClassName
{
border-color: #EF3953;
}
.TagClassName
{
border-color: #EF3953;
}
</style>