Shades of Ruby #E1086B
Tints of Ruby #E1086B
RGB
CMYK
RGB Variations
Color information
#E1086B (or 0xE1086B) is known color: Ruby. HEX triplet: E1, 08 and 6B. RGB value is (225,8,107). Sum of RGB (Red+Green+Blue) = 225+8+107=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E1086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1086B is #1EF794. Grayscale: #535353. Windows color (decimal): -2029461 or 7014625. OLE color: 7014625.
HSL color Cylindrical-coordinate representation of color #E1086B: hue angle of 332.63º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1086B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.12 |
| HSL | 332.63º | 0.93% | 0.46% | - |
| HSV(B) | 332.63º | 0.96% | 0.88% | - |
| XYZ | 33.79 | 17.24 | 15.46 | - |
| YUV | 84.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 107 | 0 | 0.96 | 0.52 | 0.12 | 332.63 | 0.93 | 0.46 |
| Hex | E1 | 8 | 6B | 0 | 60 | 34 | C | 14D | 5D | 2E |
| Octal | 341 | 10 | 153 | 0 | 140 | 64 | 14 | 515 | 135 | 56 |
| Binary | 11100001 | 1000 | 1101011 | 0 | 1100000 | 110100 | 1100 | 101001101 | 1011101 | 101110 |
Color Harmonies of #E1086B
Complementary color
Monochromatic Colors of #E1086B
Black with #E1086B
Text Example
Text Example
White with #E1086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1086B; }
p { color: rgb(225,8,107); }
H1.HeaderClassName
{
color: #E1086B;
}
.AnyTagClassName
{
color: #E1086B;
}
</style>
background-color css
<style>
a { background-color: #E1086B; }
a { background-color: rgb(225,8,107); }
div.DivClassName
{
background-color: #E1086B;
}
.BgClassName
{
background-color: #E1086B;
}
</style>
border-color css
<style>
span { border-color: #E1086B; }
span { border-color: rgb(225,8,107); }
td.TdClassName
{
border-color: #E1086B;
}
.TagClassName
{
border-color: #E1086B;
}
</style>