Shades of Ruby #EF2172
Tints of Ruby #EF2172
RGB
CMYK
RGB Variations
Color information
#EF2172 (or 0xEF2172) is known color: Ruby. HEX triplet: EF, 21 and 72. RGB value is (239,33,114). Sum of RGB (Red+Green+Blue) = 239+33+114=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2172 is #10DE8D. Grayscale: #676767. Windows color (decimal): -1105550 or 7479791. OLE color: 7479791.
HSL color Cylindrical-coordinate representation of color #EF2172: hue angle of 336.41º 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 #EF2172 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 114 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.06 |
| HSL | 336.41º | 0.87% | 0.53% | - |
| HSV(B) | 336.41º | 0.86% | 0.94% | - |
| XYZ | 39.18 | 20.65 | 17.84 | - |
| YUV | 103.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 114 | 0 | 0.86 | 0.52 | 0.06 | 336.41 | 0.87 | 0.53 |
| Hex | EF | 21 | 72 | 0 | 56 | 34 | 6 | 150 | 57 | 35 |
| Octal | 357 | 41 | 162 | 0 | 126 | 64 | 6 | 520 | 127 | 65 |
| Binary | 11101111 | 100001 | 1110010 | 0 | 1010110 | 110100 | 110 | 101010000 | 1010111 | 110101 |
Color Harmonies of #EF2172
Complementary color
Monochromatic Colors of #EF2172
Black with #EF2172
Text Example
Text Example
White with #EF2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2172; }
p { color: rgb(239,33,114); }
H1.HeaderClassName
{
color: #EF2172;
}
.AnyTagClassName
{
color: #EF2172;
}
</style>
background-color css
<style>
a { background-color: #EF2172; }
a { background-color: rgb(239,33,114); }
div.DivClassName
{
background-color: #EF2172;
}
.BgClassName
{
background-color: #EF2172;
}
</style>
border-color css
<style>
span { border-color: #EF2172; }
span { border-color: rgb(239,33,114); }
td.TdClassName
{
border-color: #EF2172;
}
.TagClassName
{
border-color: #EF2172;
}
</style>