Shades of Ruby #E3116E
Tints of Ruby #E3116E
RGB
CMYK
RGB Variations
Color information
#E3116E (or 0xE3116E) is known color: Ruby. HEX triplet: E3, 11 and 6E. RGB value is (227,17,110). Sum of RGB (Red+Green+Blue) = 227+17+110=354 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.12% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 227 - color contains mainly: red. Hex color #E3116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3116E is #1CEE91. Grayscale: #5A5A5A. Windows color (decimal): -1896082 or 7213539. OLE color: 7213539.
HSL color Cylindrical-coordinate representation of color #E3116E: hue angle of 333.43º 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 #E3116E is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 110 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.11 |
| HSL | 333.43º | 0.86% | 0.48% | - |
| HSV(B) | 333.43º | 0.93% | 0.89% | - |
| XYZ | 34.69 | 17.86 | 16.37 | - |
| YUV | 90.39 | 139.07 | 225.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 110 | 0 | 0.93 | 0.52 | 0.11 | 333.43 | 0.86 | 0.48 |
| Hex | E3 | 11 | 6E | 0 | 5D | 34 | B | 14D | 56 | 30 |
| Octal | 343 | 21 | 156 | 0 | 135 | 64 | 13 | 515 | 126 | 60 |
| Binary | 11100011 | 10001 | 1101110 | 0 | 1011101 | 110100 | 1011 | 101001101 | 1010110 | 110000 |
Color Harmonies of #E3116E
Complementary color
Monochromatic Colors of #E3116E
Black with #E3116E
Text Example
Text Example
White with #E3116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3116E; }
p { color: rgb(227,17,110); }
H1.HeaderClassName
{
color: #E3116E;
}
.AnyTagClassName
{
color: #E3116E;
}
</style>
background-color css
<style>
a { background-color: #E3116E; }
a { background-color: rgb(227,17,110); }
div.DivClassName
{
background-color: #E3116E;
}
.BgClassName
{
background-color: #E3116E;
}
</style>
border-color css
<style>
span { border-color: #E3116E; }
span { border-color: rgb(227,17,110); }
td.TdClassName
{
border-color: #E3116E;
}
.TagClassName
{
border-color: #E3116E;
}
</style>