Shades of Ruby #ED116A
Tints of Ruby #ED116A
RGB
CMYK
RGB Variations
Color information
#ED116A (or 0xED116A) is known color: Ruby. HEX triplet: ED, 11 and 6A. RGB value is (237,17,106). Sum of RGB (Red+Green+Blue) = 237+17+106=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED116A is #12EE95. Grayscale: #5C5C5C. Windows color (decimal): -1240726 or 6951405. OLE color: 6951405.
HSL color Cylindrical-coordinate representation of color #ED116A: hue angle of 335.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED116A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.07 |
| HSL | 335.73º | 0.87% | 0.5% | - |
| HSV(B) | 335.73º | 0.93% | 0.93% | - |
| XYZ | 37.73 | 19.45 | 15.4 | - |
| YUV | 92.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 106 | 0 | 0.93 | 0.55 | 0.07 | 335.73 | 0.87 | 0.5 |
| Hex | ED | 11 | 6A | 0 | 5D | 37 | 7 | 150 | 57 | 32 |
| Octal | 355 | 21 | 152 | 0 | 135 | 67 | 7 | 520 | 127 | 62 |
| Binary | 11101101 | 10001 | 1101010 | 0 | 1011101 | 110111 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #ED116A
Complementary color
Monochromatic Colors of #ED116A
Black with #ED116A
Text Example
Text Example
White with #ED116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED116A; }
p { color: rgb(237,17,106); }
H1.HeaderClassName
{
color: #ED116A;
}
.AnyTagClassName
{
color: #ED116A;
}
</style>
background-color css
<style>
a { background-color: #ED116A; }
a { background-color: rgb(237,17,106); }
div.DivClassName
{
background-color: #ED116A;
}
.BgClassName
{
background-color: #ED116A;
}
</style>
border-color css
<style>
span { border-color: #ED116A; }
span { border-color: rgb(237,17,106); }
td.TdClassName
{
border-color: #ED116A;
}
.TagClassName
{
border-color: #ED116A;
}
</style>