Shades of Ruby #E1105D
Tints of Ruby #E1105D
RGB
CMYK
RGB Variations
Color information
#E1105D (or 0xE1105D) is known color: Ruby. HEX triplet: E1, 10 and 5D. RGB value is (225,16,93). Sum of RGB (Red+Green+Blue) = 225+16+93=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1105D is #1EEFA2. Grayscale: #575757. Windows color (decimal): -2027427 or 6099169. OLE color: 6099169.
HSL color Cylindrical-coordinate representation of color #E1105D: hue angle of 337.89º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1105D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.12 |
| HSL | 337.89º | 0.87% | 0.47% | - |
| HSV(B) | 337.89º | 0.93% | 0.88% | - |
| XYZ | 33.21 | 17.17 | 11.92 | - |
| YUV | 87.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 93 | 0 | 0.93 | 0.59 | 0.12 | 337.89 | 0.87 | 0.47 |
| Hex | E1 | 10 | 5D | 0 | 5D | 3B | C | 152 | 57 | 2F |
| Octal | 341 | 20 | 135 | 0 | 135 | 73 | 14 | 522 | 127 | 57 |
| Binary | 11100001 | 10000 | 1011101 | 0 | 1011101 | 111011 | 1100 | 101010010 | 1010111 | 101111 |
Color Harmonies of #E1105D
Complementary color
Monochromatic Colors of #E1105D
Black with #E1105D
Text Example
Text Example
White with #E1105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1105D; }
p { color: rgb(225,16,93); }
H1.HeaderClassName
{
color: #E1105D;
}
.AnyTagClassName
{
color: #E1105D;
}
</style>
background-color css
<style>
a { background-color: #E1105D; }
a { background-color: rgb(225,16,93); }
div.DivClassName
{
background-color: #E1105D;
}
.BgClassName
{
background-color: #E1105D;
}
</style>
border-color css
<style>
span { border-color: #E1105D; }
span { border-color: rgb(225,16,93); }
td.TdClassName
{
border-color: #E1105D;
}
.TagClassName
{
border-color: #E1105D;
}
</style>