Shades of Ruby #E11063
Tints of Ruby #E11063
RGB
CMYK
RGB Variations
Color information
#E11063 (or 0xE11063) is known color: Ruby. HEX triplet: E1, 10 and 63. RGB value is (225,16,99). Sum of RGB (Red+Green+Blue) = 225+16+99=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E11063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E11063 is #1EEF9C. Grayscale: #575757. Windows color (decimal): -2027421 or 6492385. OLE color: 6492385.
HSL color Cylindrical-coordinate representation of color #E11063: hue angle of 336.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E11063 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 99 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.12 |
| HSL | 336.17º | 0.87% | 0.47% | - |
| HSV(B) | 336.17º | 0.93% | 0.88% | - |
| XYZ | 33.49 | 17.28 | 13.37 | - |
| YUV | 87.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 99 | 0 | 0.93 | 0.56 | 0.12 | 336.17 | 0.87 | 0.47 |
| Hex | E1 | 10 | 63 | 0 | 5D | 38 | C | 150 | 57 | 2F |
| Octal | 341 | 20 | 143 | 0 | 135 | 70 | 14 | 520 | 127 | 57 |
| Binary | 11100001 | 10000 | 1100011 | 0 | 1011101 | 111000 | 1100 | 101010000 | 1010111 | 101111 |
Color Harmonies of #E11063
Complementary color
Monochromatic Colors of #E11063
Black with #E11063
Text Example
Text Example
White with #E11063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11063; }
p { color: rgb(225,16,99); }
H1.HeaderClassName
{
color: #E11063;
}
.AnyTagClassName
{
color: #E11063;
}
</style>
background-color css
<style>
a { background-color: #E11063; }
a { background-color: rgb(225,16,99); }
div.DivClassName
{
background-color: #E11063;
}
.BgClassName
{
background-color: #E11063;
}
</style>
border-color css
<style>
span { border-color: #E11063; }
span { border-color: rgb(225,16,99); }
td.TdClassName
{
border-color: #E11063;
}
.TagClassName
{
border-color: #E11063;
}
</style>