Shades of Ruby #ED1D6F
Tints of Ruby #ED1D6F
RGB
CMYK
RGB Variations
Color information
#ED1D6F (or 0xED1D6F) is known color: Ruby. HEX triplet: ED, 1D and 6F. RGB value is (237,29,111). Sum of RGB (Red+Green+Blue) = 237+29+111=377 (49% of max value = 765). Red value is 237 (92.97% from 255 or 62.86% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1D6F is #12E290. Grayscale: #646464. Windows color (decimal): -1237649 or 7282157. OLE color: 7282157.
HSL color Cylindrical-coordinate representation of color #ED1D6F: hue angle of 336.35º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1D6F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 111 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.07 |
| HSL | 336.35º | 0.85% | 0.52% | - |
| HSV(B) | 336.35º | 0.88% | 0.93% | - |
| XYZ | 38.23 | 20.03 | 16.89 | - |
| YUV | 100.54 | 133.91 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 111 | 0 | 0.88 | 0.53 | 0.07 | 336.35 | 0.85 | 0.52 |
| Hex | ED | 1D | 6F | 0 | 58 | 35 | 7 | 150 | 55 | 34 |
| Octal | 355 | 35 | 157 | 0 | 130 | 65 | 7 | 520 | 125 | 64 |
| Binary | 11101101 | 11101 | 1101111 | 0 | 1011000 | 110101 | 111 | 101010000 | 1010101 | 110100 |
Color Harmonies of #ED1D6F
Complementary color
Monochromatic Colors of #ED1D6F
Black with #ED1D6F
Text Example
Text Example
White with #ED1D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D6F; }
p { color: rgb(237,29,111); }
H1.HeaderClassName
{
color: #ED1D6F;
}
.AnyTagClassName
{
color: #ED1D6F;
}
</style>
background-color css
<style>
a { background-color: #ED1D6F; }
a { background-color: rgb(237,29,111); }
div.DivClassName
{
background-color: #ED1D6F;
}
.BgClassName
{
background-color: #ED1D6F;
}
</style>
border-color css
<style>
span { border-color: #ED1D6F; }
span { border-color: rgb(237,29,111); }
td.TdClassName
{
border-color: #ED1D6F;
}
.TagClassName
{
border-color: #ED1D6F;
}
</style>