Shades of Amaranth #EF214A
Tints of Amaranth #EF214A
RGB
CMYK
RGB Variations
Color information
#EF214A (or 0xEF214A) is known color: Amaranth. HEX triplet: EF, 21 and 4A. RGB value is (239,33,74). Sum of RGB (Red+Green+Blue) = 239+33+74=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF214A is #10DEB5. Grayscale: #636363. Windows color (decimal): -1105590 or 4858351. OLE color: 4858351.
HSL color Cylindrical-coordinate representation of color #EF214A: hue angle of 348.06º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF214A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 74 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.06 |
| HSL | 348.06º | 0.87% | 0.53% | - |
| HSV(B) | 348.06º | 0.86% | 0.94% | - |
| XYZ | 37.38 | 19.93 | 8.36 | - |
| YUV | 99.27 | 113.75 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 74 | 0 | 0.86 | 0.69 | 0.06 | 348.06 | 0.87 | 0.53 |
| Hex | EF | 21 | 4A | 0 | 56 | 45 | 6 | 15C | 57 | 35 |
| Octal | 357 | 41 | 112 | 0 | 126 | 105 | 6 | 534 | 127 | 65 |
| Binary | 11101111 | 100001 | 1001010 | 0 | 1010110 | 1000101 | 110 | 101011100 | 1010111 | 110101 |
Color Harmonies of #EF214A
Complementary color
Monochromatic Colors of #EF214A
Black with #EF214A
Text Example
Text Example
White with #EF214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF214A; }
p { color: rgb(239,33,74); }
H1.HeaderClassName
{
color: #EF214A;
}
.AnyTagClassName
{
color: #EF214A;
}
</style>
background-color css
<style>
a { background-color: #EF214A; }
a { background-color: rgb(239,33,74); }
div.DivClassName
{
background-color: #EF214A;
}
.BgClassName
{
background-color: #EF214A;
}
</style>
border-color css
<style>
span { border-color: #EF214A; }
span { border-color: rgb(239,33,74); }
td.TdClassName
{
border-color: #EF214A;
}
.TagClassName
{
border-color: #EF214A;
}
</style>