Shades of Ruby #EF2169
Tints of Ruby #EF2169
RGB
CMYK
RGB Variations
Color information
#EF2169 (or 0xEF2169) is known color: Ruby. HEX triplet: EF, 21 and 69. RGB value is (239,33,105). Sum of RGB (Red+Green+Blue) = 239+33+105=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2169 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2169 is #10DE96. Grayscale: #666666. Windows color (decimal): -1105559 or 6889967. OLE color: 6889967.
HSL color Cylindrical-coordinate representation of color #EF2169: hue angle of 339.03º 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 #EF2169 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 33 | 105 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.06 |
| HSL | 339.03º | 0.87% | 0.53% | - |
| HSV(B) | 339.03º | 0.86% | 0.94% | - |
| XYZ | 38.69 | 20.46 | 15.27 | - |
| YUV | 102.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 33 | 105 | 0 | 0.86 | 0.56 | 0.06 | 339.03 | 0.87 | 0.53 |
| Hex | EF | 21 | 69 | 0 | 56 | 38 | 6 | 153 | 57 | 35 |
| Octal | 357 | 41 | 151 | 0 | 126 | 70 | 6 | 523 | 127 | 65 |
| Binary | 11101111 | 100001 | 1101001 | 0 | 1010110 | 111000 | 110 | 101010011 | 1010111 | 110101 |
Color Harmonies of #EF2169
Complementary color
Monochromatic Colors of #EF2169
Black with #EF2169
Text Example
Text Example
White with #EF2169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2169; }
p { color: rgb(239,33,105); }
H1.HeaderClassName
{
color: #EF2169;
}
.AnyTagClassName
{
color: #EF2169;
}
</style>
background-color css
<style>
a { background-color: #EF2169; }
a { background-color: rgb(239,33,105); }
div.DivClassName
{
background-color: #EF2169;
}
.BgClassName
{
background-color: #EF2169;
}
</style>
border-color css
<style>
span { border-color: #EF2169; }
span { border-color: rgb(239,33,105); }
td.TdClassName
{
border-color: #EF2169;
}
.TagClassName
{
border-color: #EF2169;
}
</style>