Shades of Ruby #EF2173
Tints of Ruby #EF2173
RGB
CMYK
RGB Variations
Color information
#EF2173 (or 0xEF2173) is known color: Ruby. HEX triplet: EF, 21 and 73. RGB value is (239,33,115). Sum of RGB (Red+Green+Blue) = 239+33+115=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2173 is #10DE8C. Grayscale: #676767. Windows color (decimal): -1105549 or 7545327. OLE color: 7545327.
HSL color Cylindrical-coordinate representation of color #EF2173: hue angle of 336.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF2173 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 115 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.06 |
| HSL | 336.12º | 0.87% | 0.53% | - |
| HSV(B) | 336.12º | 0.86% | 0.94% | - |
| XYZ | 39.23 | 20.68 | 18.14 | - |
| YUV | 103.94 | 134.25 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 115 | 0 | 0.86 | 0.52 | 0.06 | 336.12 | 0.87 | 0.53 |
| Hex | EF | 21 | 73 | 0 | 56 | 34 | 6 | 150 | 57 | 35 |
| Octal | 357 | 41 | 163 | 0 | 126 | 64 | 6 | 520 | 127 | 65 |
| Binary | 11101111 | 100001 | 1110011 | 0 | 1010110 | 110100 | 110 | 101010000 | 1010111 | 110101 |
Color Harmonies of #EF2173
Complementary color
Monochromatic Colors of #EF2173
Black with #EF2173
Text Example
Text Example
White with #EF2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2173; }
p { color: rgb(239,33,115); }
H1.HeaderClassName
{
color: #EF2173;
}
.AnyTagClassName
{
color: #EF2173;
}
</style>
background-color css
<style>
a { background-color: #EF2173; }
a { background-color: rgb(239,33,115); }
div.DivClassName
{
background-color: #EF2173;
}
.BgClassName
{
background-color: #EF2173;
}
</style>
border-color css
<style>
span { border-color: #EF2173; }
span { border-color: rgb(239,33,115); }
td.TdClassName
{
border-color: #EF2173;
}
.TagClassName
{
border-color: #EF2173;
}
</style>