Shades of Ruby #E0096B
Tints of Ruby #E0096B
RGB
CMYK
RGB Variations
Color information
#E0096B (or 0xE0096B) is known color: Ruby. HEX triplet: E0, 09 and 6B. RGB value is (224,9,107). Sum of RGB (Red+Green+Blue) = 224+9+107=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0096B is #1FF694. Grayscale: #545454. Windows color (decimal): -2094741 or 7014880. OLE color: 7014880.
HSL color Cylindrical-coordinate representation of color #E0096B: hue angle of 332.65º 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 #E0096B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.65º | 0.92% | 0.46% | - |
| HSV(B) | 332.65º | 0.96% | 0.88% | - |
| XYZ | 33.49 | 17.1 | 15.45 | - |
| YUV | 84.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 107 | 0 | 0.96 | 0.52 | 0.12 | 332.65 | 0.92 | 0.46 |
| Hex | E0 | 9 | 6B | 0 | 60 | 34 | C | 14D | 5C | 2E |
| Octal | 340 | 11 | 153 | 0 | 140 | 64 | 14 | 515 | 134 | 56 |
| Binary | 11100000 | 1001 | 1101011 | 0 | 1100000 | 110100 | 1100 | 101001101 | 1011100 | 101110 |
Color Harmonies of #E0096B
Complementary color
Monochromatic Colors of #E0096B
Black with #E0096B
Text Example
Text Example
White with #E0096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0096B; }
p { color: rgb(224,9,107); }
H1.HeaderClassName
{
color: #E0096B;
}
.AnyTagClassName
{
color: #E0096B;
}
</style>
background-color css
<style>
a { background-color: #E0096B; }
a { background-color: rgb(224,9,107); }
div.DivClassName
{
background-color: #E0096B;
}
.BgClassName
{
background-color: #E0096B;
}
</style>
border-color css
<style>
span { border-color: #E0096B; }
span { border-color: rgb(224,9,107); }
td.TdClassName
{
border-color: #E0096B;
}
.TagClassName
{
border-color: #E0096B;
}
</style>