Shades of Amaranth #EF3443
Tints of Amaranth #EF3443
RGB
CMYK
RGB Variations
Color information
#EF3443 (or 0xEF3443) is known color: Amaranth. HEX triplet: EF, 34 and 43. RGB value is (239,52,67). Sum of RGB (Red+Green+Blue) = 239+52+67=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3443 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3443 is #10CBBC. Grayscale: #6D6D6D. Windows color (decimal): -1100733 or 4404463. OLE color: 4404463.
HSL color Cylindrical-coordinate representation of color #EF3443: hue angle of 355.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF3443 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 67 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.06 |
| HSL | 355.19º | 0.85% | 0.57% | - |
| HSV(B) | 355.19º | 0.78% | 0.94% | - |
| XYZ | 37.84 | 21.21 | 7.41 | - |
| YUV | 109.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 67 | 0 | 0.78 | 0.72 | 0.06 | 355.19 | 0.85 | 0.57 |
| Hex | EF | 34 | 43 | 0 | 4E | 48 | 6 | 163 | 55 | 39 |
| Octal | 357 | 64 | 103 | 0 | 116 | 110 | 6 | 543 | 125 | 71 |
| Binary | 11101111 | 110100 | 1000011 | 0 | 1001110 | 1001000 | 110 | 101100011 | 1010101 | 111001 |
Color Harmonies of #EF3443
Complementary color
Monochromatic Colors of #EF3443
Black with #EF3443
Text Example
Text Example
White with #EF3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3443; }
p { color: rgb(239,52,67); }
H1.HeaderClassName
{
color: #EF3443;
}
.AnyTagClassName
{
color: #EF3443;
}
</style>
background-color css
<style>
a { background-color: #EF3443; }
a { background-color: rgb(239,52,67); }
div.DivClassName
{
background-color: #EF3443;
}
.BgClassName
{
background-color: #EF3443;
}
</style>
border-color css
<style>
span { border-color: #EF3443; }
span { border-color: rgb(239,52,67); }
td.TdClassName
{
border-color: #EF3443;
}
.TagClassName
{
border-color: #EF3443;
}
</style>