Shades of Ruby #EF1875
Tints of Ruby #EF1875
RGB
CMYK
RGB Variations
Color information
#EF1875 (or 0xEF1875) is known color: Ruby. HEX triplet: EF, 18 and 75. RGB value is (239,24,117). Sum of RGB (Red+Green+Blue) = 239+24+117=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1875 is #10E78A. Grayscale: #626262. Windows color (decimal): -1107851 or 7674095. OLE color: 7674095.
HSL color Cylindrical-coordinate representation of color #EF1875: hue angle of 334.05º 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 #EF1875 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 117 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.06 |
| HSL | 334.05º | 0.87% | 0.52% | - |
| HSV(B) | 334.05º | 0.9% | 0.94% | - |
| XYZ | 39.13 | 20.29 | 18.68 | - |
| YUV | 98.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 117 | 0 | 0.90 | 0.51 | 0.06 | 334.05 | 0.87 | 0.52 |
| Hex | EF | 18 | 75 | 0 | 5A | 33 | 6 | 14E | 57 | 34 |
| Octal | 357 | 30 | 165 | 0 | 132 | 63 | 6 | 516 | 127 | 64 |
| Binary | 11101111 | 11000 | 1110101 | 0 | 1011010 | 110011 | 110 | 101001110 | 1010111 | 110100 |
Color Harmonies of #EF1875
Complementary color
Monochromatic Colors of #EF1875
Black with #EF1875
Text Example
Text Example
White with #EF1875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1875; }
p { color: rgb(239,24,117); }
H1.HeaderClassName
{
color: #EF1875;
}
.AnyTagClassName
{
color: #EF1875;
}
</style>
background-color css
<style>
a { background-color: #EF1875; }
a { background-color: rgb(239,24,117); }
div.DivClassName
{
background-color: #EF1875;
}
.BgClassName
{
background-color: #EF1875;
}
</style>
border-color css
<style>
span { border-color: #EF1875; }
span { border-color: rgb(239,24,117); }
td.TdClassName
{
border-color: #EF1875;
}
.TagClassName
{
border-color: #EF1875;
}
</style>