Shades of Ruby #E4096D
Tints of Ruby #E4096D
RGB
CMYK
RGB Variations
Color information
#E4096D (or 0xE4096D) is known color: Ruby. HEX triplet: E4, 09 and 6D. RGB value is (228,9,109). Sum of RGB (Red+Green+Blue) = 228+9+109=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E4096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4096D is #1BF692. Grayscale: #555555. Windows color (decimal): -1832595 or 7145956. OLE color: 7145956.
HSL color Cylindrical-coordinate representation of color #E4096D: hue angle of 332.6º 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 #E4096D is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.11 |
| HSL | 332.6º | 0.92% | 0.46% | - |
| HSV(B) | 332.6º | 0.96% | 0.89% | - |
| XYZ | 34.85 | 17.79 | 16.07 | - |
| YUV | 85.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 109 | 0 | 0.96 | 0.52 | 0.11 | 332.6 | 0.92 | 0.46 |
| Hex | E4 | 9 | 6D | 0 | 60 | 34 | B | 14D | 5C | 2E |
| Octal | 344 | 11 | 155 | 0 | 140 | 64 | 13 | 515 | 134 | 56 |
| Binary | 11100100 | 1001 | 1101101 | 0 | 1100000 | 110100 | 1011 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E4096D
Complementary color
Monochromatic Colors of #E4096D
Black with #E4096D
Text Example
Text Example
White with #E4096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4096D; }
p { color: rgb(228,9,109); }
H1.HeaderClassName
{
color: #E4096D;
}
.AnyTagClassName
{
color: #E4096D;
}
</style>
background-color css
<style>
a { background-color: #E4096D; }
a { background-color: rgb(228,9,109); }
div.DivClassName
{
background-color: #E4096D;
}
.BgClassName
{
background-color: #E4096D;
}
</style>
border-color css
<style>
span { border-color: #E4096D; }
span { border-color: rgb(228,9,109); }
td.TdClassName
{
border-color: #E4096D;
}
.TagClassName
{
border-color: #E4096D;
}
</style>