Shades of Ruby #E0096D
Tints of Ruby #E0096D
RGB
CMYK
RGB Variations
Color information
#E0096D (or 0xE0096D) is known color: Ruby. HEX triplet: E0, 09 and 6D. RGB value is (224,9,109). Sum of RGB (Red+Green+Blue) = 224+9+109=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E0096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0096D is #1FF692. Grayscale: #545454. Windows color (decimal): -2094739 or 7145952. OLE color: 7145952.
HSL color Cylindrical-coordinate representation of color #E0096D: hue angle of 332.09º 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 #E0096D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.12 |
| HSL | 332.09º | 0.92% | 0.46% | - |
| HSV(B) | 332.09º | 0.96% | 0.88% | - |
| XYZ | 33.6 | 17.15 | 16.01 | - |
| YUV | 84.69 | 141.73 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 109 | 0 | 0.96 | 0.51 | 0.12 | 332.09 | 0.92 | 0.46 |
| Hex | E0 | 9 | 6D | 0 | 60 | 33 | C | 14C | 5C | 2E |
| Octal | 340 | 11 | 155 | 0 | 140 | 63 | 14 | 514 | 134 | 56 |
| Binary | 11100000 | 1001 | 1101101 | 0 | 1100000 | 110011 | 1100 | 101001100 | 1011100 | 101110 |
Color Harmonies of #E0096D
Complementary color
Monochromatic Colors of #E0096D
Black with #E0096D
Text Example
Text Example
White with #E0096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0096D; }
p { color: rgb(224,9,109); }
H1.HeaderClassName
{
color: #E0096D;
}
.AnyTagClassName
{
color: #E0096D;
}
</style>
background-color css
<style>
a { background-color: #E0096D; }
a { background-color: rgb(224,9,109); }
div.DivClassName
{
background-color: #E0096D;
}
.BgClassName
{
background-color: #E0096D;
}
</style>
border-color css
<style>
span { border-color: #E0096D; }
span { border-color: rgb(224,9,109); }
td.TdClassName
{
border-color: #E0096D;
}
.TagClassName
{
border-color: #E0096D;
}
</style>