Shades of Ruby #E1096D
Tints of Ruby #E1096D
RGB
CMYK
RGB Variations
Color information
#E1096D (or 0xE1096D) is known color: Ruby. HEX triplet: E1, 09 and 6D. RGB value is (225,9,109). Sum of RGB (Red+Green+Blue) = 225+9+109=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E1096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1096D is #1EF692. Grayscale: #545454. Windows color (decimal): -2029203 or 7145953. OLE color: 7145953.
HSL color Cylindrical-coordinate representation of color #E1096D: hue angle of 332.22º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1096D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.22º | 0.92% | 0.46% | - |
| HSV(B) | 332.22º | 0.96% | 0.88% | - |
| XYZ | 33.91 | 17.31 | 16.02 | - |
| YUV | 84.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 109 | 0 | 0.96 | 0.52 | 0.12 | 332.22 | 0.92 | 0.46 |
| Hex | E1 | 9 | 6D | 0 | 60 | 34 | C | 14C | 5C | 2E |
| Octal | 341 | 11 | 155 | 0 | 140 | 64 | 14 | 514 | 134 | 56 |
| Binary | 11100001 | 1001 | 1101101 | 0 | 1100000 | 110100 | 1100 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E1096D
Complementary color
Monochromatic Colors of #E1096D
Black with #E1096D
Text Example
Text Example
White with #E1096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1096D; }
p { color: rgb(225,9,109); }
H1.HeaderClassName
{
color: #E1096D;
}
.AnyTagClassName
{
color: #E1096D;
}
</style>
background-color css
<style>
a { background-color: #E1096D; }
a { background-color: rgb(225,9,109); }
div.DivClassName
{
background-color: #E1096D;
}
.BgClassName
{
background-color: #E1096D;
}
</style>
border-color css
<style>
span { border-color: #E1096D; }
span { border-color: rgb(225,9,109); }
td.TdClassName
{
border-color: #E1096D;
}
.TagClassName
{
border-color: #E1096D;
}
</style>