Shades of Ruby #E00873
Tints of Ruby #E00873
RGB
CMYK
RGB Variations
Color information
#E00873 (or 0xE00873) is known color: Ruby. HEX triplet: E0, 08 and 73. RGB value is (224,8,115). Sum of RGB (Red+Green+Blue) = 224+8+115=347 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.55% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 224 - color contains mainly: red. Hex color #E00873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00873 is #1FF78C. Grayscale: #545454. Windows color (decimal): -2094989 or 7538912. OLE color: 7538912.
HSL color Cylindrical-coordinate representation of color #E00873: hue angle of 330.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00873 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.12 |
| HSL | 330.28º | 0.93% | 0.45% | - |
| HSV(B) | 330.28º | 0.96% | 0.88% | - |
| XYZ | 33.92 | 17.26 | 17.76 | - |
| YUV | 84.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 115 | 0 | 0.96 | 0.49 | 0.12 | 330.28 | 0.93 | 0.45 |
| Hex | E0 | 8 | 73 | 0 | 60 | 31 | C | 14A | 5D | 2D |
| Octal | 340 | 10 | 163 | 0 | 140 | 61 | 14 | 512 | 135 | 55 |
| Binary | 11100000 | 1000 | 1110011 | 0 | 1100000 | 110001 | 1100 | 101001010 | 1011101 | 101101 |
Color Harmonies of #E00873
Complementary color
Monochromatic Colors of #E00873
Black with #E00873
Text Example
Text Example
White with #E00873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00873; }
p { color: rgb(224,8,115); }
H1.HeaderClassName
{
color: #E00873;
}
.AnyTagClassName
{
color: #E00873;
}
</style>
background-color css
<style>
a { background-color: #E00873; }
a { background-color: rgb(224,8,115); }
div.DivClassName
{
background-color: #E00873;
}
.BgClassName
{
background-color: #E00873;
}
</style>
border-color css
<style>
span { border-color: #E00873; }
span { border-color: rgb(224,8,115); }
td.TdClassName
{
border-color: #E00873;
}
.TagClassName
{
border-color: #E00873;
}
</style>