Shades of Ruby #ED0B77
Tints of Ruby #ED0B77
RGB
CMYK
RGB Variations
Color information
#ED0B77 (or 0xED0B77) is known color: Ruby. HEX triplet: ED, 0B and 77. RGB value is (237,11,119). Sum of RGB (Red+Green+Blue) = 237+11+119=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B77 is #12F488. Grayscale: #5A5A5A. Windows color (decimal): -1242249 or 7801837. OLE color: 7801837.
HSL color Cylindrical-coordinate representation of color #ED0B77: hue angle of 331.33º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B77 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.07 |
| HSL | 331.33º | 0.91% | 0.49% | - |
| HSV(B) | 331.33º | 0.95% | 0.93% | - |
| XYZ | 38.37 | 19.58 | 19.21 | - |
| YUV | 90.89 | 143.87 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 119 | 0 | 0.95 | 0.50 | 0.07 | 331.33 | 0.91 | 0.49 |
| Hex | ED | B | 77 | 0 | 5F | 32 | 7 | 14B | 5B | 31 |
| Octal | 355 | 13 | 167 | 0 | 137 | 62 | 7 | 513 | 133 | 61 |
| Binary | 11101101 | 1011 | 1110111 | 0 | 1011111 | 110010 | 111 | 101001011 | 1011011 | 110001 |
Color Harmonies of #ED0B77
Complementary color
Monochromatic Colors of #ED0B77
Black with #ED0B77
Text Example
Text Example
White with #ED0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0B77; }
p { color: rgb(237,11,119); }
H1.HeaderClassName
{
color: #ED0B77;
}
.AnyTagClassName
{
color: #ED0B77;
}
</style>
background-color css
<style>
a { background-color: #ED0B77; }
a { background-color: rgb(237,11,119); }
div.DivClassName
{
background-color: #ED0B77;
}
.BgClassName
{
background-color: #ED0B77;
}
</style>
border-color css
<style>
span { border-color: #ED0B77; }
span { border-color: rgb(237,11,119); }
td.TdClassName
{
border-color: #ED0B77;
}
.TagClassName
{
border-color: #ED0B77;
}
</style>