Shades of Ruby #E0116D
Tints of Ruby #E0116D
RGB
CMYK
RGB Variations
Color information
#E0116D (or 0xE0116D) is known color: Ruby. HEX triplet: E0, 11 and 6D. RGB value is (224,17,109). Sum of RGB (Red+Green+Blue) = 224+17+109=350 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 224 - color contains mainly: red. Hex color #E0116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0116D is #1FEE92. Grayscale: #595959. Windows color (decimal): -2092691 or 7148000. OLE color: 7148000.
HSL color Cylindrical-coordinate representation of color #E0116D: hue angle of 333.33º 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 #E0116D is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.12 |
| HSL | 333.33º | 0.86% | 0.47% | - |
| HSV(B) | 333.33º | 0.92% | 0.88% | - |
| XYZ | 33.7 | 17.35 | 16.04 | - |
| YUV | 89.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 109 | 0 | 0.92 | 0.51 | 0.12 | 333.33 | 0.86 | 0.47 |
| Hex | E0 | 11 | 6D | 0 | 5C | 33 | C | 14D | 56 | 2F |
| Octal | 340 | 21 | 155 | 0 | 134 | 63 | 14 | 515 | 126 | 57 |
| Binary | 11100000 | 10001 | 1101101 | 0 | 1011100 | 110011 | 1100 | 101001101 | 1010110 | 101111 |
Color Harmonies of #E0116D
Complementary color
Monochromatic Colors of #E0116D
Black with #E0116D
Text Example
Text Example
White with #E0116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0116D; }
p { color: rgb(224,17,109); }
H1.HeaderClassName
{
color: #E0116D;
}
.AnyTagClassName
{
color: #E0116D;
}
</style>
background-color css
<style>
a { background-color: #E0116D; }
a { background-color: rgb(224,17,109); }
div.DivClassName
{
background-color: #E0116D;
}
.BgClassName
{
background-color: #E0116D;
}
</style>
border-color css
<style>
span { border-color: #E0116D; }
span { border-color: rgb(224,17,109); }
td.TdClassName
{
border-color: #E0116D;
}
.TagClassName
{
border-color: #E0116D;
}
</style>