Shades of Ruby #E6115E
Tints of Ruby #E6115E
RGB
CMYK
RGB Variations
Color information
#E6115E (or 0xE6115E) is known color: Ruby. HEX triplet: E6, 11 and 5E. RGB value is (230,17,94). Sum of RGB (Red+Green+Blue) = 230+17+94=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E6115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6115E is #19EEA1. Grayscale: #595959. Windows color (decimal): -1699490 or 6164966. OLE color: 6164966.
HSL color Cylindrical-coordinate representation of color #E6115E: hue angle of 338.31º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6115E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 94 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.10 |
| HSL | 338.31º | 0.86% | 0.48% | - |
| HSV(B) | 338.31º | 0.93% | 0.9% | - |
| XYZ | 34.85 | 18.03 | 12.23 | - |
| YUV | 89.47 | 130.57 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 94 | 0 | 0.93 | 0.59 | 0.10 | 338.31 | 0.86 | 0.48 |
| Hex | E6 | 11 | 5E | 0 | 5D | 3B | A | 152 | 56 | 30 |
| Octal | 346 | 21 | 136 | 0 | 135 | 73 | 12 | 522 | 126 | 60 |
| Binary | 11100110 | 10001 | 1011110 | 0 | 1011101 | 111011 | 1010 | 101010010 | 1010110 | 110000 |
Color Harmonies of #E6115E
Complementary color
Monochromatic Colors of #E6115E
Black with #E6115E
Text Example
Text Example
White with #E6115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6115E; }
p { color: rgb(230,17,94); }
H1.HeaderClassName
{
color: #E6115E;
}
.AnyTagClassName
{
color: #E6115E;
}
</style>
background-color css
<style>
a { background-color: #E6115E; }
a { background-color: rgb(230,17,94); }
div.DivClassName
{
background-color: #E6115E;
}
.BgClassName
{
background-color: #E6115E;
}
</style>
border-color css
<style>
span { border-color: #E6115E; }
span { border-color: rgb(230,17,94); }
td.TdClassName
{
border-color: #E6115E;
}
.TagClassName
{
border-color: #E6115E;
}
</style>