Shades of Ruby #E11260
Tints of Ruby #E11260
RGB
CMYK
RGB Variations
Color information
#E11260 (or 0xE11260) is known color: Ruby. HEX triplet: E1, 12 and 60. RGB value is (225,18,96). Sum of RGB (Red+Green+Blue) = 225+18+96=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E11260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11260 is #1EED9F. Grayscale: #585858. Windows color (decimal): -2026912 or 6296289. OLE color: 6296289.
HSL color Cylindrical-coordinate representation of color #E11260: hue angle of 337.39º degrees, saturation: 0.85, 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 #E11260 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 96 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.12 |
| HSL | 337.39º | 0.85% | 0.48% | - |
| HSV(B) | 337.39º | 0.92% | 0.88% | - |
| XYZ | 33.38 | 17.28 | 12.64 | - |
| YUV | 88.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 96 | 0 | 0.92 | 0.57 | 0.12 | 337.39 | 0.85 | 0.48 |
| Hex | E1 | 12 | 60 | 0 | 5C | 39 | C | 151 | 55 | 30 |
| Octal | 341 | 22 | 140 | 0 | 134 | 71 | 14 | 521 | 125 | 60 |
| Binary | 11100001 | 10010 | 1100000 | 0 | 1011100 | 111001 | 1100 | 101010001 | 1010101 | 110000 |
Color Harmonies of #E11260
Complementary color
Monochromatic Colors of #E11260
Black with #E11260
Text Example
Text Example
White with #E11260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11260; }
p { color: rgb(225,18,96); }
H1.HeaderClassName
{
color: #E11260;
}
.AnyTagClassName
{
color: #E11260;
}
</style>
background-color css
<style>
a { background-color: #E11260; }
a { background-color: rgb(225,18,96); }
div.DivClassName
{
background-color: #E11260;
}
.BgClassName
{
background-color: #E11260;
}
</style>
border-color css
<style>
span { border-color: #E11260; }
span { border-color: rgb(225,18,96); }
td.TdClassName
{
border-color: #E11260;
}
.TagClassName
{
border-color: #E11260;
}
</style>