Shades of Ruby #ED077A
Tints of Ruby #ED077A
RGB
CMYK
RGB Variations
Color information
#ED077A (or 0xED077A) is known color: Ruby. HEX triplet: ED, 07 and 7A. RGB value is (237,7,122). Sum of RGB (Red+Green+Blue) = 237+7+122=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED077A is #12F885. Grayscale: #585858. Windows color (decimal): -1243270 or 7997421. OLE color: 7997421.
HSL color Cylindrical-coordinate representation of color #ED077A: hue angle of 330º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED077A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.07 |
| HSL | 330º | 0.94% | 0.48% | - |
| HSV(B) | 330º | 0.97% | 0.93% | - |
| XYZ | 38.51 | 19.56 | 20.16 | - |
| YUV | 88.88 | 146.7 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 7 | 122 | 0 | 0.97 | 0.49 | 0.07 | 330 | 0.94 | 0.48 |
| Hex | ED | 7 | 7A | 0 | 61 | 31 | 7 | 14A | 5E | 30 |
| Octal | 355 | 7 | 172 | 0 | 141 | 61 | 7 | 512 | 136 | 60 |
| Binary | 11101101 | 111 | 1111010 | 0 | 1100001 | 110001 | 111 | 101001010 | 1011110 | 110000 |
Color Harmonies of #ED077A
Complementary color
Monochromatic Colors of #ED077A
Black with #ED077A
Text Example
Text Example
White with #ED077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED077A; }
p { color: rgb(237,7,122); }
H1.HeaderClassName
{
color: #ED077A;
}
.AnyTagClassName
{
color: #ED077A;
}
</style>
background-color css
<style>
a { background-color: #ED077A; }
a { background-color: rgb(237,7,122); }
div.DivClassName
{
background-color: #ED077A;
}
.BgClassName
{
background-color: #ED077A;
}
</style>
border-color css
<style>
span { border-color: #ED077A; }
span { border-color: rgb(237,7,122); }
td.TdClassName
{
border-color: #ED077A;
}
.TagClassName
{
border-color: #ED077A;
}
</style>