Shades of Ruby #ED196D
Tints of Ruby #ED196D
RGB
CMYK
RGB Variations
Color information
#ED196D (or 0xED196D) is known color: Ruby. HEX triplet: ED, 19 and 6D. RGB value is (237,25,109). Sum of RGB (Red+Green+Blue) = 237+25+109=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED196D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED196D is #12E692. Grayscale: #616161. Windows color (decimal): -1238675 or 7150061. OLE color: 7150061.
HSL color Cylindrical-coordinate representation of color #ED196D: hue angle of 336.23º 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 #ED196D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.07 |
| HSL | 336.23º | 0.85% | 0.51% | - |
| HSV(B) | 336.23º | 0.89% | 0.93% | - |
| XYZ | 38.03 | 19.8 | 16.29 | - |
| YUV | 97.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 25 | 109 | 0 | 0.89 | 0.54 | 0.07 | 336.23 | 0.85 | 0.51 |
| Hex | ED | 19 | 6D | 0 | 59 | 36 | 7 | 150 | 55 | 33 |
| Octal | 355 | 31 | 155 | 0 | 131 | 66 | 7 | 520 | 125 | 63 |
| Binary | 11101101 | 11001 | 1101101 | 0 | 1011001 | 110110 | 111 | 101010000 | 1010101 | 110011 |
Color Harmonies of #ED196D
Complementary color
Monochromatic Colors of #ED196D
Black with #ED196D
Text Example
Text Example
White with #ED196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED196D; }
p { color: rgb(237,25,109); }
H1.HeaderClassName
{
color: #ED196D;
}
.AnyTagClassName
{
color: #ED196D;
}
</style>
background-color css
<style>
a { background-color: #ED196D; }
a { background-color: rgb(237,25,109); }
div.DivClassName
{
background-color: #ED196D;
}
.BgClassName
{
background-color: #ED196D;
}
</style>
border-color css
<style>
span { border-color: #ED196D; }
span { border-color: rgb(237,25,109); }
td.TdClassName
{
border-color: #ED196D;
}
.TagClassName
{
border-color: #ED196D;
}
</style>