Shades of Ruby #ED1D77
Tints of Ruby #ED1D77
RGB
CMYK
RGB Variations
Color information
#ED1D77 (or 0xED1D77) is known color: Ruby. HEX triplet: ED, 1D and 77. RGB value is (237,29,119). Sum of RGB (Red+Green+Blue) = 237+29+119=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED1D77 is #12E288. Grayscale: #656565. Windows color (decimal): -1237641 or 7806445. OLE color: 7806445.
HSL color Cylindrical-coordinate representation of color #ED1D77: hue angle of 334.04º 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 #ED1D77 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 29 | 119 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.07 |
| HSL | 334.04º | 0.85% | 0.52% | - |
| HSV(B) | 334.04º | 0.88% | 0.93% | - |
| XYZ | 38.69 | 20.22 | 19.32 | - |
| YUV | 101.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 29 | 119 | 0 | 0.88 | 0.50 | 0.07 | 334.04 | 0.85 | 0.52 |
| Hex | ED | 1D | 77 | 0 | 58 | 32 | 7 | 14E | 55 | 34 |
| Octal | 355 | 35 | 167 | 0 | 130 | 62 | 7 | 516 | 125 | 64 |
| Binary | 11101101 | 11101 | 1110111 | 0 | 1011000 | 110010 | 111 | 101001110 | 1010101 | 110100 |
Color Harmonies of #ED1D77
Complementary color
Monochromatic Colors of #ED1D77
Black with #ED1D77
Text Example
Text Example
White with #ED1D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1D77; }
p { color: rgb(237,29,119); }
H1.HeaderClassName
{
color: #ED1D77;
}
.AnyTagClassName
{
color: #ED1D77;
}
</style>
background-color css
<style>
a { background-color: #ED1D77; }
a { background-color: rgb(237,29,119); }
div.DivClassName
{
background-color: #ED1D77;
}
.BgClassName
{
background-color: #ED1D77;
}
</style>
border-color css
<style>
span { border-color: #ED1D77; }
span { border-color: rgb(237,29,119); }
td.TdClassName
{
border-color: #ED1D77;
}
.TagClassName
{
border-color: #ED1D77;
}
</style>