Shades of Ruby #ED166F
Tints of Ruby #ED166F
RGB
CMYK
RGB Variations
Color information
#ED166F (or 0xED166F) is known color: Ruby. HEX triplet: ED, 16 and 6F. RGB value is (237,22,111). Sum of RGB (Red+Green+Blue) = 237+22+111=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED166F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED166F is #12E990. Grayscale: #606060. Windows color (decimal): -1239441 or 7280365. OLE color: 7280365.
HSL color Cylindrical-coordinate representation of color #ED166F: hue angle of 335.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED166F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 111 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.07 |
| HSL | 335.16º | 0.86% | 0.51% | - |
| HSV(B) | 335.16º | 0.91% | 0.93% | - |
| XYZ | 38.08 | 19.73 | 16.84 | - |
| YUV | 96.43 | 136.23 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 111 | 0 | 0.91 | 0.53 | 0.07 | 335.16 | 0.86 | 0.51 |
| Hex | ED | 16 | 6F | 0 | 5B | 35 | 7 | 14F | 56 | 33 |
| Octal | 355 | 26 | 157 | 0 | 133 | 65 | 7 | 517 | 126 | 63 |
| Binary | 11101101 | 10110 | 1101111 | 0 | 1011011 | 110101 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #ED166F
Complementary color
Monochromatic Colors of #ED166F
Black with #ED166F
Text Example
Text Example
White with #ED166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED166F; }
p { color: rgb(237,22,111); }
H1.HeaderClassName
{
color: #ED166F;
}
.AnyTagClassName
{
color: #ED166F;
}
</style>
background-color css
<style>
a { background-color: #ED166F; }
a { background-color: rgb(237,22,111); }
div.DivClassName
{
background-color: #ED166F;
}
.BgClassName
{
background-color: #ED166F;
}
</style>
border-color css
<style>
span { border-color: #ED166F; }
span { border-color: rgb(237,22,111); }
td.TdClassName
{
border-color: #ED166F;
}
.TagClassName
{
border-color: #ED166F;
}
</style>