Shades of Ruby #EF175D
Tints of Ruby #EF175D
RGB
CMYK
RGB Variations
Color information
#EF175D (or 0xEF175D) is known color: Ruby. HEX triplet: EF, 17 and 5D. RGB value is (239,23,93). Sum of RGB (Red+Green+Blue) = 239+23+93=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF175D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF175D is #10E8A2. Grayscale: #5F5F5F. Windows color (decimal): -1108131 or 6100975. OLE color: 6100975.
HSL color Cylindrical-coordinate representation of color #EF175D: hue angle of 340.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF175D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 23 | 93 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.06 |
| HSL | 340.56º | 0.87% | 0.51% | - |
| HSV(B) | 340.56º | 0.9% | 0.94% | - |
| XYZ | 37.88 | 19.75 | 12.17 | - |
| YUV | 95.56 | 126.56 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 23 | 93 | 0 | 0.90 | 0.61 | 0.06 | 340.56 | 0.87 | 0.51 |
| Hex | EF | 17 | 5D | 0 | 5A | 3D | 6 | 155 | 57 | 33 |
| Octal | 357 | 27 | 135 | 0 | 132 | 75 | 6 | 525 | 127 | 63 |
| Binary | 11101111 | 10111 | 1011101 | 0 | 1011010 | 111101 | 110 | 101010101 | 1010111 | 110011 |
Color Harmonies of #EF175D
Complementary color
Monochromatic Colors of #EF175D
Black with #EF175D
Text Example
Text Example
White with #EF175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF175D; }
p { color: rgb(239,23,93); }
H1.HeaderClassName
{
color: #EF175D;
}
.AnyTagClassName
{
color: #EF175D;
}
</style>
background-color css
<style>
a { background-color: #EF175D; }
a { background-color: rgb(239,23,93); }
div.DivClassName
{
background-color: #EF175D;
}
.BgClassName
{
background-color: #EF175D;
}
</style>
border-color css
<style>
span { border-color: #EF175D; }
span { border-color: rgb(239,23,93); }
td.TdClassName
{
border-color: #EF175D;
}
.TagClassName
{
border-color: #EF175D;
}
</style>