Shades of Ruby #E0116F
Tints of Ruby #E0116F
RGB
CMYK
RGB Variations
Color information
#E0116F (or 0xE0116F) is known color: Ruby. HEX triplet: E0, 11 and 6F. RGB value is (224,17,111). Sum of RGB (Red+Green+Blue) = 224+17+111=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116F is #1FEE90. Grayscale: #595959. Windows color (decimal): -2092689 or 7279072. OLE color: 7279072.
HSL color Cylindrical-coordinate representation of color #E0116F: hue angle of 332.75º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0116F is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 111 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.12 |
| HSL | 332.75º | 0.86% | 0.47% | - |
| HSV(B) | 332.75º | 0.92% | 0.88% | - |
| XYZ | 33.81 | 17.4 | 16.61 | - |
| YUV | 89.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 111 | 0 | 0.92 | 0.50 | 0.12 | 332.75 | 0.86 | 0.47 |
| Hex | E0 | 11 | 6F | 0 | 5C | 32 | C | 14D | 56 | 2F |
| Octal | 340 | 21 | 157 | 0 | 134 | 62 | 14 | 515 | 126 | 57 |
| Binary | 11100000 | 10001 | 1101111 | 0 | 1011100 | 110010 | 1100 | 101001101 | 1010110 | 101111 |
Color Harmonies of #E0116F
Complementary color
Monochromatic Colors of #E0116F
Black with #E0116F
Text Example
Text Example
White with #E0116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0116F; }
p { color: rgb(224,17,111); }
H1.HeaderClassName
{
color: #E0116F;
}
.AnyTagClassName
{
color: #E0116F;
}
</style>
background-color css
<style>
a { background-color: #E0116F; }
a { background-color: rgb(224,17,111); }
div.DivClassName
{
background-color: #E0116F;
}
.BgClassName
{
background-color: #E0116F;
}
</style>
border-color css
<style>
span { border-color: #E0116F; }
span { border-color: rgb(224,17,111); }
td.TdClassName
{
border-color: #E0116F;
}
.TagClassName
{
border-color: #E0116F;
}
</style>