Shades of Amaranth #EF424B
Tints of Amaranth #EF424B
RGB
CMYK
RGB Variations
Color information
#EF424B (or 0xEF424B) is known color: Amaranth. HEX triplet: EF, 42 and 4B. RGB value is (239,66,75). Sum of RGB (Red+Green+Blue) = 239+66+75=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF424B is #10BDB4. Grayscale: #767676. Windows color (decimal): -1097141 or 4932335. OLE color: 4932335.
HSL color Cylindrical-coordinate representation of color #EF424B: hue angle of 356.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF424B is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 75 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.06 |
| HSL | 356.88º | 0.84% | 0.6% | - |
| HSV(B) | 356.88º | 0.72% | 0.94% | - |
| XYZ | 38.81 | 22.76 | 9 | - |
| YUV | 118.75 | 103.31 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 75 | 0 | 0.72 | 0.69 | 0.06 | 356.88 | 0.84 | 0.6 |
| Hex | EF | 42 | 4B | 0 | 48 | 45 | 6 | 165 | 54 | 3C |
| Octal | 357 | 102 | 113 | 0 | 110 | 105 | 6 | 545 | 124 | 74 |
| Binary | 11101111 | 1000010 | 1001011 | 0 | 1001000 | 1000101 | 110 | 101100101 | 1010100 | 111100 |
Color Harmonies of #EF424B
Complementary color
Monochromatic Colors of #EF424B
Black with #EF424B
Text Example
Text Example
White with #EF424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF424B; }
p { color: rgb(239,66,75); }
H1.HeaderClassName
{
color: #EF424B;
}
.AnyTagClassName
{
color: #EF424B;
}
</style>
background-color css
<style>
a { background-color: #EF424B; }
a { background-color: rgb(239,66,75); }
div.DivClassName
{
background-color: #EF424B;
}
.BgClassName
{
background-color: #EF424B;
}
</style>
border-color css
<style>
span { border-color: #EF424B; }
span { border-color: rgb(239,66,75); }
td.TdClassName
{
border-color: #EF424B;
}
.TagClassName
{
border-color: #EF424B;
}
</style>