Shades of Ruby #E1096C
Tints of Ruby #E1096C
RGB
CMYK
RGB Variations
Color information
#E1096C (or 0xE1096C) is known color: Ruby. HEX triplet: E1, 09 and 6C. RGB value is (225,9,108). Sum of RGB (Red+Green+Blue) = 225+9+108=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E1096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1096C is #1EF693. Grayscale: #545454. Windows color (decimal): -2029204 or 7080417. OLE color: 7080417.
HSL color Cylindrical-coordinate representation of color #E1096C: hue angle of 332.5º 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 #E1096C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.5º | 0.92% | 0.46% | - |
| HSV(B) | 332.5º | 0.96% | 0.88% | - |
| XYZ | 33.86 | 17.29 | 15.74 | - |
| YUV | 84.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 108 | 0 | 0.96 | 0.52 | 0.12 | 332.5 | 0.92 | 0.46 |
| Hex | E1 | 9 | 6C | 0 | 60 | 34 | C | 14C | 5C | 2E |
| Octal | 341 | 11 | 154 | 0 | 140 | 64 | 14 | 514 | 134 | 56 |
| Binary | 11100001 | 1001 | 1101100 | 0 | 1100000 | 110100 | 1100 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E1096C
Complementary color
Monochromatic Colors of #E1096C
Black with #E1096C
Text Example
Text Example
White with #E1096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1096C; }
p { color: rgb(225,9,108); }
H1.HeaderClassName
{
color: #E1096C;
}
.AnyTagClassName
{
color: #E1096C;
}
</style>
background-color css
<style>
a { background-color: #E1096C; }
a { background-color: rgb(225,9,108); }
div.DivClassName
{
background-color: #E1096C;
}
.BgClassName
{
background-color: #E1096C;
}
</style>
border-color css
<style>
span { border-color: #E1096C; }
span { border-color: rgb(225,9,108); }
td.TdClassName
{
border-color: #E1096C;
}
.TagClassName
{
border-color: #E1096C;
}
</style>