Shades of Ruby #EF1977
Tints of Ruby #EF1977
RGB
CMYK
RGB Variations
Color information
#EF1977 (or 0xEF1977) is known color: Ruby. HEX triplet: EF, 19 and 77. RGB value is (239,25,119). Sum of RGB (Red+Green+Blue) = 239+25+119=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1977 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1977 is #10E688. Grayscale: #636363. Windows color (decimal): -1107593 or 7805423. OLE color: 7805423.
HSL color Cylindrical-coordinate representation of color #EF1977: hue angle of 333.64º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1977 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 25 | 119 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.06 |
| HSL | 333.64º | 0.87% | 0.52% | - |
| HSV(B) | 333.64º | 0.9% | 0.94% | - |
| XYZ | 39.27 | 20.38 | 19.32 | - |
| YUV | 99.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 25 | 119 | 0 | 0.90 | 0.50 | 0.06 | 333.64 | 0.87 | 0.52 |
| Hex | EF | 19 | 77 | 0 | 5A | 32 | 6 | 14E | 57 | 34 |
| Octal | 357 | 31 | 167 | 0 | 132 | 62 | 6 | 516 | 127 | 64 |
| Binary | 11101111 | 11001 | 1110111 | 0 | 1011010 | 110010 | 110 | 101001110 | 1010111 | 110100 |
Color Harmonies of #EF1977
Complementary color
Monochromatic Colors of #EF1977
Black with #EF1977
Text Example
Text Example
White with #EF1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1977; }
p { color: rgb(239,25,119); }
H1.HeaderClassName
{
color: #EF1977;
}
.AnyTagClassName
{
color: #EF1977;
}
</style>
background-color css
<style>
a { background-color: #EF1977; }
a { background-color: rgb(239,25,119); }
div.DivClassName
{
background-color: #EF1977;
}
.BgClassName
{
background-color: #EF1977;
}
</style>
border-color css
<style>
span { border-color: #EF1977; }
span { border-color: rgb(239,25,119); }
td.TdClassName
{
border-color: #EF1977;
}
.TagClassName
{
border-color: #EF1977;
}
</style>