Shades of Ruby #ED196C
Tints of Ruby #ED196C
RGB
CMYK
RGB Variations
Color information
#ED196C (or 0xED196C) is known color: Ruby. HEX triplet: ED, 19 and 6C. RGB value is (237,25,108). Sum of RGB (Red+Green+Blue) = 237+25+108=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED196C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED196C is #12E693. Grayscale: #616161. Windows color (decimal): -1238676 or 7084525. OLE color: 7084525.
HSL color Cylindrical-coordinate representation of color #ED196C: hue angle of 336.51º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED196C is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 108 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.07 |
| HSL | 336.51º | 0.85% | 0.51% | - |
| HSV(B) | 336.51º | 0.89% | 0.93% | - |
| XYZ | 37.98 | 19.78 | 16 | - |
| YUV | 97.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 108 | 0 | 0.89 | 0.54 | 0.07 | 336.51 | 0.85 | 0.51 |
| Hex | ED | 19 | 6C | 0 | 59 | 36 | 7 | 151 | 55 | 33 |
| Octal | 355 | 31 | 154 | 0 | 131 | 66 | 7 | 521 | 125 | 63 |
| Binary | 11101101 | 11001 | 1101100 | 0 | 1011001 | 110110 | 111 | 101010001 | 1010101 | 110011 |
Color Harmonies of #ED196C
Complementary color
Monochromatic Colors of #ED196C
Black with #ED196C
Text Example
Text Example
White with #ED196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED196C; }
p { color: rgb(237,25,108); }
H1.HeaderClassName
{
color: #ED196C;
}
.AnyTagClassName
{
color: #ED196C;
}
</style>
background-color css
<style>
a { background-color: #ED196C; }
a { background-color: rgb(237,25,108); }
div.DivClassName
{
background-color: #ED196C;
}
.BgClassName
{
background-color: #ED196C;
}
</style>
border-color css
<style>
span { border-color: #ED196C; }
span { border-color: rgb(237,25,108); }
td.TdClassName
{
border-color: #ED196C;
}
.TagClassName
{
border-color: #ED196C;
}
</style>