Shades of Ruby #E6096C
Tints of Ruby #E6096C
RGB
CMYK
RGB Variations
Color information
#E6096C (or 0xE6096C) is known color: Ruby. HEX triplet: E6, 09 and 6C. RGB value is (230,9,108). Sum of RGB (Red+Green+Blue) = 230+9+108=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6096C is #19F693. Grayscale: #565656. Windows color (decimal): -1701524 or 7080422. OLE color: 7080422.
HSL color Cylindrical-coordinate representation of color #E6096C: hue angle of 333.12º 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 #E6096C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.10 |
| HSL | 333.12º | 0.92% | 0.47% | - |
| HSV(B) | 333.12º | 0.96% | 0.9% | - |
| XYZ | 35.44 | 18.1 | 15.81 | - |
| YUV | 86.37 | 140.22 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 108 | 0 | 0.96 | 0.53 | 0.10 | 333.12 | 0.92 | 0.47 |
| Hex | E6 | 9 | 6C | 0 | 60 | 35 | A | 14D | 5C | 2F |
| Octal | 346 | 11 | 154 | 0 | 140 | 65 | 12 | 515 | 134 | 57 |
| Binary | 11100110 | 1001 | 1101100 | 0 | 1100000 | 110101 | 1010 | 101001101 | 1011100 | 101111 |
Color Harmonies of #E6096C
Complementary color
Monochromatic Colors of #E6096C
Black with #E6096C
Text Example
Text Example
White with #E6096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6096C; }
p { color: rgb(230,9,108); }
H1.HeaderClassName
{
color: #E6096C;
}
.AnyTagClassName
{
color: #E6096C;
}
</style>
background-color css
<style>
a { background-color: #E6096C; }
a { background-color: rgb(230,9,108); }
div.DivClassName
{
background-color: #E6096C;
}
.BgClassName
{
background-color: #E6096C;
}
</style>
border-color css
<style>
span { border-color: #E6096C; }
span { border-color: rgb(230,9,108); }
td.TdClassName
{
border-color: #E6096C;
}
.TagClassName
{
border-color: #E6096C;
}
</style>