Shades of Ruby #E6136E
Tints of Ruby #E6136E
RGB
CMYK
RGB Variations
Color information
#E6136E (or 0xE6136E) is known color: Ruby. HEX triplet: E6, 13 and 6E. RGB value is (230,19,110). Sum of RGB (Red+Green+Blue) = 230+19+110=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6136E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6136E is #19EC91. Grayscale: #5C5C5C. Windows color (decimal): -1698962 or 7214054. OLE color: 7214054.
HSL color Cylindrical-coordinate representation of color #E6136E: hue angle of 334.12º 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 #E6136E is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 110 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.10 |
| HSL | 334.12º | 0.85% | 0.49% | - |
| HSV(B) | 334.12º | 0.92% | 0.9% | - |
| XYZ | 35.68 | 18.41 | 16.43 | - |
| YUV | 92.46 | 137.9 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 110 | 0 | 0.92 | 0.52 | 0.10 | 334.12 | 0.85 | 0.49 |
| Hex | E6 | 13 | 6E | 0 | 5C | 34 | A | 14E | 55 | 31 |
| Octal | 346 | 23 | 156 | 0 | 134 | 64 | 12 | 516 | 125 | 61 |
| Binary | 11100110 | 10011 | 1101110 | 0 | 1011100 | 110100 | 1010 | 101001110 | 1010101 | 110001 |
Color Harmonies of #E6136E
Complementary color
Monochromatic Colors of #E6136E
Black with #E6136E
Text Example
Text Example
White with #E6136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6136E; }
p { color: rgb(230,19,110); }
H1.HeaderClassName
{
color: #E6136E;
}
.AnyTagClassName
{
color: #E6136E;
}
</style>
background-color css
<style>
a { background-color: #E6136E; }
a { background-color: rgb(230,19,110); }
div.DivClassName
{
background-color: #E6136E;
}
.BgClassName
{
background-color: #E6136E;
}
</style>
border-color css
<style>
span { border-color: #E6136E; }
span { border-color: rgb(230,19,110); }
td.TdClassName
{
border-color: #E6136E;
}
.TagClassName
{
border-color: #E6136E;
}
</style>