Shades of Ruby #E5096B
Tints of Ruby #E5096B
RGB
CMYK
RGB Variations
Color information
#E5096B (or 0xE5096B) is known color: Ruby. HEX triplet: E5, 09 and 6B. RGB value is (229,9,107). Sum of RGB (Red+Green+Blue) = 229+9+107=345 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.38% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 229 - color contains mainly: red. Hex color #E5096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5096B is #1AF694. Grayscale: #555555. Windows color (decimal): -1767061 or 7014885. OLE color: 7014885.
HSL color Cylindrical-coordinate representation of color #E5096B: hue angle of 333.27º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5096B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.10 |
| HSL | 333.27º | 0.92% | 0.47% | - |
| HSV(B) | 333.27º | 0.96% | 0.9% | - |
| XYZ | 35.06 | 17.91 | 15.52 | - |
| YUV | 85.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 107 | 0 | 0.96 | 0.53 | 0.10 | 333.27 | 0.92 | 0.47 |
| Hex | E5 | 9 | 6B | 0 | 60 | 35 | A | 14D | 5C | 2F |
| Octal | 345 | 11 | 153 | 0 | 140 | 65 | 12 | 515 | 134 | 57 |
| Binary | 11100101 | 1001 | 1101011 | 0 | 1100000 | 110101 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E5096B
Complementary color
Monochromatic Colors of #E5096B
Black with #E5096B
Text Example
Text Example
White with #E5096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5096B; }
p { color: rgb(229,9,107); }
H1.HeaderClassName
{
color: #E5096B;
}
.AnyTagClassName
{
color: #E5096B;
}
</style>
background-color css
<style>
a { background-color: #E5096B; }
a { background-color: rgb(229,9,107); }
div.DivClassName
{
background-color: #E5096B;
}
.BgClassName
{
background-color: #E5096B;
}
</style>
border-color css
<style>
span { border-color: #E5096B; }
span { border-color: rgb(229,9,107); }
td.TdClassName
{
border-color: #E5096B;
}
.TagClassName
{
border-color: #E5096B;
}
</style>