Shades of Ruby #E1096A
Tints of Ruby #E1096A
RGB
CMYK
RGB Variations
Color information
#E1096A (or 0xE1096A) is known color: Ruby. HEX triplet: E1, 09 and 6A. RGB value is (225,9,106). Sum of RGB (Red+Green+Blue) = 225+9+106=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1096A is #1EF695. Grayscale: #545454. Windows color (decimal): -2029206 or 6949345. OLE color: 6949345.
HSL color Cylindrical-coordinate representation of color #E1096A: hue angle of 333.06º 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 #E1096A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.12 |
| HSL | 333.06º | 0.92% | 0.46% | - |
| HSV(B) | 333.06º | 0.96% | 0.88% | - |
| XYZ | 33.75 | 17.24 | 15.19 | - |
| YUV | 84.64 | 140.06 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 106 | 0 | 0.96 | 0.53 | 0.12 | 333.06 | 0.92 | 0.46 |
| Hex | E1 | 9 | 6A | 0 | 60 | 35 | C | 14D | 5C | 2E |
| Octal | 341 | 11 | 152 | 0 | 140 | 65 | 14 | 515 | 134 | 56 |
| Binary | 11100001 | 1001 | 1101010 | 0 | 1100000 | 110101 | 1100 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E1096A
Complementary color
Monochromatic Colors of #E1096A
Black with #E1096A
Text Example
Text Example
White with #E1096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1096A; }
p { color: rgb(225,9,106); }
H1.HeaderClassName
{
color: #E1096A;
}
.AnyTagClassName
{
color: #E1096A;
}
</style>
background-color css
<style>
a { background-color: #E1096A; }
a { background-color: rgb(225,9,106); }
div.DivClassName
{
background-color: #E1096A;
}
.BgClassName
{
background-color: #E1096A;
}
</style>
border-color css
<style>
span { border-color: #E1096A; }
span { border-color: rgb(225,9,106); }
td.TdClassName
{
border-color: #E1096A;
}
.TagClassName
{
border-color: #E1096A;
}
</style>