Shades of Ruby #E00973
Tints of Ruby #E00973
RGB
CMYK
RGB Variations
Color information
#E00973 (or 0xE00973) is known color: Ruby. HEX triplet: E0, 09 and 73. RGB value is (224,9,115). Sum of RGB (Red+Green+Blue) = 224+9+115=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E00973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00973 is #1FF68C. Grayscale: #555555. Windows color (decimal): -2094733 or 7539168. OLE color: 7539168.
HSL color Cylindrical-coordinate representation of color #E00973: hue angle of 330.42º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00973 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.12 |
| HSL | 330.42º | 0.92% | 0.46% | - |
| HSV(B) | 330.42º | 0.96% | 0.88% | - |
| XYZ | 33.93 | 17.28 | 17.77 | - |
| YUV | 85.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 115 | 0 | 0.96 | 0.49 | 0.12 | 330.42 | 0.92 | 0.46 |
| Hex | E0 | 9 | 73 | 0 | 60 | 31 | C | 14A | 5C | 2E |
| Octal | 340 | 11 | 163 | 0 | 140 | 61 | 14 | 512 | 134 | 56 |
| Binary | 11100000 | 1001 | 1110011 | 0 | 1100000 | 110001 | 1100 | 101001010 | 1011100 | 101110 |
Color Harmonies of #E00973
Complementary color
Monochromatic Colors of #E00973
Black with #E00973
Text Example
Text Example
White with #E00973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00973; }
p { color: rgb(224,9,115); }
H1.HeaderClassName
{
color: #E00973;
}
.AnyTagClassName
{
color: #E00973;
}
</style>
background-color css
<style>
a { background-color: #E00973; }
a { background-color: rgb(224,9,115); }
div.DivClassName
{
background-color: #E00973;
}
.BgClassName
{
background-color: #E00973;
}
</style>
border-color css
<style>
span { border-color: #E00973; }
span { border-color: rgb(224,9,115); }
td.TdClassName
{
border-color: #E00973;
}
.TagClassName
{
border-color: #E00973;
}
</style>