Shades of Ruby #ED1775
Tints of Ruby #ED1775
RGB
CMYK
RGB Variations
Color information
#ED1775 (or 0xED1775) is known color: Ruby. HEX triplet: ED, 17 and 75. RGB value is (237,23,117). Sum of RGB (Red+Green+Blue) = 237+23+117=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1775 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1775 is #12E88A. Grayscale: #616161. Windows color (decimal): -1239179 or 7673837. OLE color: 7673837.
HSL color Cylindrical-coordinate representation of color #ED1775: hue angle of 333.64º 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 #ED1775 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 23 | 117 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.07 |
| HSL | 333.64º | 0.86% | 0.51% | - |
| HSV(B) | 333.64º | 0.9% | 0.93% | - |
| XYZ | 38.44 | 19.9 | 18.64 | - |
| YUV | 97.7 | 138.9 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 23 | 117 | 0 | 0.90 | 0.51 | 0.07 | 333.64 | 0.86 | 0.51 |
| Hex | ED | 17 | 75 | 0 | 5A | 33 | 7 | 14E | 56 | 33 |
| Octal | 355 | 27 | 165 | 0 | 132 | 63 | 7 | 516 | 126 | 63 |
| Binary | 11101101 | 10111 | 1110101 | 0 | 1011010 | 110011 | 111 | 101001110 | 1010110 | 110011 |
Color Harmonies of #ED1775
Complementary color
Monochromatic Colors of #ED1775
Black with #ED1775
Text Example
Text Example
White with #ED1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1775; }
p { color: rgb(237,23,117); }
H1.HeaderClassName
{
color: #ED1775;
}
.AnyTagClassName
{
color: #ED1775;
}
</style>
background-color css
<style>
a { background-color: #ED1775; }
a { background-color: rgb(237,23,117); }
div.DivClassName
{
background-color: #ED1775;
}
.BgClassName
{
background-color: #ED1775;
}
</style>
border-color css
<style>
span { border-color: #ED1775; }
span { border-color: rgb(237,23,117); }
td.TdClassName
{
border-color: #ED1775;
}
.TagClassName
{
border-color: #ED1775;
}
</style>