Shades of Ruby #E11579
Tints of Ruby #E11579
RGB
CMYK
RGB Variations
Color information
#E11579 (or 0xE11579) is known color: Ruby. HEX triplet: E1, 15 and 79. RGB value is (225,21,121). Sum of RGB (Red+Green+Blue) = 225+21+121=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E11579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11579 is #1EEA86. Grayscale: #5D5D5D. Windows color (decimal): -2026119 or 7935457. OLE color: 7935457.
HSL color Cylindrical-coordinate representation of color #E11579: hue angle of 330.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E11579 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 121 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.12 |
| HSL | 330.59º | 0.83% | 0.48% | - |
| HSV(B) | 330.59º | 0.91% | 0.88% | - |
| XYZ | 34.77 | 17.92 | 19.72 | - |
| YUV | 93.4 | 143.59 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 121 | 0 | 0.91 | 0.46 | 0.12 | 330.59 | 0.83 | 0.48 |
| Hex | E1 | 15 | 79 | 0 | 5B | 2E | C | 14B | 53 | 30 |
| Octal | 341 | 25 | 171 | 0 | 133 | 56 | 14 | 513 | 123 | 60 |
| Binary | 11100001 | 10101 | 1111001 | 0 | 1011011 | 101110 | 1100 | 101001011 | 1010011 | 110000 |
Color Harmonies of #E11579
Complementary color
Monochromatic Colors of #E11579
Black with #E11579
Text Example
Text Example
White with #E11579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11579; }
p { color: rgb(225,21,121); }
H1.HeaderClassName
{
color: #E11579;
}
.AnyTagClassName
{
color: #E11579;
}
</style>
background-color css
<style>
a { background-color: #E11579; }
a { background-color: rgb(225,21,121); }
div.DivClassName
{
background-color: #E11579;
}
.BgClassName
{
background-color: #E11579;
}
</style>
border-color css
<style>
span { border-color: #E11579; }
span { border-color: rgb(225,21,121); }
td.TdClassName
{
border-color: #E11579;
}
.TagClassName
{
border-color: #E11579;
}
</style>