Shades of Ruby #E10879
Tints of Ruby #E10879
RGB
CMYK
RGB Variations
Color information
#E10879 (or 0xE10879) is known color: Ruby. HEX triplet: E1, 08 and 79. RGB value is (225,8,121). Sum of RGB (Red+Green+Blue) = 225+8+121=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E10879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10879 is #1EF786. Grayscale: #555555. Windows color (decimal): -2029447 or 7932129. OLE color: 7932129.
HSL color Cylindrical-coordinate representation of color #E10879: hue angle of 328.76º 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 #E10879 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.12 |
| HSL | 328.76º | 0.93% | 0.46% | - |
| HSV(B) | 328.76º | 0.96% | 0.88% | - |
| XYZ | 34.59 | 17.56 | 19.66 | - |
| YUV | 85.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 121 | 0 | 0.96 | 0.46 | 0.12 | 328.76 | 0.93 | 0.46 |
| Hex | E1 | 8 | 79 | 0 | 60 | 2E | C | 149 | 5D | 2E |
| Octal | 341 | 10 | 171 | 0 | 140 | 56 | 14 | 511 | 135 | 56 |
| Binary | 11100001 | 1000 | 1111001 | 0 | 1100000 | 101110 | 1100 | 101001001 | 1011101 | 101110 |
Color Harmonies of #E10879
Complementary color
Monochromatic Colors of #E10879
Black with #E10879
Text Example
Text Example
White with #E10879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10879; }
p { color: rgb(225,8,121); }
H1.HeaderClassName
{
color: #E10879;
}
.AnyTagClassName
{
color: #E10879;
}
</style>
background-color css
<style>
a { background-color: #E10879; }
a { background-color: rgb(225,8,121); }
div.DivClassName
{
background-color: #E10879;
}
.BgClassName
{
background-color: #E10879;
}
</style>
border-color css
<style>
span { border-color: #E10879; }
span { border-color: rgb(225,8,121); }
td.TdClassName
{
border-color: #E10879;
}
.TagClassName
{
border-color: #E10879;
}
</style>