Shades of Ruby #E11266
Tints of Ruby #E11266
RGB
CMYK
RGB Variations
Color information
#E11266 (or 0xE11266) is known color: Ruby. HEX triplet: E1, 12 and 66. RGB value is (225,18,102). Sum of RGB (Red+Green+Blue) = 225+18+102=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E11266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11266 is #1EED99. Grayscale: #595959. Windows color (decimal): -2026906 or 6689505. OLE color: 6689505.
HSL color Cylindrical-coordinate representation of color #E11266: hue angle of 335.65º 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 #E11266 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 102 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.12 |
| HSL | 335.65º | 0.85% | 0.48% | - |
| HSV(B) | 335.65º | 0.92% | 0.88% | - |
| XYZ | 33.67 | 17.4 | 14.15 | - |
| YUV | 89.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 102 | 0 | 0.92 | 0.55 | 0.12 | 335.65 | 0.85 | 0.48 |
| Hex | E1 | 12 | 66 | 0 | 5C | 37 | C | 150 | 55 | 30 |
| Octal | 341 | 22 | 146 | 0 | 134 | 67 | 14 | 520 | 125 | 60 |
| Binary | 11100001 | 10010 | 1100110 | 0 | 1011100 | 110111 | 1100 | 101010000 | 1010101 | 110000 |
Color Harmonies of #E11266
Complementary color
Monochromatic Colors of #E11266
Black with #E11266
Text Example
Text Example
White with #E11266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11266; }
p { color: rgb(225,18,102); }
H1.HeaderClassName
{
color: #E11266;
}
.AnyTagClassName
{
color: #E11266;
}
</style>
background-color css
<style>
a { background-color: #E11266; }
a { background-color: rgb(225,18,102); }
div.DivClassName
{
background-color: #E11266;
}
.BgClassName
{
background-color: #E11266;
}
</style>
border-color css
<style>
span { border-color: #E11266; }
span { border-color: rgb(225,18,102); }
td.TdClassName
{
border-color: #E11266;
}
.TagClassName
{
border-color: #E11266;
}
</style>