Shades of Ruby #E30773
Tints of Ruby #E30773
RGB
CMYK
RGB Variations
Color information
#E30773 (or 0xE30773) is known color: Ruby. HEX triplet: E3, 07 and 73. RGB value is (227,7,115). Sum of RGB (Red+Green+Blue) = 227+7+115=349 (46% of max value = 765). Red value is 227 (89.06% from 255 or 65.04% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 227 - color contains mainly: red. Hex color #E30773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30773 is #1CF88C. Grayscale: #545454. Windows color (decimal): -1898637 or 7538659. OLE color: 7538659.
HSL color Cylindrical-coordinate representation of color #E30773: hue angle of 330.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30773 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.11 |
| HSL | 330.55º | 0.94% | 0.46% | - |
| HSV(B) | 330.55º | 0.97% | 0.89% | - |
| XYZ | 34.85 | 17.72 | 17.8 | - |
| YUV | 85.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 115 | 0 | 0.97 | 0.49 | 0.11 | 330.55 | 0.94 | 0.46 |
| Hex | E3 | 7 | 73 | 0 | 61 | 31 | B | 14B | 5E | 2E |
| Octal | 343 | 7 | 163 | 0 | 141 | 61 | 13 | 513 | 136 | 56 |
| Binary | 11100011 | 111 | 1110011 | 0 | 1100001 | 110001 | 1011 | 101001011 | 1011110 | 101110 |
Color Harmonies of #E30773
Complementary color
Monochromatic Colors of #E30773
Black with #E30773
Text Example
Text Example
White with #E30773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30773; }
p { color: rgb(227,7,115); }
H1.HeaderClassName
{
color: #E30773;
}
.AnyTagClassName
{
color: #E30773;
}
</style>
background-color css
<style>
a { background-color: #E30773; }
a { background-color: rgb(227,7,115); }
div.DivClassName
{
background-color: #E30773;
}
.BgClassName
{
background-color: #E30773;
}
</style>
border-color css
<style>
span { border-color: #E30773; }
span { border-color: rgb(227,7,115); }
td.TdClassName
{
border-color: #E30773;
}
.TagClassName
{
border-color: #E30773;
}
</style>