Shades of Ruby #E31165
Tints of Ruby #E31165
RGB
CMYK
RGB Variations
Color information
#E31165 (or 0xE31165) is known color: Ruby. HEX triplet: E3, 11 and 65. RGB value is (227,17,101). Sum of RGB (Red+Green+Blue) = 227+17+101=345 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.80% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 227 - color contains mainly: red. Hex color #E31165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31165 is #1CEE9A. Grayscale: #595959. Windows color (decimal): -1896091 or 6623715. OLE color: 6623715.
HSL color Cylindrical-coordinate representation of color #E31165: hue angle of 336º 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 #E31165 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 101 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.11 |
| HSL | 336º | 0.86% | 0.48% | - |
| HSV(B) | 336º | 0.93% | 0.89% | - |
| XYZ | 34.23 | 17.67 | 13.92 | - |
| YUV | 89.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 101 | 0 | 0.93 | 0.56 | 0.11 | 336 | 0.86 | 0.48 |
| Hex | E3 | 11 | 65 | 0 | 5D | 38 | B | 150 | 56 | 30 |
| Octal | 343 | 21 | 145 | 0 | 135 | 70 | 13 | 520 | 126 | 60 |
| Binary | 11100011 | 10001 | 1100101 | 0 | 1011101 | 111000 | 1011 | 101010000 | 1010110 | 110000 |
Color Harmonies of #E31165
Complementary color
Monochromatic Colors of #E31165
Black with #E31165
Text Example
Text Example
White with #E31165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31165; }
p { color: rgb(227,17,101); }
H1.HeaderClassName
{
color: #E31165;
}
.AnyTagClassName
{
color: #E31165;
}
</style>
background-color css
<style>
a { background-color: #E31165; }
a { background-color: rgb(227,17,101); }
div.DivClassName
{
background-color: #E31165;
}
.BgClassName
{
background-color: #E31165;
}
</style>
border-color css
<style>
span { border-color: #E31165; }
span { border-color: rgb(227,17,101); }
td.TdClassName
{
border-color: #E31165;
}
.TagClassName
{
border-color: #E31165;
}
</style>