Shades of Ruby #E2086B
Tints of Ruby #E2086B
RGB
CMYK
RGB Variations
Color information
#E2086B (or 0xE2086B) is known color: Ruby. HEX triplet: E2, 08 and 6B. RGB value is (226,8,107). Sum of RGB (Red+Green+Blue) = 226+8+107=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2086B is #1DF794. Grayscale: #545454. Windows color (decimal): -1963925 or 7014626. OLE color: 7014626.
HSL color Cylindrical-coordinate representation of color #E2086B: hue angle of 332.75º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2086B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.11 |
| HSL | 332.75º | 0.93% | 0.46% | - |
| HSV(B) | 332.75º | 0.96% | 0.89% | - |
| XYZ | 34.1 | 17.4 | 15.47 | - |
| YUV | 84.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 107 | 0 | 0.96 | 0.53 | 0.11 | 332.75 | 0.93 | 0.46 |
| Hex | E2 | 8 | 6B | 0 | 60 | 35 | B | 14D | 5D | 2E |
| Octal | 342 | 10 | 153 | 0 | 140 | 65 | 13 | 515 | 135 | 56 |
| Binary | 11100010 | 1000 | 1101011 | 0 | 1100000 | 110101 | 1011 | 101001101 | 1011101 | 101110 |
Color Harmonies of #E2086B
Complementary color
Monochromatic Colors of #E2086B
Black with #E2086B
Text Example
Text Example
White with #E2086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2086B; }
p { color: rgb(226,8,107); }
H1.HeaderClassName
{
color: #E2086B;
}
.AnyTagClassName
{
color: #E2086B;
}
</style>
background-color css
<style>
a { background-color: #E2086B; }
a { background-color: rgb(226,8,107); }
div.DivClassName
{
background-color: #E2086B;
}
.BgClassName
{
background-color: #E2086B;
}
</style>
border-color css
<style>
span { border-color: #E2086B; }
span { border-color: rgb(226,8,107); }
td.TdClassName
{
border-color: #E2086B;
}
.TagClassName
{
border-color: #E2086B;
}
</style>