Shades of Amaranth #EF275B
Tints of Amaranth #EF275B
RGB
CMYK
RGB Variations
Color information
#EF275B (or 0xEF275B) is known color: Amaranth. HEX triplet: EF, 27 and 5B. RGB value is (239,39,91). Sum of RGB (Red+Green+Blue) = 239+39+91=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 39 (15.62% from 255 or 10.57% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF275B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF275B is #10D8A4. Grayscale: #686868. Windows color (decimal): -1104037 or 5973999. OLE color: 5973999.
HSL color Cylindrical-coordinate representation of color #EF275B: hue angle of 344.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF275B is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 39 | 91 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.06 |
| HSL | 344.4º | 0.86% | 0.55% | - |
| HSV(B) | 344.4º | 0.84% | 0.94% | - |
| XYZ | 38.21 | 20.56 | 11.85 | - |
| YUV | 104.73 | 120.26 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 39 | 91 | 0 | 0.84 | 0.62 | 0.06 | 344.4 | 0.86 | 0.55 |
| Hex | EF | 27 | 5B | 0 | 54 | 3E | 6 | 158 | 56 | 37 |
| Octal | 357 | 47 | 133 | 0 | 124 | 76 | 6 | 530 | 126 | 67 |
| Binary | 11101111 | 100111 | 1011011 | 0 | 1010100 | 111110 | 110 | 101011000 | 1010110 | 110111 |
Color Harmonies of #EF275B
Complementary color
Monochromatic Colors of #EF275B
Black with #EF275B
Text Example
Text Example
White with #EF275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF275B; }
p { color: rgb(239,39,91); }
H1.HeaderClassName
{
color: #EF275B;
}
.AnyTagClassName
{
color: #EF275B;
}
</style>
background-color css
<style>
a { background-color: #EF275B; }
a { background-color: rgb(239,39,91); }
div.DivClassName
{
background-color: #EF275B;
}
.BgClassName
{
background-color: #EF275B;
}
</style>
border-color css
<style>
span { border-color: #EF275B; }
span { border-color: rgb(239,39,91); }
td.TdClassName
{
border-color: #EF275B;
}
.TagClassName
{
border-color: #EF275B;
}
</style>