Shades of Ruby #E5096D
Tints of Ruby #E5096D
RGB
CMYK
RGB Variations
Color information
#E5096D (or 0xE5096D) is known color: Ruby. HEX triplet: E5, 09 and 6D. RGB value is (229,9,109). Sum of RGB (Red+Green+Blue) = 229+9+109=347 (45% of max value = 765). Red value is 229 (89.84% from 255 or 65.99% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 229 - color contains mainly: red. Hex color #E5096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5096D is #1AF692. Grayscale: #565656. Windows color (decimal): -1767059 or 7145957. OLE color: 7145957.
HSL color Cylindrical-coordinate representation of color #E5096D: hue angle of 332.73º 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 #E5096D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.10 |
| HSL | 332.73º | 0.92% | 0.47% | - |
| HSV(B) | 332.73º | 0.96% | 0.9% | - |
| XYZ | 35.17 | 17.96 | 16.08 | - |
| YUV | 86.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 9 | 109 | 0 | 0.96 | 0.52 | 0.10 | 332.73 | 0.92 | 0.47 |
| Hex | E5 | 9 | 6D | 0 | 60 | 34 | A | 14D | 5C | 2F |
| Octal | 345 | 11 | 155 | 0 | 140 | 64 | 12 | 515 | 134 | 57 |
| Binary | 11100101 | 1001 | 1101101 | 0 | 1100000 | 110100 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E5096D
Complementary color
Monochromatic Colors of #E5096D
Black with #E5096D
Text Example
Text Example
White with #E5096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5096D; }
p { color: rgb(229,9,109); }
H1.HeaderClassName
{
color: #E5096D;
}
.AnyTagClassName
{
color: #E5096D;
}
</style>
background-color css
<style>
a { background-color: #E5096D; }
a { background-color: rgb(229,9,109); }
div.DivClassName
{
background-color: #E5096D;
}
.BgClassName
{
background-color: #E5096D;
}
</style>
border-color css
<style>
span { border-color: #E5096D; }
span { border-color: rgb(229,9,109); }
td.TdClassName
{
border-color: #E5096D;
}
.TagClassName
{
border-color: #E5096D;
}
</style>