Shades of Ruby #E6115D
Tints of Ruby #E6115D
RGB
CMYK
RGB Variations
Color information
#E6115D (or 0xE6115D) is known color: Ruby. HEX triplet: E6, 11 and 5D. RGB value is (230,17,93). Sum of RGB (Red+Green+Blue) = 230+17+93=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6115D is #19EEA2. Grayscale: #595959. Windows color (decimal): -1699491 or 6099430. OLE color: 6099430.
HSL color Cylindrical-coordinate representation of color #E6115D: hue angle of 338.59º 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 #E6115D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.10 |
| HSL | 338.59º | 0.86% | 0.48% | - |
| HSV(B) | 338.59º | 0.93% | 0.9% | - |
| XYZ | 34.81 | 18.01 | 12 | - |
| YUV | 89.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 93 | 0 | 0.93 | 0.60 | 0.10 | 338.59 | 0.86 | 0.48 |
| Hex | E6 | 11 | 5D | 0 | 5D | 3C | A | 153 | 56 | 30 |
| Octal | 346 | 21 | 135 | 0 | 135 | 74 | 12 | 523 | 126 | 60 |
| Binary | 11100110 | 10001 | 1011101 | 0 | 1011101 | 111100 | 1010 | 101010011 | 1010110 | 110000 |
Color Harmonies of #E6115D
Complementary color
Monochromatic Colors of #E6115D
Black with #E6115D
Text Example
Text Example
White with #E6115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6115D; }
p { color: rgb(230,17,93); }
H1.HeaderClassName
{
color: #E6115D;
}
.AnyTagClassName
{
color: #E6115D;
}
</style>
background-color css
<style>
a { background-color: #E6115D; }
a { background-color: rgb(230,17,93); }
div.DivClassName
{
background-color: #E6115D;
}
.BgClassName
{
background-color: #E6115D;
}
</style>
border-color css
<style>
span { border-color: #E6115D; }
span { border-color: rgb(230,17,93); }
td.TdClassName
{
border-color: #E6115D;
}
.TagClassName
{
border-color: #E6115D;
}
</style>