Shades of Ruby #E2096F
Tints of Ruby #E2096F
RGB
CMYK
RGB Variations
Color information
#E2096F (or 0xE2096F) is known color: Ruby. HEX triplet: E2, 09 and 6F. RGB value is (226,9,111). Sum of RGB (Red+Green+Blue) = 226+9+111=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E2096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2096F is #1DF690. Grayscale: #555555. Windows color (decimal): -1963665 or 7277026. OLE color: 7277026.
HSL color Cylindrical-coordinate representation of color #E2096F: hue angle of 331.8º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2096F is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.11 |
| HSL | 331.8º | 0.92% | 0.46% | - |
| HSV(B) | 331.8º | 0.96% | 0.89% | - |
| XYZ | 34.33 | 17.51 | 16.61 | - |
| YUV | 85.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 111 | 0 | 0.96 | 0.51 | 0.11 | 331.8 | 0.92 | 0.46 |
| Hex | E2 | 9 | 6F | 0 | 60 | 33 | B | 14C | 5C | 2E |
| Octal | 342 | 11 | 157 | 0 | 140 | 63 | 13 | 514 | 134 | 56 |
| Binary | 11100010 | 1001 | 1101111 | 0 | 1100000 | 110011 | 1011 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E2096F
Complementary color
Monochromatic Colors of #E2096F
Black with #E2096F
Text Example
Text Example
White with #E2096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2096F; }
p { color: rgb(226,9,111); }
H1.HeaderClassName
{
color: #E2096F;
}
.AnyTagClassName
{
color: #E2096F;
}
</style>
background-color css
<style>
a { background-color: #E2096F; }
a { background-color: rgb(226,9,111); }
div.DivClassName
{
background-color: #E2096F;
}
.BgClassName
{
background-color: #E2096F;
}
</style>
border-color css
<style>
span { border-color: #E2096F; }
span { border-color: rgb(226,9,111); }
td.TdClassName
{
border-color: #E2096F;
}
.TagClassName
{
border-color: #E2096F;
}
</style>