Shades of Amaranth #EF324B
Tints of Amaranth #EF324B
RGB
CMYK
RGB Variations
Color information
#EF324B (or 0xEF324B) is known color: Amaranth. HEX triplet: EF, 32 and 4B. RGB value is (239,50,75). Sum of RGB (Red+Green+Blue) = 239+50+75=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF324B is #10CDB4. Grayscale: #6D6D6D. Windows color (decimal): -1101237 or 4928239. OLE color: 4928239.
HSL color Cylindrical-coordinate representation of color #EF324B: hue angle of 352.06º 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 #EF324B is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 50 | 75 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.06 |
| HSL | 352.06º | 0.86% | 0.57% | - |
| HSV(B) | 352.06º | 0.79% | 0.94% | - |
| XYZ | 38.01 | 21.14 | 8.73 | - |
| YUV | 109.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 50 | 75 | 0 | 0.79 | 0.69 | 0.06 | 352.06 | 0.86 | 0.57 |
| Hex | EF | 32 | 4B | 0 | 4F | 45 | 6 | 160 | 56 | 39 |
| Octal | 357 | 62 | 113 | 0 | 117 | 105 | 6 | 540 | 126 | 71 |
| Binary | 11101111 | 110010 | 1001011 | 0 | 1001111 | 1000101 | 110 | 101100000 | 1010110 | 111001 |
Color Harmonies of #EF324B
Complementary color
Monochromatic Colors of #EF324B
Black with #EF324B
Text Example
Text Example
White with #EF324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF324B; }
p { color: rgb(239,50,75); }
H1.HeaderClassName
{
color: #EF324B;
}
.AnyTagClassName
{
color: #EF324B;
}
</style>
background-color css
<style>
a { background-color: #EF324B; }
a { background-color: rgb(239,50,75); }
div.DivClassName
{
background-color: #EF324B;
}
.BgClassName
{
background-color: #EF324B;
}
</style>
border-color css
<style>
span { border-color: #EF324B; }
span { border-color: rgb(239,50,75); }
td.TdClassName
{
border-color: #EF324B;
}
.TagClassName
{
border-color: #EF324B;
}
</style>