Shades of Ruby #E6096E
Tints of Ruby #E6096E
RGB
CMYK
RGB Variations
Color information
#E6096E (or 0xE6096E) is known color: Ruby. HEX triplet: E6, 09 and 6E. RGB value is (230,9,110). Sum of RGB (Red+Green+Blue) = 230+9+110=349 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.90% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 230 - color contains mainly: red. Hex color #E6096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6096E is #19F691. Grayscale: #565656. Windows color (decimal): -1701522 or 7211494. OLE color: 7211494.
HSL color Cylindrical-coordinate representation of color #E6096E: hue angle of 332.58º 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 #E6096E is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.10 |
| HSL | 332.58º | 0.92% | 0.47% | - |
| HSV(B) | 332.58º | 0.96% | 0.9% | - |
| XYZ | 35.55 | 18.14 | 16.38 | - |
| YUV | 86.59 | 141.22 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 110 | 0 | 0.96 | 0.52 | 0.10 | 332.58 | 0.92 | 0.47 |
| Hex | E6 | 9 | 6E | 0 | 60 | 34 | A | 14D | 5C | 2F |
| Octal | 346 | 11 | 156 | 0 | 140 | 64 | 12 | 515 | 134 | 57 |
| Binary | 11100110 | 1001 | 1101110 | 0 | 1100000 | 110100 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E6096E
Complementary color
Monochromatic Colors of #E6096E
Black with #E6096E
Text Example
Text Example
White with #E6096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6096E; }
p { color: rgb(230,9,110); }
H1.HeaderClassName
{
color: #E6096E;
}
.AnyTagClassName
{
color: #E6096E;
}
</style>
background-color css
<style>
a { background-color: #E6096E; }
a { background-color: rgb(230,9,110); }
div.DivClassName
{
background-color: #E6096E;
}
.BgClassName
{
background-color: #E6096E;
}
</style>
border-color css
<style>
span { border-color: #E6096E; }
span { border-color: rgb(230,9,110); }
td.TdClassName
{
border-color: #E6096E;
}
.TagClassName
{
border-color: #E6096E;
}
</style>