Shades of Ruby #E11261
Tints of Ruby #E11261
RGB
CMYK
RGB Variations
Color information
#E11261 (or 0xE11261) is known color: Ruby. HEX triplet: E1, 12 and 61. RGB value is (225,18,97). Sum of RGB (Red+Green+Blue) = 225+18+97=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E11261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11261 is #1EED9E. Grayscale: #585858. Windows color (decimal): -2026911 or 6361825. OLE color: 6361825.
HSL color Cylindrical-coordinate representation of color #E11261: hue angle of 337.1º 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 #E11261 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 97 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.12 |
| HSL | 337.1º | 0.85% | 0.48% | - |
| HSV(B) | 337.1º | 0.92% | 0.88% | - |
| XYZ | 33.43 | 17.3 | 12.89 | - |
| YUV | 88.9 | 132.58 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 97 | 0 | 0.92 | 0.57 | 0.12 | 337.1 | 0.85 | 0.48 |
| Hex | E1 | 12 | 61 | 0 | 5C | 39 | C | 151 | 55 | 30 |
| Octal | 341 | 22 | 141 | 0 | 134 | 71 | 14 | 521 | 125 | 60 |
| Binary | 11100001 | 10010 | 1100001 | 0 | 1011100 | 111001 | 1100 | 101010001 | 1010101 | 110000 |
Color Harmonies of #E11261
Complementary color
Monochromatic Colors of #E11261
Black with #E11261
Text Example
Text Example
White with #E11261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11261; }
p { color: rgb(225,18,97); }
H1.HeaderClassName
{
color: #E11261;
}
.AnyTagClassName
{
color: #E11261;
}
</style>
background-color css
<style>
a { background-color: #E11261; }
a { background-color: rgb(225,18,97); }
div.DivClassName
{
background-color: #E11261;
}
.BgClassName
{
background-color: #E11261;
}
</style>
border-color css
<style>
span { border-color: #E11261; }
span { border-color: rgb(225,18,97); }
td.TdClassName
{
border-color: #E11261;
}
.TagClassName
{
border-color: #E11261;
}
</style>