Shades of Ruby #E3117C
Tints of Ruby #E3117C
RGB
CMYK
RGB Variations
Color information
#E3117C (or 0xE3117C) is known color: Ruby. HEX triplet: E3, 11 and 7C. RGB value is (227,17,124). Sum of RGB (Red+Green+Blue) = 227+17+124=368 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.68% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 227 - color contains mainly: red. Hex color #E3117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3117C is #1CEE83. Grayscale: #5B5B5B. Windows color (decimal): -1896068 or 8131043. OLE color: 8131043.
HSL color Cylindrical-coordinate representation of color #E3117C: hue angle of 329.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 #E3117C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 124 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.11 |
| HSL | 329.43º | 0.86% | 0.48% | - |
| HSV(B) | 329.43º | 0.93% | 0.89% | - |
| XYZ | 35.52 | 18.19 | 20.71 | - |
| YUV | 91.99 | 146.07 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 124 | 0 | 0.93 | 0.45 | 0.11 | 329.43 | 0.86 | 0.48 |
| Hex | E3 | 11 | 7C | 0 | 5D | 2D | B | 149 | 56 | 30 |
| Octal | 343 | 21 | 174 | 0 | 135 | 55 | 13 | 511 | 126 | 60 |
| Binary | 11100011 | 10001 | 1111100 | 0 | 1011101 | 101101 | 1011 | 101001001 | 1010110 | 110000 |
Color Harmonies of #E3117C
Complementary color
Monochromatic Colors of #E3117C
Black with #E3117C
Text Example
Text Example
White with #E3117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3117C; }
p { color: rgb(227,17,124); }
H1.HeaderClassName
{
color: #E3117C;
}
.AnyTagClassName
{
color: #E3117C;
}
</style>
background-color css
<style>
a { background-color: #E3117C; }
a { background-color: rgb(227,17,124); }
div.DivClassName
{
background-color: #E3117C;
}
.BgClassName
{
background-color: #E3117C;
}
</style>
border-color css
<style>
span { border-color: #E3117C; }
span { border-color: rgb(227,17,124); }
td.TdClassName
{
border-color: #E3117C;
}
.TagClassName
{
border-color: #E3117C;
}
</style>