Shades of Ruby #ED1669
Tints of Ruby #ED1669
RGB
CMYK
RGB Variations
Color information
#ED1669 (or 0xED1669) is known color: Ruby. HEX triplet: ED, 16 and 69. RGB value is (237,22,105). Sum of RGB (Red+Green+Blue) = 237+22+105=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1669 is #12E996. Grayscale: #5F5F5F. Windows color (decimal): -1239447 or 6887149. OLE color: 6887149.
HSL color Cylindrical-coordinate representation of color #ED1669: hue angle of 336.84º 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 #ED1669 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 105 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.07 |
| HSL | 336.84º | 0.86% | 0.51% | - |
| HSV(B) | 336.84º | 0.91% | 0.93% | - |
| XYZ | 37.76 | 19.6 | 15.16 | - |
| YUV | 95.75 | 133.23 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 105 | 0 | 0.91 | 0.56 | 0.07 | 336.84 | 0.86 | 0.51 |
| Hex | ED | 16 | 69 | 0 | 5B | 38 | 7 | 151 | 56 | 33 |
| Octal | 355 | 26 | 151 | 0 | 133 | 70 | 7 | 521 | 126 | 63 |
| Binary | 11101101 | 10110 | 1101001 | 0 | 1011011 | 111000 | 111 | 101010001 | 1010110 | 110011 |
Color Harmonies of #ED1669
Complementary color
Monochromatic Colors of #ED1669
Black with #ED1669
Text Example
Text Example
White with #ED1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1669; }
p { color: rgb(237,22,105); }
H1.HeaderClassName
{
color: #ED1669;
}
.AnyTagClassName
{
color: #ED1669;
}
</style>
background-color css
<style>
a { background-color: #ED1669; }
a { background-color: rgb(237,22,105); }
div.DivClassName
{
background-color: #ED1669;
}
.BgClassName
{
background-color: #ED1669;
}
</style>
border-color css
<style>
span { border-color: #ED1669; }
span { border-color: rgb(237,22,105); }
td.TdClassName
{
border-color: #ED1669;
}
.TagClassName
{
border-color: #ED1669;
}
</style>