Shades of Ruby #E11379
Tints of Ruby #E11379
RGB
CMYK
RGB Variations
Color information
#E11379 (or 0xE11379) is known color: Ruby. HEX triplet: E1, 13 and 79. RGB value is (225,19,121). Sum of RGB (Red+Green+Blue) = 225+19+121=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E11379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11379 is #1EEC86. Grayscale: #5C5C5C. Windows color (decimal): -2026631 or 7934945. OLE color: 7934945.
HSL color Cylindrical-coordinate representation of color #E11379: hue angle of 330.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E11379 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 19 | 121 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.12 |
| HSL | 330.29º | 0.84% | 0.48% | - |
| HSV(B) | 330.29º | 0.92% | 0.88% | - |
| XYZ | 34.74 | 17.85 | 19.7 | - |
| YUV | 92.22 | 144.25 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 19 | 121 | 0 | 0.92 | 0.46 | 0.12 | 330.29 | 0.84 | 0.48 |
| Hex | E1 | 13 | 79 | 0 | 5C | 2E | C | 14A | 54 | 30 |
| Octal | 341 | 23 | 171 | 0 | 134 | 56 | 14 | 512 | 124 | 60 |
| Binary | 11100001 | 10011 | 1111001 | 0 | 1011100 | 101110 | 1100 | 101001010 | 1010100 | 110000 |
Color Harmonies of #E11379
Complementary color
Monochromatic Colors of #E11379
Black with #E11379
Text Example
Text Example
White with #E11379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11379; }
p { color: rgb(225,19,121); }
H1.HeaderClassName
{
color: #E11379;
}
.AnyTagClassName
{
color: #E11379;
}
</style>
background-color css
<style>
a { background-color: #E11379; }
a { background-color: rgb(225,19,121); }
div.DivClassName
{
background-color: #E11379;
}
.BgClassName
{
background-color: #E11379;
}
</style>
border-color css
<style>
span { border-color: #E11379; }
span { border-color: rgb(225,19,121); }
td.TdClassName
{
border-color: #E11379;
}
.TagClassName
{
border-color: #E11379;
}
</style>