Shades of Ruby #E11079
Tints of Ruby #E11079
RGB
CMYK
RGB Variations
Color information
#E11079 (or 0xE11079) is known color: Ruby. HEX triplet: E1, 10 and 79. RGB value is (225,16,121). Sum of RGB (Red+Green+Blue) = 225+16+121=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E11079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11079 is #1EEF86. Grayscale: #5A5A5A. Windows color (decimal): -2027399 or 7934177. OLE color: 7934177.
HSL color Cylindrical-coordinate representation of color #E11079: hue angle of 329.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11079 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 121 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.12 |
| HSL | 329.86º | 0.87% | 0.47% | - |
| HSV(B) | 329.86º | 0.93% | 0.88% | - |
| XYZ | 34.69 | 17.76 | 19.69 | - |
| YUV | 90.46 | 145.24 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 121 | 0 | 0.93 | 0.46 | 0.12 | 329.86 | 0.87 | 0.47 |
| Hex | E1 | 10 | 79 | 0 | 5D | 2E | C | 14A | 57 | 2F |
| Octal | 341 | 20 | 171 | 0 | 135 | 56 | 14 | 512 | 127 | 57 |
| Binary | 11100001 | 10000 | 1111001 | 0 | 1011101 | 101110 | 1100 | 101001010 | 1010111 | 101111 |
Color Harmonies of #E11079
Complementary color
Monochromatic Colors of #E11079
Black with #E11079
Text Example
Text Example
White with #E11079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11079; }
p { color: rgb(225,16,121); }
H1.HeaderClassName
{
color: #E11079;
}
.AnyTagClassName
{
color: #E11079;
}
</style>
background-color css
<style>
a { background-color: #E11079; }
a { background-color: rgb(225,16,121); }
div.DivClassName
{
background-color: #E11079;
}
.BgClassName
{
background-color: #E11079;
}
</style>
border-color css
<style>
span { border-color: #E11079; }
span { border-color: rgb(225,16,121); }
td.TdClassName
{
border-color: #E11079;
}
.TagClassName
{
border-color: #E11079;
}
</style>