Shades of Ruby #E10079
Tints of Ruby #E10079
RGB
CMYK
RGB Variations
Color information
#E10079 (or 0xE10079) is known color: Ruby. HEX triplet: E1, 00 and 79. RGB value is (225,0,121). Sum of RGB (Red+Green+Blue) = 225+0+121=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E10079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10079 is #1EFF86. Grayscale: #505050. Windows color (decimal): -2031495 or 7930081. OLE color: 7930081.
HSL color Cylindrical-coordinate representation of color #E10079: hue angle of 327.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10079 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.46 | 0.12 |
| HSL | 327.73º | 1% | 0.44% | - |
| HSV(B) | 327.73º | 1% | 0.88% | - |
| XYZ | 34.5 | 17.39 | 19.63 | - |
| YUV | 81.07 | 150.54 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 121 | 0 | 1 | 0.46 | 0.12 | 327.73 | 1 | 0.44 |
| Hex | E1 | 0 | 79 | 0 | 64 | 2E | C | 148 | 64 | 2C |
| Octal | 341 | 0 | 171 | 0 | 144 | 56 | 14 | 510 | 144 | 54 |
| Binary | 11100001 | 0 | 1111001 | 0 | 1100100 | 101110 | 1100 | 101001000 | 1100100 | 101100 |
Color Harmonies of #E10079
Complementary color
Monochromatic Colors of #E10079
Black with #E10079
Text Example
Text Example
White with #E10079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10079; }
p { color: rgb(225,0,121); }
H1.HeaderClassName
{
color: #E10079;
}
.AnyTagClassName
{
color: #E10079;
}
</style>
background-color css
<style>
a { background-color: #E10079; }
a { background-color: rgb(225,0,121); }
div.DivClassName
{
background-color: #E10079;
}
.BgClassName
{
background-color: #E10079;
}
</style>
border-color css
<style>
span { border-color: #E10079; }
span { border-color: rgb(225,0,121); }
td.TdClassName
{
border-color: #E10079;
}
.TagClassName
{
border-color: #E10079;
}
</style>