Shades of Ruby #ED1760
Tints of Ruby #ED1760
RGB
CMYK
RGB Variations
Color information
#ED1760 (or 0xED1760) is known color: Ruby. HEX triplet: ED, 17 and 60. RGB value is (237,23,96). Sum of RGB (Red+Green+Blue) = 237+23+96=356 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.57% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1760 is #12E89F. Grayscale: #5F5F5F. Windows color (decimal): -1239200 or 6297581. OLE color: 6297581.
HSL color Cylindrical-coordinate representation of color #ED1760: hue angle of 339.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1760 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 96 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.07 |
| HSL | 339.53º | 0.86% | 0.51% | - |
| HSV(B) | 339.53º | 0.9% | 0.93% | - |
| XYZ | 37.34 | 19.46 | 12.85 | - |
| YUV | 95.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 96 | 0 | 0.90 | 0.59 | 0.07 | 339.53 | 0.86 | 0.51 |
| Hex | ED | 17 | 60 | 0 | 5A | 3B | 7 | 154 | 56 | 33 |
| Octal | 355 | 27 | 140 | 0 | 132 | 73 | 7 | 524 | 126 | 63 |
| Binary | 11101101 | 10111 | 1100000 | 0 | 1011010 | 111011 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #ED1760
Complementary color
Monochromatic Colors of #ED1760
Black with #ED1760
Text Example
Text Example
White with #ED1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1760; }
p { color: rgb(237,23,96); }
H1.HeaderClassName
{
color: #ED1760;
}
.AnyTagClassName
{
color: #ED1760;
}
</style>
background-color css
<style>
a { background-color: #ED1760; }
a { background-color: rgb(237,23,96); }
div.DivClassName
{
background-color: #ED1760;
}
.BgClassName
{
background-color: #ED1760;
}
</style>
border-color css
<style>
span { border-color: #ED1760; }
span { border-color: rgb(237,23,96); }
td.TdClassName
{
border-color: #ED1760;
}
.TagClassName
{
border-color: #ED1760;
}
</style>