Shades of Ruby #EF206C
Tints of Ruby #EF206C
RGB
CMYK
RGB Variations
Color information
#EF206C (or 0xEF206C) is known color: Ruby. HEX triplet: EF, 20 and 6C. RGB value is (239,32,108). Sum of RGB (Red+Green+Blue) = 239+32+108=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF206C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF206C is #10DF93. Grayscale: #666666. Windows color (decimal): -1105812 or 7086319. OLE color: 7086319.
HSL color Cylindrical-coordinate representation of color #EF206C: hue angle of 337.97º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF206C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 32 | 108 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.06 |
| HSL | 337.97º | 0.87% | 0.53% | - |
| HSV(B) | 337.97º | 0.87% | 0.94% | - |
| XYZ | 38.82 | 20.47 | 16.09 | - |
| YUV | 102.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 32 | 108 | 0 | 0.87 | 0.55 | 0.06 | 337.97 | 0.87 | 0.53 |
| Hex | EF | 20 | 6C | 0 | 57 | 37 | 6 | 152 | 57 | 35 |
| Octal | 357 | 40 | 154 | 0 | 127 | 67 | 6 | 522 | 127 | 65 |
| Binary | 11101111 | 100000 | 1101100 | 0 | 1010111 | 110111 | 110 | 101010010 | 1010111 | 110101 |
Color Harmonies of #EF206C
Complementary color
Monochromatic Colors of #EF206C
Black with #EF206C
Text Example
Text Example
White with #EF206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF206C; }
p { color: rgb(239,32,108); }
H1.HeaderClassName
{
color: #EF206C;
}
.AnyTagClassName
{
color: #EF206C;
}
</style>
background-color css
<style>
a { background-color: #EF206C; }
a { background-color: rgb(239,32,108); }
div.DivClassName
{
background-color: #EF206C;
}
.BgClassName
{
background-color: #EF206C;
}
</style>
border-color css
<style>
span { border-color: #EF206C; }
span { border-color: rgb(239,32,108); }
td.TdClassName
{
border-color: #EF206C;
}
.TagClassName
{
border-color: #EF206C;
}
</style>