Shades of Ruby #E6136C
Tints of Ruby #E6136C
RGB
CMYK
RGB Variations
Color information
#E6136C (or 0xE6136C) is known color: Ruby. HEX triplet: E6, 13 and 6C. RGB value is (230,19,108). Sum of RGB (Red+Green+Blue) = 230+19+108=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6136C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6136C is #19EC93. Grayscale: #5C5C5C. Windows color (decimal): -1698964 or 7082982. OLE color: 7082982.
HSL color Cylindrical-coordinate representation of color #E6136C: hue angle of 334.69º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6136C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 108 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.10 |
| HSL | 334.69º | 0.85% | 0.49% | - |
| HSV(B) | 334.69º | 0.92% | 0.9% | - |
| XYZ | 35.57 | 18.37 | 15.86 | - |
| YUV | 92.24 | 136.9 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 108 | 0 | 0.92 | 0.53 | 0.10 | 334.69 | 0.85 | 0.49 |
| Hex | E6 | 13 | 6C | 0 | 5C | 35 | A | 14F | 55 | 31 |
| Octal | 346 | 23 | 154 | 0 | 134 | 65 | 12 | 517 | 125 | 61 |
| Binary | 11100110 | 10011 | 1101100 | 0 | 1011100 | 110101 | 1010 | 101001111 | 1010101 | 110001 |
Color Harmonies of #E6136C
Complementary color
Monochromatic Colors of #E6136C
Black with #E6136C
Text Example
Text Example
White with #E6136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6136C; }
p { color: rgb(230,19,108); }
H1.HeaderClassName
{
color: #E6136C;
}
.AnyTagClassName
{
color: #E6136C;
}
</style>
background-color css
<style>
a { background-color: #E6136C; }
a { background-color: rgb(230,19,108); }
div.DivClassName
{
background-color: #E6136C;
}
.BgClassName
{
background-color: #E6136C;
}
</style>
border-color css
<style>
span { border-color: #E6136C; }
span { border-color: rgb(230,19,108); }
td.TdClassName
{
border-color: #E6136C;
}
.TagClassName
{
border-color: #E6136C;
}
</style>