Shades of Ruby #E3117A
Tints of Ruby #E3117A
RGB
CMYK
RGB Variations
Color information
#E3117A (or 0xE3117A) is known color: Ruby. HEX triplet: E3, 11 and 7A. RGB value is (227,17,122). Sum of RGB (Red+Green+Blue) = 227+17+122=366 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.02% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 227 - color contains mainly: red. Hex color #E3117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3117A is #1CEE85. Grayscale: #5B5B5B. Windows color (decimal): -1896070 or 7999971. OLE color: 7999971.
HSL color Cylindrical-coordinate representation of color #E3117A: hue angle of 330º 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 #E3117A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 122 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.11 |
| HSL | 330º | 0.86% | 0.48% | - |
| HSV(B) | 330º | 0.93% | 0.89% | - |
| XYZ | 35.39 | 18.14 | 20.05 | - |
| YUV | 91.76 | 145.07 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 122 | 0 | 0.93 | 0.46 | 0.11 | 330 | 0.86 | 0.48 |
| Hex | E3 | 11 | 7A | 0 | 5D | 2E | B | 14A | 56 | 30 |
| Octal | 343 | 21 | 172 | 0 | 135 | 56 | 13 | 512 | 126 | 60 |
| Binary | 11100011 | 10001 | 1111010 | 0 | 1011101 | 101110 | 1011 | 101001010 | 1010110 | 110000 |
Color Harmonies of #E3117A
Complementary color
Monochromatic Colors of #E3117A
Black with #E3117A
Text Example
Text Example
White with #E3117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3117A; }
p { color: rgb(227,17,122); }
H1.HeaderClassName
{
color: #E3117A;
}
.AnyTagClassName
{
color: #E3117A;
}
</style>
background-color css
<style>
a { background-color: #E3117A; }
a { background-color: rgb(227,17,122); }
div.DivClassName
{
background-color: #E3117A;
}
.BgClassName
{
background-color: #E3117A;
}
</style>
border-color css
<style>
span { border-color: #E3117A; }
span { border-color: rgb(227,17,122); }
td.TdClassName
{
border-color: #E3117A;
}
.TagClassName
{
border-color: #E3117A;
}
</style>