Shades of Amaranth #EF3D4A
Tints of Amaranth #EF3D4A
RGB
CMYK
RGB Variations
Color information
#EF3D4A (or 0xEF3D4A) is known color: Amaranth. HEX triplet: EF, 3D and 4A. RGB value is (239,61,74). Sum of RGB (Red+Green+Blue) = 239+61+74=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 61 (24.22% from 255 or 16.31% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3D4A is #10C2B5. Grayscale: #737373. Windows color (decimal): -1098422 or 4865519. OLE color: 4865519.
HSL color Cylindrical-coordinate representation of color #EF3D4A: hue angle of 355.62º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF3D4A is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 74 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.06 |
| HSL | 355.62º | 0.85% | 0.59% | - |
| HSV(B) | 355.62º | 0.74% | 0.94% | - |
| XYZ | 38.5 | 22.18 | 8.73 | - |
| YUV | 115.7 | 104.47 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 74 | 0 | 0.74 | 0.69 | 0.06 | 355.62 | 0.85 | 0.59 |
| Hex | EF | 3D | 4A | 0 | 4A | 45 | 6 | 164 | 55 | 3B |
| Octal | 357 | 75 | 112 | 0 | 112 | 105 | 6 | 544 | 125 | 73 |
| Binary | 11101111 | 111101 | 1001010 | 0 | 1001010 | 1000101 | 110 | 101100100 | 1010101 | 111011 |
Color Harmonies of #EF3D4A
Complementary color
Monochromatic Colors of #EF3D4A
Black with #EF3D4A
Text Example
Text Example
White with #EF3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D4A; }
p { color: rgb(239,61,74); }
H1.HeaderClassName
{
color: #EF3D4A;
}
.AnyTagClassName
{
color: #EF3D4A;
}
</style>
background-color css
<style>
a { background-color: #EF3D4A; }
a { background-color: rgb(239,61,74); }
div.DivClassName
{
background-color: #EF3D4A;
}
.BgClassName
{
background-color: #EF3D4A;
}
</style>
border-color css
<style>
span { border-color: #EF3D4A; }
span { border-color: rgb(239,61,74); }
td.TdClassName
{
border-color: #EF3D4A;
}
.TagClassName
{
border-color: #EF3D4A;
}
</style>