Shades of Ruby #E6135E
Tints of Ruby #E6135E
RGB
CMYK
RGB Variations
Color information
#E6135E (or 0xE6135E) is known color: Ruby. HEX triplet: E6, 13 and 5E. RGB value is (230,19,94). Sum of RGB (Red+Green+Blue) = 230+19+94=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6135E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6135E is #19ECA1. Grayscale: #5A5A5A. Windows color (decimal): -1698978 or 6165478. OLE color: 6165478.
HSL color Cylindrical-coordinate representation of color #E6135E: hue angle of 338.67º 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 #E6135E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 94 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.10 |
| HSL | 338.67º | 0.85% | 0.49% | - |
| HSV(B) | 338.67º | 0.92% | 0.9% | - |
| XYZ | 34.89 | 18.1 | 12.24 | - |
| YUV | 90.64 | 129.9 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 94 | 0 | 0.92 | 0.59 | 0.10 | 338.67 | 0.85 | 0.49 |
| Hex | E6 | 13 | 5E | 0 | 5C | 3B | A | 153 | 55 | 31 |
| Octal | 346 | 23 | 136 | 0 | 134 | 73 | 12 | 523 | 125 | 61 |
| Binary | 11100110 | 10011 | 1011110 | 0 | 1011100 | 111011 | 1010 | 101010011 | 1010101 | 110001 |
Color Harmonies of #E6135E
Complementary color
Monochromatic Colors of #E6135E
Black with #E6135E
Text Example
Text Example
White with #E6135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6135E; }
p { color: rgb(230,19,94); }
H1.HeaderClassName
{
color: #E6135E;
}
.AnyTagClassName
{
color: #E6135E;
}
</style>
background-color css
<style>
a { background-color: #E6135E; }
a { background-color: rgb(230,19,94); }
div.DivClassName
{
background-color: #E6135E;
}
.BgClassName
{
background-color: #E6135E;
}
</style>
border-color css
<style>
span { border-color: #E6135E; }
span { border-color: rgb(230,19,94); }
td.TdClassName
{
border-color: #E6135E;
}
.TagClassName
{
border-color: #E6135E;
}
</style>