Shades of Ruby #EF2174
Tints of Ruby #EF2174
RGB
CMYK
RGB Variations
Color information
#EF2174 (or 0xEF2174) is known color: Ruby. HEX triplet: EF, 21 and 74. RGB value is (239,33,116). Sum of RGB (Red+Green+Blue) = 239+33+116=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2174 is #10DE8B. Grayscale: #676767. Windows color (decimal): -1105548 or 7610863. OLE color: 7610863.
HSL color Cylindrical-coordinate representation of color #EF2174: hue angle of 335.83º 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 #EF2174 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 116 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.06 |
| HSL | 335.83º | 0.87% | 0.53% | - |
| HSV(B) | 335.83º | 0.86% | 0.94% | - |
| XYZ | 39.29 | 20.7 | 18.45 | - |
| YUV | 104.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 116 | 0 | 0.86 | 0.51 | 0.06 | 335.83 | 0.87 | 0.53 |
| Hex | EF | 21 | 74 | 0 | 56 | 33 | 6 | 150 | 57 | 35 |
| Octal | 357 | 41 | 164 | 0 | 126 | 63 | 6 | 520 | 127 | 65 |
| Binary | 11101111 | 100001 | 1110100 | 0 | 1010110 | 110011 | 110 | 101010000 | 1010111 | 110101 |
Color Harmonies of #EF2174
Complementary color
Monochromatic Colors of #EF2174
Black with #EF2174
Text Example
Text Example
White with #EF2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2174; }
p { color: rgb(239,33,116); }
H1.HeaderClassName
{
color: #EF2174;
}
.AnyTagClassName
{
color: #EF2174;
}
</style>
background-color css
<style>
a { background-color: #EF2174; }
a { background-color: rgb(239,33,116); }
div.DivClassName
{
background-color: #EF2174;
}
.BgClassName
{
background-color: #EF2174;
}
</style>
border-color css
<style>
span { border-color: #EF2174; }
span { border-color: rgb(239,33,116); }
td.TdClassName
{
border-color: #EF2174;
}
.TagClassName
{
border-color: #EF2174;
}
</style>