Shades of Ruby #E2105C
Tints of Ruby #E2105C
RGB
CMYK
RGB Variations
Color information
#E2105C (or 0xE2105C) is known color: Ruby. HEX triplet: E2, 10 and 5C. RGB value is (226,16,92). Sum of RGB (Red+Green+Blue) = 226+16+92=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2105C is #1DEFA3. Grayscale: #575757. Windows color (decimal): -1961892 or 6033634. OLE color: 6033634.
HSL color Cylindrical-coordinate representation of color #E2105C: hue angle of 338.29º 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 #E2105C is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 92 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.11 |
| HSL | 338.29º | 0.87% | 0.47% | - |
| HSV(B) | 338.29º | 0.93% | 0.89% | - |
| XYZ | 33.48 | 17.31 | 11.7 | - |
| YUV | 87.45 | 130.57 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 92 | 0 | 0.93 | 0.59 | 0.11 | 338.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | 5C | 0 | 5D | 3B | B | 152 | 57 | 2F |
| Octal | 342 | 20 | 134 | 0 | 135 | 73 | 13 | 522 | 127 | 57 |
| Binary | 11100010 | 10000 | 1011100 | 0 | 1011101 | 111011 | 1011 | 101010010 | 1010111 | 101111 |
Color Harmonies of #E2105C
Complementary color
Monochromatic Colors of #E2105C
Black with #E2105C
Text Example
Text Example
White with #E2105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2105C; }
p { color: rgb(226,16,92); }
H1.HeaderClassName
{
color: #E2105C;
}
.AnyTagClassName
{
color: #E2105C;
}
</style>
background-color css
<style>
a { background-color: #E2105C; }
a { background-color: rgb(226,16,92); }
div.DivClassName
{
background-color: #E2105C;
}
.BgClassName
{
background-color: #E2105C;
}
</style>
border-color css
<style>
span { border-color: #E2105C; }
span { border-color: rgb(226,16,92); }
td.TdClassName
{
border-color: #E2105C;
}
.TagClassName
{
border-color: #E2105C;
}
</style>