Shades of Ruby #ED1670
Tints of Ruby #ED1670
RGB
CMYK
RGB Variations
Color information
#ED1670 (or 0xED1670) is known color: Ruby. HEX triplet: ED, 16 and 70. RGB value is (237,22,112). Sum of RGB (Red+Green+Blue) = 237+22+112=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1670 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1670 is #12E98F. Grayscale: #606060. Windows color (decimal): -1239440 or 7345901. OLE color: 7345901.
HSL color Cylindrical-coordinate representation of color #ED1670: hue angle of 334.88º 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 #ED1670 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 112 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.07 |
| HSL | 334.88º | 0.86% | 0.51% | - |
| HSV(B) | 334.88º | 0.91% | 0.93% | - |
| XYZ | 38.14 | 19.75 | 17.13 | - |
| YUV | 96.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 112 | 0 | 0.91 | 0.53 | 0.07 | 334.88 | 0.86 | 0.51 |
| Hex | ED | 16 | 70 | 0 | 5B | 35 | 7 | 14F | 56 | 33 |
| Octal | 355 | 26 | 160 | 0 | 133 | 65 | 7 | 517 | 126 | 63 |
| Binary | 11101101 | 10110 | 1110000 | 0 | 1011011 | 110101 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #ED1670
Complementary color
Monochromatic Colors of #ED1670
Black with #ED1670
Text Example
Text Example
White with #ED1670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1670; }
p { color: rgb(237,22,112); }
H1.HeaderClassName
{
color: #ED1670;
}
.AnyTagClassName
{
color: #ED1670;
}
</style>
background-color css
<style>
a { background-color: #ED1670; }
a { background-color: rgb(237,22,112); }
div.DivClassName
{
background-color: #ED1670;
}
.BgClassName
{
background-color: #ED1670;
}
</style>
border-color css
<style>
span { border-color: #ED1670; }
span { border-color: rgb(237,22,112); }
td.TdClassName
{
border-color: #ED1670;
}
.TagClassName
{
border-color: #ED1670;
}
</style>