Shades of Ruby #E3115E
Tints of Ruby #E3115E
RGB
CMYK
RGB Variations
Color information
#E3115E (or 0xE3115E) is known color: Ruby. HEX triplet: E3, 11 and 5E. RGB value is (227,17,94). Sum of RGB (Red+Green+Blue) = 227+17+94=338 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.16% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 227 - color contains mainly: red. Hex color #E3115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3115E is #1CEEA1. Grayscale: #585858. Windows color (decimal): -1896098 or 6164963. OLE color: 6164963.
HSL color Cylindrical-coordinate representation of color #E3115E: hue angle of 338º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3115E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 94 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.11 |
| HSL | 338º | 0.86% | 0.48% | - |
| HSV(B) | 338º | 0.93% | 0.89% | - |
| XYZ | 33.9 | 17.54 | 12.19 | - |
| YUV | 88.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 94 | 0 | 0.93 | 0.59 | 0.11 | 338 | 0.86 | 0.48 |
| Hex | E3 | 11 | 5E | 0 | 5D | 3B | B | 152 | 56 | 30 |
| Octal | 343 | 21 | 136 | 0 | 135 | 73 | 13 | 522 | 126 | 60 |
| Binary | 11100011 | 10001 | 1011110 | 0 | 1011101 | 111011 | 1011 | 101010010 | 1010110 | 110000 |
Color Harmonies of #E3115E
Complementary color
Monochromatic Colors of #E3115E
Black with #E3115E
Text Example
Text Example
White with #E3115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3115E; }
p { color: rgb(227,17,94); }
H1.HeaderClassName
{
color: #E3115E;
}
.AnyTagClassName
{
color: #E3115E;
}
</style>
background-color css
<style>
a { background-color: #E3115E; }
a { background-color: rgb(227,17,94); }
div.DivClassName
{
background-color: #E3115E;
}
.BgClassName
{
background-color: #E3115E;
}
</style>
border-color css
<style>
span { border-color: #E3115E; }
span { border-color: rgb(227,17,94); }
td.TdClassName
{
border-color: #E3115E;
}
.TagClassName
{
border-color: #E3115E;
}
</style>