Shades of Ruby #EF2168
Tints of Ruby #EF2168
RGB
CMYK
RGB Variations
Color information
#EF2168 (or 0xEF2168) is known color: Ruby. HEX triplet: EF, 21 and 68. RGB value is (239,33,104). Sum of RGB (Red+Green+Blue) = 239+33+104=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2168 is #10DE97. Grayscale: #666666. Windows color (decimal): -1105560 or 6824431. OLE color: 6824431.
HSL color Cylindrical-coordinate representation of color #EF2168: hue angle of 339.32º 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 #EF2168 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 104 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.06 |
| HSL | 339.32º | 0.87% | 0.53% | - |
| HSV(B) | 339.32º | 0.86% | 0.94% | - |
| XYZ | 38.64 | 20.44 | 15.01 | - |
| YUV | 102.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 104 | 0 | 0.86 | 0.56 | 0.06 | 339.32 | 0.87 | 0.53 |
| Hex | EF | 21 | 68 | 0 | 56 | 38 | 6 | 153 | 57 | 35 |
| Octal | 357 | 41 | 150 | 0 | 126 | 70 | 6 | 523 | 127 | 65 |
| Binary | 11101111 | 100001 | 1101000 | 0 | 1010110 | 111000 | 110 | 101010011 | 1010111 | 110101 |
Color Harmonies of #EF2168
Complementary color
Monochromatic Colors of #EF2168
Black with #EF2168
Text Example
Text Example
White with #EF2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2168; }
p { color: rgb(239,33,104); }
H1.HeaderClassName
{
color: #EF2168;
}
.AnyTagClassName
{
color: #EF2168;
}
</style>
background-color css
<style>
a { background-color: #EF2168; }
a { background-color: rgb(239,33,104); }
div.DivClassName
{
background-color: #EF2168;
}
.BgClassName
{
background-color: #EF2168;
}
</style>
border-color css
<style>
span { border-color: #EF2168; }
span { border-color: rgb(239,33,104); }
td.TdClassName
{
border-color: #EF2168;
}
.TagClassName
{
border-color: #EF2168;
}
</style>