Shades of Ruby #EF1576
Tints of Ruby #EF1576
RGB
CMYK
RGB Variations
Color information
#EF1576 (or 0xEF1576) is known color: Ruby. HEX triplet: EF, 15 and 76. RGB value is (239,21,118). Sum of RGB (Red+Green+Blue) = 239+21+118=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1576 is #10EA89. Grayscale: #616161. Windows color (decimal): -1108618 or 7738863. OLE color: 7738863.
HSL color Cylindrical-coordinate representation of color #EF1576: hue angle of 333.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1576 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 21 | 118 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.06 |
| HSL | 333.3º | 0.87% | 0.51% | - |
| HSV(B) | 333.3º | 0.91% | 0.94% | - |
| XYZ | 39.13 | 20.2 | 18.97 | - |
| YUV | 97.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 21 | 118 | 0 | 0.91 | 0.51 | 0.06 | 333.3 | 0.87 | 0.51 |
| Hex | EF | 15 | 76 | 0 | 5B | 33 | 6 | 14D | 57 | 33 |
| Octal | 357 | 25 | 166 | 0 | 133 | 63 | 6 | 515 | 127 | 63 |
| Binary | 11101111 | 10101 | 1110110 | 0 | 1011011 | 110011 | 110 | 101001101 | 1010111 | 110011 |
Color Harmonies of #EF1576
Complementary color
Monochromatic Colors of #EF1576
Black with #EF1576
Text Example
Text Example
White with #EF1576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1576; }
p { color: rgb(239,21,118); }
H1.HeaderClassName
{
color: #EF1576;
}
.AnyTagClassName
{
color: #EF1576;
}
</style>
background-color css
<style>
a { background-color: #EF1576; }
a { background-color: rgb(239,21,118); }
div.DivClassName
{
background-color: #EF1576;
}
.BgClassName
{
background-color: #EF1576;
}
</style>
border-color css
<style>
span { border-color: #EF1576; }
span { border-color: rgb(239,21,118); }
td.TdClassName
{
border-color: #EF1576;
}
.TagClassName
{
border-color: #EF1576;
}
</style>