Shades of Amaranth #EF285D
Tints of Amaranth #EF285D
RGB
CMYK
RGB Variations
Color information
#EF285D (or 0xEF285D) is known color: Amaranth. HEX triplet: EF, 28 and 5D. RGB value is (239,40,93). Sum of RGB (Red+Green+Blue) = 239+40+93=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF285D is #10D7A2. Grayscale: #696969. Windows color (decimal): -1103779 or 6105327. OLE color: 6105327.
HSL color Cylindrical-coordinate representation of color #EF285D: hue angle of 344.02º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF285D is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 40 | 93 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.06 |
| HSL | 344.02º | 0.86% | 0.55% | - |
| HSV(B) | 344.02º | 0.83% | 0.94% | - |
| XYZ | 38.33 | 20.66 | 12.32 | - |
| YUV | 105.54 | 120.93 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 40 | 93 | 0 | 0.83 | 0.61 | 0.06 | 344.02 | 0.86 | 0.55 |
| Hex | EF | 28 | 5D | 0 | 53 | 3D | 6 | 158 | 56 | 37 |
| Octal | 357 | 50 | 135 | 0 | 123 | 75 | 6 | 530 | 126 | 67 |
| Binary | 11101111 | 101000 | 1011101 | 0 | 1010011 | 111101 | 110 | 101011000 | 1010110 | 110111 |
Color Harmonies of #EF285D
Complementary color
Monochromatic Colors of #EF285D
Black with #EF285D
Text Example
Text Example
White with #EF285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF285D; }
p { color: rgb(239,40,93); }
H1.HeaderClassName
{
color: #EF285D;
}
.AnyTagClassName
{
color: #EF285D;
}
</style>
background-color css
<style>
a { background-color: #EF285D; }
a { background-color: rgb(239,40,93); }
div.DivClassName
{
background-color: #EF285D;
}
.BgClassName
{
background-color: #EF285D;
}
</style>
border-color css
<style>
span { border-color: #EF285D; }
span { border-color: rgb(239,40,93); }
td.TdClassName
{
border-color: #EF285D;
}
.TagClassName
{
border-color: #EF285D;
}
</style>