Shades of Amaranth #EF1B4B
Tints of Amaranth #EF1B4B
RGB
CMYK
RGB Variations
Color information
#EF1B4B (or 0xEF1B4B) is known color: Amaranth. HEX triplet: EF, 1B and 4B. RGB value is (239,27,75). Sum of RGB (Red+Green+Blue) = 239+27+75=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B4B is #10E4B4. Grayscale: #5F5F5F. Windows color (decimal): -1107125 or 4922351. OLE color: 4922351.
HSL color Cylindrical-coordinate representation of color #EF1B4B: hue angle of 346.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B4B is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 75 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.06 |
| HSL | 346.42º | 0.87% | 0.52% | - |
| HSV(B) | 346.42º | 0.89% | 0.94% | - |
| XYZ | 37.26 | 19.64 | 8.48 | - |
| YUV | 95.86 | 116.24 | 230.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 75 | 0 | 0.89 | 0.69 | 0.06 | 346.42 | 0.87 | 0.52 |
| Hex | EF | 1B | 4B | 0 | 59 | 45 | 6 | 15A | 57 | 34 |
| Octal | 357 | 33 | 113 | 0 | 131 | 105 | 6 | 532 | 127 | 64 |
| Binary | 11101111 | 11011 | 1001011 | 0 | 1011001 | 1000101 | 110 | 101011010 | 1010111 | 110100 |
Color Harmonies of #EF1B4B
Complementary color
Monochromatic Colors of #EF1B4B
Black with #EF1B4B
Text Example
Text Example
White with #EF1B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B4B; }
p { color: rgb(239,27,75); }
H1.HeaderClassName
{
color: #EF1B4B;
}
.AnyTagClassName
{
color: #EF1B4B;
}
</style>
background-color css
<style>
a { background-color: #EF1B4B; }
a { background-color: rgb(239,27,75); }
div.DivClassName
{
background-color: #EF1B4B;
}
.BgClassName
{
background-color: #EF1B4B;
}
</style>
border-color css
<style>
span { border-color: #EF1B4B; }
span { border-color: rgb(239,27,75); }
td.TdClassName
{
border-color: #EF1B4B;
}
.TagClassName
{
border-color: #EF1B4B;
}
</style>