Shades of Ruby #E3106E
Tints of Ruby #E3106E
RGB
CMYK
RGB Variations
Color information
#E3106E (or 0xE3106E) is known color: Ruby. HEX triplet: E3, 10 and 6E. RGB value is (227,16,110). Sum of RGB (Red+Green+Blue) = 227+16+110=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E3106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3106E is #1CEF91. Grayscale: #595959. Windows color (decimal): -1896338 or 7213283. OLE color: 7213283.
HSL color Cylindrical-coordinate representation of color #E3106E: hue angle of 333.27º degrees, saturation: 0.87, 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 #E3106E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.11 |
| HSL | 333.27º | 0.87% | 0.48% | - |
| HSV(B) | 333.27º | 0.93% | 0.89% | - |
| XYZ | 34.68 | 17.83 | 16.37 | - |
| YUV | 89.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 110 | 0 | 0.93 | 0.52 | 0.11 | 333.27 | 0.87 | 0.48 |
| Hex | E3 | 10 | 6E | 0 | 5D | 34 | B | 14D | 57 | 30 |
| Octal | 343 | 20 | 156 | 0 | 135 | 64 | 13 | 515 | 127 | 60 |
| Binary | 11100011 | 10000 | 1101110 | 0 | 1011101 | 110100 | 1011 | 101001101 | 1010111 | 110000 |
Color Harmonies of #E3106E
Complementary color
Monochromatic Colors of #E3106E
Black with #E3106E
Text Example
Text Example
White with #E3106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3106E; }
p { color: rgb(227,16,110); }
H1.HeaderClassName
{
color: #E3106E;
}
.AnyTagClassName
{
color: #E3106E;
}
</style>
background-color css
<style>
a { background-color: #E3106E; }
a { background-color: rgb(227,16,110); }
div.DivClassName
{
background-color: #E3106E;
}
.BgClassName
{
background-color: #E3106E;
}
</style>
border-color css
<style>
span { border-color: #E3106E; }
span { border-color: rgb(227,16,110); }
td.TdClassName
{
border-color: #E3106E;
}
.TagClassName
{
border-color: #E3106E;
}
</style>