Shades of Amaranth #EF325B
Tints of Amaranth #EF325B
RGB
CMYK
RGB Variations
Color information
#EF325B (or 0xEF325B) is known color: Amaranth. HEX triplet: EF, 32 and 5B. RGB value is (239,50,91). Sum of RGB (Red+Green+Blue) = 239+50+91=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF325B is #10CDA4. Grayscale: #6F6F6F. Windows color (decimal): -1101221 or 5976815. OLE color: 5976815.
HSL color Cylindrical-coordinate representation of color #EF325B: hue angle of 346.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF325B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 91 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.06 |
| HSL | 346.98º | 0.86% | 0.57% | - |
| HSV(B) | 346.98º | 0.79% | 0.94% | - |
| XYZ | 38.63 | 21.39 | 11.99 | - |
| YUV | 111.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 91 | 0 | 0.79 | 0.62 | 0.06 | 346.98 | 0.86 | 0.57 |
| Hex | EF | 32 | 5B | 0 | 4F | 3E | 6 | 15B | 56 | 39 |
| Octal | 357 | 62 | 133 | 0 | 117 | 76 | 6 | 533 | 126 | 71 |
| Binary | 11101111 | 110010 | 1011011 | 0 | 1001111 | 111110 | 110 | 101011011 | 1010110 | 111001 |
Color Harmonies of #EF325B
Complementary color
Monochromatic Colors of #EF325B
Black with #EF325B
Text Example
Text Example
White with #EF325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF325B; }
p { color: rgb(239,50,91); }
H1.HeaderClassName
{
color: #EF325B;
}
.AnyTagClassName
{
color: #EF325B;
}
</style>
background-color css
<style>
a { background-color: #EF325B; }
a { background-color: rgb(239,50,91); }
div.DivClassName
{
background-color: #EF325B;
}
.BgClassName
{
background-color: #EF325B;
}
</style>
border-color css
<style>
span { border-color: #EF325B; }
span { border-color: rgb(239,50,91); }
td.TdClassName
{
border-color: #EF325B;
}
.TagClassName
{
border-color: #EF325B;
}
</style>