Shades of Ruby #E3116F
Tints of Ruby #E3116F
RGB
CMYK
RGB Variations
Color information
#E3116F (or 0xE3116F) is known color: Ruby. HEX triplet: E3, 11 and 6F. RGB value is (227,17,111). Sum of RGB (Red+Green+Blue) = 227+17+111=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3116F is #1CEE90. Grayscale: #5A5A5A. Windows color (decimal): -1896081 or 7279075. OLE color: 7279075.
HSL color Cylindrical-coordinate representation of color #E3116F: hue angle of 333.14º 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 #E3116F is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 111 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.11 |
| HSL | 333.14º | 0.86% | 0.48% | - |
| HSV(B) | 333.14º | 0.93% | 0.89% | - |
| XYZ | 34.75 | 17.88 | 16.66 | - |
| YUV | 90.51 | 139.57 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 111 | 0 | 0.93 | 0.51 | 0.11 | 333.14 | 0.86 | 0.48 |
| Hex | E3 | 11 | 6F | 0 | 5D | 33 | B | 14D | 56 | 30 |
| Octal | 343 | 21 | 157 | 0 | 135 | 63 | 13 | 515 | 126 | 60 |
| Binary | 11100011 | 10001 | 1101111 | 0 | 1011101 | 110011 | 1011 | 101001101 | 1010110 | 110000 |
Color Harmonies of #E3116F
Complementary color
Monochromatic Colors of #E3116F
Black with #E3116F
Text Example
Text Example
White with #E3116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3116F; }
p { color: rgb(227,17,111); }
H1.HeaderClassName
{
color: #E3116F;
}
.AnyTagClassName
{
color: #E3116F;
}
</style>
background-color css
<style>
a { background-color: #E3116F; }
a { background-color: rgb(227,17,111); }
div.DivClassName
{
background-color: #E3116F;
}
.BgClassName
{
background-color: #E3116F;
}
</style>
border-color css
<style>
span { border-color: #E3116F; }
span { border-color: rgb(227,17,111); }
td.TdClassName
{
border-color: #E3116F;
}
.TagClassName
{
border-color: #E3116F;
}
</style>