Shades of Ruby #E10773
Tints of Ruby #E10773
RGB
CMYK
RGB Variations
Color information
#E10773 (or 0xE10773) is known color: Ruby. HEX triplet: E1, 07 and 73. RGB value is (225,7,115). Sum of RGB (Red+Green+Blue) = 225+7+115=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E10773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10773 is #1EF88C. Grayscale: #545454. Windows color (decimal): -2029709 or 7538657. OLE color: 7538657.
HSL color Cylindrical-coordinate representation of color #E10773: hue angle of 330.28º 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 #E10773 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.12 |
| HSL | 330.28º | 0.94% | 0.45% | - |
| HSV(B) | 330.28º | 0.97% | 0.88% | - |
| XYZ | 34.22 | 17.4 | 17.77 | - |
| YUV | 84.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 7 | 115 | 0 | 0.97 | 0.49 | 0.12 | 330.28 | 0.94 | 0.45 |
| Hex | E1 | 7 | 73 | 0 | 61 | 31 | C | 14A | 5E | 2D |
| Octal | 341 | 7 | 163 | 0 | 141 | 61 | 14 | 512 | 136 | 55 |
| Binary | 11100001 | 111 | 1110011 | 0 | 1100001 | 110001 | 1100 | 101001010 | 1011110 | 101101 |
Color Harmonies of #E10773
Complementary color
Monochromatic Colors of #E10773
Black with #E10773
Text Example
Text Example
White with #E10773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10773; }
p { color: rgb(225,7,115); }
H1.HeaderClassName
{
color: #E10773;
}
.AnyTagClassName
{
color: #E10773;
}
</style>
background-color css
<style>
a { background-color: #E10773; }
a { background-color: rgb(225,7,115); }
div.DivClassName
{
background-color: #E10773;
}
.BgClassName
{
background-color: #E10773;
}
</style>
border-color css
<style>
span { border-color: #E10773; }
span { border-color: rgb(225,7,115); }
td.TdClassName
{
border-color: #E10773;
}
.TagClassName
{
border-color: #E10773;
}
</style>