Shades of Ruby #E10873
Tints of Ruby #E10873
RGB
CMYK
RGB Variations
Color information
#E10873 (or 0xE10873) is known color: Ruby. HEX triplet: E1, 08 and 73. RGB value is (225,8,115). Sum of RGB (Red+Green+Blue) = 225+8+115=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E10873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10873 is #1EF78C. Grayscale: #545454. Windows color (decimal): -2029453 or 7538913. OLE color: 7538913.
HSL color Cylindrical-coordinate representation of color #E10873: hue angle of 330.41º degrees, saturation: 0.93, 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 #E10873 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.12 |
| HSL | 330.41º | 0.93% | 0.46% | - |
| HSV(B) | 330.41º | 0.96% | 0.88% | - |
| XYZ | 34.23 | 17.42 | 17.78 | - |
| YUV | 85.08 | 144.89 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 115 | 0 | 0.96 | 0.49 | 0.12 | 330.41 | 0.93 | 0.46 |
| Hex | E1 | 8 | 73 | 0 | 60 | 31 | C | 14A | 5D | 2E |
| Octal | 341 | 10 | 163 | 0 | 140 | 61 | 14 | 512 | 135 | 56 |
| Binary | 11100001 | 1000 | 1110011 | 0 | 1100000 | 110001 | 1100 | 101001010 | 1011101 | 101110 |
Color Harmonies of #E10873
Complementary color
Monochromatic Colors of #E10873
Black with #E10873
Text Example
Text Example
White with #E10873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10873; }
p { color: rgb(225,8,115); }
H1.HeaderClassName
{
color: #E10873;
}
.AnyTagClassName
{
color: #E10873;
}
</style>
background-color css
<style>
a { background-color: #E10873; }
a { background-color: rgb(225,8,115); }
div.DivClassName
{
background-color: #E10873;
}
.BgClassName
{
background-color: #E10873;
}
</style>
border-color css
<style>
span { border-color: #E10873; }
span { border-color: rgb(225,8,115); }
td.TdClassName
{
border-color: #E10873;
}
.TagClassName
{
border-color: #E10873;
}
</style>