Shades of Ruby #E5107A
Tints of Ruby #E5107A
RGB
CMYK
RGB Variations
Color information
#E5107A (or 0xE5107A) is known color: Ruby. HEX triplet: E5, 10 and 7A. RGB value is (229,16,122). Sum of RGB (Red+Green+Blue) = 229+16+122=367 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.40% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 229 - color contains mainly: red. Hex color #E5107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5107A is #1AEF85. Grayscale: #5B5B5B. Windows color (decimal): -1765254 or 7999717. OLE color: 7999717.
HSL color Cylindrical-coordinate representation of color #E5107A: hue angle of 330.14º 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 #E5107A is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 330.14º | 0.87% | 0.48% | - |
| HSV(B) | 330.14º | 0.93% | 0.9% | - |
| XYZ | 36.01 | 18.43 | 20.07 | - |
| YUV | 91.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 122 | 0 | 0.93 | 0.47 | 0.10 | 330.14 | 0.87 | 0.48 |
| Hex | E5 | 10 | 7A | 0 | 5D | 2F | A | 14A | 57 | 30 |
| Octal | 345 | 20 | 172 | 0 | 135 | 57 | 12 | 512 | 127 | 60 |
| Binary | 11100101 | 10000 | 1111010 | 0 | 1011101 | 101111 | 1010 | 101001010 | 1010111 | 110000 |
Color Harmonies of #E5107A
Complementary color
Monochromatic Colors of #E5107A
Black with #E5107A
Text Example
Text Example
White with #E5107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5107A; }
p { color: rgb(229,16,122); }
H1.HeaderClassName
{
color: #E5107A;
}
.AnyTagClassName
{
color: #E5107A;
}
</style>
background-color css
<style>
a { background-color: #E5107A; }
a { background-color: rgb(229,16,122); }
div.DivClassName
{
background-color: #E5107A;
}
.BgClassName
{
background-color: #E5107A;
}
</style>
border-color css
<style>
span { border-color: #E5107A; }
span { border-color: rgb(229,16,122); }
td.TdClassName
{
border-color: #E5107A;
}
.TagClassName
{
border-color: #E5107A;
}
</style>