Shades of Ruby #E00773
Tints of Ruby #E00773
RGB
CMYK
RGB Variations
Color information
#E00773 (or 0xE00773) is known color: Ruby. HEX triplet: E0, 07 and 73. RGB value is (224,7,115). Sum of RGB (Red+Green+Blue) = 224+7+115=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E00773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00773 is #1FF88C. Grayscale: #535353. Windows color (decimal): -2095245 or 7538656. OLE color: 7538656.
HSL color Cylindrical-coordinate representation of color #E00773: hue angle of 330.14º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00773 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.12 |
| HSL | 330.14º | 0.94% | 0.45% | - |
| HSV(B) | 330.14º | 0.97% | 0.88% | - |
| XYZ | 33.91 | 17.24 | 17.76 | - |
| YUV | 84.2 | 145.39 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 7 | 115 | 0 | 0.97 | 0.49 | 0.12 | 330.14 | 0.94 | 0.45 |
| Hex | E0 | 7 | 73 | 0 | 61 | 31 | C | 14A | 5E | 2D |
| Octal | 340 | 7 | 163 | 0 | 141 | 61 | 14 | 512 | 136 | 55 |
| Binary | 11100000 | 111 | 1110011 | 0 | 1100001 | 110001 | 1100 | 101001010 | 1011110 | 101101 |
Color Harmonies of #E00773
Complementary color
Monochromatic Colors of #E00773
Black with #E00773
Text Example
Text Example
White with #E00773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00773; }
p { color: rgb(224,7,115); }
H1.HeaderClassName
{
color: #E00773;
}
.AnyTagClassName
{
color: #E00773;
}
</style>
background-color css
<style>
a { background-color: #E00773; }
a { background-color: rgb(224,7,115); }
div.DivClassName
{
background-color: #E00773;
}
.BgClassName
{
background-color: #E00773;
}
</style>
border-color css
<style>
span { border-color: #E00773; }
span { border-color: rgb(224,7,115); }
td.TdClassName
{
border-color: #E00773;
}
.TagClassName
{
border-color: #E00773;
}
</style>