Shades of Ruby #E5106F
Tints of Ruby #E5106F
RGB
CMYK
RGB Variations
Color information
#E5106F (or 0xE5106F) is known color: Ruby. HEX triplet: E5, 10 and 6F. RGB value is (229,16,111). Sum of RGB (Red+Green+Blue) = 229+16+111=356 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.33% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 229 - color contains mainly: red. Hex color #E5106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5106F is #1AEF90. Grayscale: #5A5A5A. Windows color (decimal): -1765265 or 7278821. OLE color: 7278821.
HSL color Cylindrical-coordinate representation of color #E5106F: hue angle of 333.24º 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 #E5106F is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 111 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.10 |
| HSL | 333.24º | 0.87% | 0.48% | - |
| HSV(B) | 333.24º | 0.93% | 0.9% | - |
| XYZ | 35.37 | 18.18 | 16.68 | - |
| YUV | 90.52 | 139.57 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 111 | 0 | 0.93 | 0.52 | 0.10 | 333.24 | 0.87 | 0.48 |
| Hex | E5 | 10 | 6F | 0 | 5D | 34 | A | 14D | 57 | 30 |
| Octal | 345 | 20 | 157 | 0 | 135 | 64 | 12 | 515 | 127 | 60 |
| Binary | 11100101 | 10000 | 1101111 | 0 | 1011101 | 110100 | 1010 | 101001101 | 1010111 | 110000 |
Color Harmonies of #E5106F
Complementary color
Monochromatic Colors of #E5106F
Black with #E5106F
Text Example
Text Example
White with #E5106F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5106F; }
p { color: rgb(229,16,111); }
H1.HeaderClassName
{
color: #E5106F;
}
.AnyTagClassName
{
color: #E5106F;
}
</style>
background-color css
<style>
a { background-color: #E5106F; }
a { background-color: rgb(229,16,111); }
div.DivClassName
{
background-color: #E5106F;
}
.BgClassName
{
background-color: #E5106F;
}
</style>
border-color css
<style>
span { border-color: #E5106F; }
span { border-color: rgb(229,16,111); }
td.TdClassName
{
border-color: #E5106F;
}
.TagClassName
{
border-color: #E5106F;
}
</style>