Shades of Ruby #ED0A77
Tints of Ruby #ED0A77
RGB
CMYK
RGB Variations
Color information
#ED0A77 (or 0xED0A77) is known color: Ruby. HEX triplet: ED, 0A and 77. RGB value is (237,10,119). Sum of RGB (Red+Green+Blue) = 237+10+119=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A77 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0A77 is #12F588. Grayscale: #5A5A5A. Windows color (decimal): -1242505 or 7801581. OLE color: 7801581.
HSL color Cylindrical-coordinate representation of color #ED0A77: hue angle of 331.19º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0A77 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 10 | 119 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.07 |
| HSL | 331.19º | 0.92% | 0.48% | - |
| HSV(B) | 331.19º | 0.96% | 0.93% | - |
| XYZ | 38.36 | 19.55 | 19.2 | - |
| YUV | 90.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 10 | 119 | 0 | 0.96 | 0.50 | 0.07 | 331.19 | 0.92 | 0.48 |
| Hex | ED | A | 77 | 0 | 60 | 32 | 7 | 14B | 5C | 30 |
| Octal | 355 | 12 | 167 | 0 | 140 | 62 | 7 | 513 | 134 | 60 |
| Binary | 11101101 | 1010 | 1110111 | 0 | 1100000 | 110010 | 111 | 101001011 | 1011100 | 110000 |
Color Harmonies of #ED0A77
Complementary color
Monochromatic Colors of #ED0A77
Black with #ED0A77
Text Example
Text Example
White with #ED0A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0A77; }
p { color: rgb(237,10,119); }
H1.HeaderClassName
{
color: #ED0A77;
}
.AnyTagClassName
{
color: #ED0A77;
}
</style>
background-color css
<style>
a { background-color: #ED0A77; }
a { background-color: rgb(237,10,119); }
div.DivClassName
{
background-color: #ED0A77;
}
.BgClassName
{
background-color: #ED0A77;
}
</style>
border-color css
<style>
span { border-color: #ED0A77; }
span { border-color: rgb(237,10,119); }
td.TdClassName
{
border-color: #ED0A77;
}
.TagClassName
{
border-color: #ED0A77;
}
</style>