Shades of Ruby #E11560
Tints of Ruby #E11560
RGB
CMYK
RGB Variations
Color information
#E11560 (or 0xE11560) is known color: Ruby. HEX triplet: E1, 15 and 60. RGB value is (225,21,96). Sum of RGB (Red+Green+Blue) = 225+21+96=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E11560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11560 is #1EEA9F. Grayscale: #5A5A5A. Windows color (decimal): -2026144 or 6297057. OLE color: 6297057.
HSL color Cylindrical-coordinate representation of color #E11560: hue angle of 337.94º 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 #E11560 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 21 | 96 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.12 |
| HSL | 337.94º | 0.83% | 0.48% | - |
| HSV(B) | 337.94º | 0.91% | 0.88% | - |
| XYZ | 33.43 | 17.39 | 12.66 | - |
| YUV | 90.55 | 131.09 | 223.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 96 | 0 | 0.91 | 0.57 | 0.12 | 337.94 | 0.83 | 0.48 |
| Hex | E1 | 15 | 60 | 0 | 5B | 39 | C | 152 | 53 | 30 |
| Octal | 341 | 25 | 140 | 0 | 133 | 71 | 14 | 522 | 123 | 60 |
| Binary | 11100001 | 10101 | 1100000 | 0 | 1011011 | 111001 | 1100 | 101010010 | 1010011 | 110000 |
Color Harmonies of #E11560
Complementary color
Monochromatic Colors of #E11560
Black with #E11560
Text Example
Text Example
White with #E11560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11560; }
p { color: rgb(225,21,96); }
H1.HeaderClassName
{
color: #E11560;
}
.AnyTagClassName
{
color: #E11560;
}
</style>
background-color css
<style>
a { background-color: #E11560; }
a { background-color: rgb(225,21,96); }
div.DivClassName
{
background-color: #E11560;
}
.BgClassName
{
background-color: #E11560;
}
</style>
border-color css
<style>
span { border-color: #E11560; }
span { border-color: rgb(225,21,96); }
td.TdClassName
{
border-color: #E11560;
}
.TagClassName
{
border-color: #E11560;
}
</style>