Shades of Ruby #EF1870
Tints of Ruby #EF1870
RGB
CMYK
RGB Variations
Color information
#EF1870 (or 0xEF1870) is known color: Ruby. HEX triplet: EF, 18 and 70. RGB value is (239,24,112). Sum of RGB (Red+Green+Blue) = 239+24+112=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 24 (9.77% from 255 or 6.4% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1870 is #10E78F. Grayscale: #626262. Windows color (decimal): -1107856 or 7346415. OLE color: 7346415.
HSL color Cylindrical-coordinate representation of color #EF1870: hue angle of 335.44º 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 #EF1870 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 112 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.06 |
| HSL | 335.44º | 0.87% | 0.52% | - |
| HSV(B) | 335.44º | 0.9% | 0.94% | - |
| XYZ | 38.85 | 20.17 | 17.18 | - |
| YUV | 98.32 | 135.73 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 112 | 0 | 0.90 | 0.53 | 0.06 | 335.44 | 0.87 | 0.52 |
| Hex | EF | 18 | 70 | 0 | 5A | 35 | 6 | 14F | 57 | 34 |
| Octal | 357 | 30 | 160 | 0 | 132 | 65 | 6 | 517 | 127 | 64 |
| Binary | 11101111 | 11000 | 1110000 | 0 | 1011010 | 110101 | 110 | 101001111 | 1010111 | 110100 |
Color Harmonies of #EF1870
Complementary color
Monochromatic Colors of #EF1870
Black with #EF1870
Text Example
Text Example
White with #EF1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1870; }
p { color: rgb(239,24,112); }
H1.HeaderClassName
{
color: #EF1870;
}
.AnyTagClassName
{
color: #EF1870;
}
</style>
background-color css
<style>
a { background-color: #EF1870; }
a { background-color: rgb(239,24,112); }
div.DivClassName
{
background-color: #EF1870;
}
.BgClassName
{
background-color: #EF1870;
}
</style>
border-color css
<style>
span { border-color: #EF1870; }
span { border-color: rgb(239,24,112); }
td.TdClassName
{
border-color: #EF1870;
}
.TagClassName
{
border-color: #EF1870;
}
</style>