Shades of Ruby #E2105D
Tints of Ruby #E2105D
RGB
CMYK
RGB Variations
Color information
#E2105D (or 0xE2105D) is known color: Ruby. HEX triplet: E2, 10 and 5D. RGB value is (226,16,93). Sum of RGB (Red+Green+Blue) = 226+16+93=335 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.46% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105D is #1DEFA2. Grayscale: #575757. Windows color (decimal): -1961891 or 6099170. OLE color: 6099170.
HSL color Cylindrical-coordinate representation of color #E2105D: hue angle of 338º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2105D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 93 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.11 |
| HSL | 338º | 0.87% | 0.47% | - |
| HSV(B) | 338º | 0.93% | 0.89% | - |
| XYZ | 33.53 | 17.33 | 11.93 | - |
| YUV | 87.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 93 | 0 | 0.93 | 0.59 | 0.11 | 338 | 0.87 | 0.47 |
| Hex | E2 | 10 | 5D | 0 | 5D | 3B | B | 152 | 57 | 2F |
| Octal | 342 | 20 | 135 | 0 | 135 | 73 | 13 | 522 | 127 | 57 |
| Binary | 11100010 | 10000 | 1011101 | 0 | 1011101 | 111011 | 1011 | 101010010 | 1010111 | 101111 |
Color Harmonies of #E2105D
Complementary color
Monochromatic Colors of #E2105D
Black with #E2105D
Text Example
Text Example
White with #E2105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2105D; }
p { color: rgb(226,16,93); }
H1.HeaderClassName
{
color: #E2105D;
}
.AnyTagClassName
{
color: #E2105D;
}
</style>
background-color css
<style>
a { background-color: #E2105D; }
a { background-color: rgb(226,16,93); }
div.DivClassName
{
background-color: #E2105D;
}
.BgClassName
{
background-color: #E2105D;
}
</style>
border-color css
<style>
span { border-color: #E2105D; }
span { border-color: rgb(226,16,93); }
td.TdClassName
{
border-color: #E2105D;
}
.TagClassName
{
border-color: #E2105D;
}
</style>