Shades of Ruby #EF185D
Tints of Ruby #EF185D
RGB
CMYK
RGB Variations
Color information
#EF185D (or 0xEF185D) is known color: Ruby. HEX triplet: EF, 18 and 5D. RGB value is (239,24,93). Sum of RGB (Red+Green+Blue) = 239+24+93=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF185D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF185D is #10E7A2. Grayscale: #606060. Windows color (decimal): -1107875 or 6101231. OLE color: 6101231.
HSL color Cylindrical-coordinate representation of color #EF185D: hue angle of 340.74º 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 #EF185D is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 24 | 93 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.06 |
| HSL | 340.74º | 0.87% | 0.52% | - |
| HSV(B) | 340.74º | 0.9% | 0.94% | - |
| XYZ | 37.9 | 19.79 | 12.18 | - |
| YUV | 96.15 | 126.23 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 93 | 0 | 0.90 | 0.61 | 0.06 | 340.74 | 0.87 | 0.52 |
| Hex | EF | 18 | 5D | 0 | 5A | 3D | 6 | 155 | 57 | 34 |
| Octal | 357 | 30 | 135 | 0 | 132 | 75 | 6 | 525 | 127 | 64 |
| Binary | 11101111 | 11000 | 1011101 | 0 | 1011010 | 111101 | 110 | 101010101 | 1010111 | 110100 |
Color Harmonies of #EF185D
Complementary color
Monochromatic Colors of #EF185D
Black with #EF185D
Text Example
Text Example
White with #EF185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF185D; }
p { color: rgb(239,24,93); }
H1.HeaderClassName
{
color: #EF185D;
}
.AnyTagClassName
{
color: #EF185D;
}
</style>
background-color css
<style>
a { background-color: #EF185D; }
a { background-color: rgb(239,24,93); }
div.DivClassName
{
background-color: #EF185D;
}
.BgClassName
{
background-color: #EF185D;
}
</style>
border-color css
<style>
span { border-color: #EF185D; }
span { border-color: rgb(239,24,93); }
td.TdClassName
{
border-color: #EF185D;
}
.TagClassName
{
border-color: #EF185D;
}
</style>