Shades of Ruby #ED1660
Tints of Ruby #ED1660
RGB
CMYK
RGB Variations
Color information
#ED1660 (or 0xED1660) is known color: Ruby. HEX triplet: ED, 16 and 60. RGB value is (237,22,96). Sum of RGB (Red+Green+Blue) = 237+22+96=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1660 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1660 is #12E99F. Grayscale: #5E5E5E. Windows color (decimal): -1239456 or 6297325. OLE color: 6297325.
HSL color Cylindrical-coordinate representation of color #ED1660: hue angle of 339.35º 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 #ED1660 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 96 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.07 |
| HSL | 339.35º | 0.86% | 0.51% | - |
| HSV(B) | 339.35º | 0.91% | 0.93% | - |
| XYZ | 37.32 | 19.42 | 12.85 | - |
| YUV | 94.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 96 | 0 | 0.91 | 0.59 | 0.07 | 339.35 | 0.86 | 0.51 |
| Hex | ED | 16 | 60 | 0 | 5B | 3B | 7 | 153 | 56 | 33 |
| Octal | 355 | 26 | 140 | 0 | 133 | 73 | 7 | 523 | 126 | 63 |
| Binary | 11101101 | 10110 | 1100000 | 0 | 1011011 | 111011 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #ED1660
Complementary color
Monochromatic Colors of #ED1660
Black with #ED1660
Text Example
Text Example
White with #ED1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1660; }
p { color: rgb(237,22,96); }
H1.HeaderClassName
{
color: #ED1660;
}
.AnyTagClassName
{
color: #ED1660;
}
</style>
background-color css
<style>
a { background-color: #ED1660; }
a { background-color: rgb(237,22,96); }
div.DivClassName
{
background-color: #ED1660;
}
.BgClassName
{
background-color: #ED1660;
}
</style>
border-color css
<style>
span { border-color: #ED1660; }
span { border-color: rgb(237,22,96); }
td.TdClassName
{
border-color: #ED1660;
}
.TagClassName
{
border-color: #ED1660;
}
</style>