Shades of Ruby #E5105E
Tints of Ruby #E5105E
RGB
CMYK
RGB Variations
Color information
#E5105E (or 0xE5105E) is known color: Ruby. HEX triplet: E5, 10 and 5E. RGB value is (229,16,94). Sum of RGB (Red+Green+Blue) = 229+16+94=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5105E is #1AEFA1. Grayscale: #585858. Windows color (decimal): -1765282 or 6164709. OLE color: 6164709.
HSL color Cylindrical-coordinate representation of color #E5105E: hue angle of 338.03º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5105E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 94 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.10 |
| HSL | 338.03º | 0.87% | 0.48% | - |
| HSV(B) | 338.03º | 0.93% | 0.9% | - |
| XYZ | 34.52 | 17.84 | 12.21 | - |
| YUV | 88.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 94 | 0 | 0.93 | 0.59 | 0.10 | 338.03 | 0.87 | 0.48 |
| Hex | E5 | 10 | 5E | 0 | 5D | 3B | A | 152 | 57 | 30 |
| Octal | 345 | 20 | 136 | 0 | 135 | 73 | 12 | 522 | 127 | 60 |
| Binary | 11100101 | 10000 | 1011110 | 0 | 1011101 | 111011 | 1010 | 101010010 | 1010111 | 110000 |
Color Harmonies of #E5105E
Complementary color
Monochromatic Colors of #E5105E
Black with #E5105E
Text Example
Text Example
White with #E5105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5105E; }
p { color: rgb(229,16,94); }
H1.HeaderClassName
{
color: #E5105E;
}
.AnyTagClassName
{
color: #E5105E;
}
</style>
background-color css
<style>
a { background-color: #E5105E; }
a { background-color: rgb(229,16,94); }
div.DivClassName
{
background-color: #E5105E;
}
.BgClassName
{
background-color: #E5105E;
}
</style>
border-color css
<style>
span { border-color: #E5105E; }
span { border-color: rgb(229,16,94); }
td.TdClassName
{
border-color: #E5105E;
}
.TagClassName
{
border-color: #E5105E;
}
</style>