Shades of Ruby #E3105D
Tints of Ruby #E3105D
RGB
CMYK
RGB Variations
Color information
#E3105D (or 0xE3105D) is known color: Ruby. HEX triplet: E3, 10 and 5D. RGB value is (227,16,93). Sum of RGB (Red+Green+Blue) = 227+16+93=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3105D is #1CEFA2. Grayscale: #575757. Windows color (decimal): -1896355 or 6099171. OLE color: 6099171.
HSL color Cylindrical-coordinate representation of color #E3105D: hue angle of 338.1º degrees, saturation: 0.87, 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 #E3105D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.11 |
| HSL | 338.1º | 0.87% | 0.48% | - |
| HSV(B) | 338.1º | 0.93% | 0.89% | - |
| XYZ | 33.84 | 17.49 | 11.95 | - |
| YUV | 87.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 16 | 93 | 0 | 0.93 | 0.59 | 0.11 | 338.1 | 0.87 | 0.48 |
| Hex | E3 | 10 | 5D | 0 | 5D | 3B | B | 152 | 57 | 30 |
| Octal | 343 | 20 | 135 | 0 | 135 | 73 | 13 | 522 | 127 | 60 |
| Binary | 11100011 | 10000 | 1011101 | 0 | 1011101 | 111011 | 1011 | 101010010 | 1010111 | 110000 |
Color Harmonies of #E3105D
Complementary color
Monochromatic Colors of #E3105D
Black with #E3105D
Text Example
Text Example
White with #E3105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3105D; }
p { color: rgb(227,16,93); }
H1.HeaderClassName
{
color: #E3105D;
}
.AnyTagClassName
{
color: #E3105D;
}
</style>
background-color css
<style>
a { background-color: #E3105D; }
a { background-color: rgb(227,16,93); }
div.DivClassName
{
background-color: #E3105D;
}
.BgClassName
{
background-color: #E3105D;
}
</style>
border-color css
<style>
span { border-color: #E3105D; }
span { border-color: rgb(227,16,93); }
td.TdClassName
{
border-color: #E3105D;
}
.TagClassName
{
border-color: #E3105D;
}
</style>