Shades of Ruby #E2087B
Tints of Ruby #E2087B
RGB
CMYK
RGB Variations
Color information
#E2087B (or 0xE2087B) is known color: Ruby. HEX triplet: E2, 08 and 7B. RGB value is (226,8,123). Sum of RGB (Red+Green+Blue) = 226+8+123=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E2087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2087B is #1DF784. Grayscale: #565656. Windows color (decimal): -1963909 or 8063202. OLE color: 8063202.
HSL color Cylindrical-coordinate representation of color #E2087B: hue angle of 328.35º 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 #E2087B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.11 |
| HSL | 328.35º | 0.93% | 0.46% | - |
| HSV(B) | 328.35º | 0.96% | 0.89% | - |
| XYZ | 35.03 | 17.77 | 20.32 | - |
| YUV | 86.29 | 148.72 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 123 | 0 | 0.96 | 0.46 | 0.11 | 328.35 | 0.93 | 0.46 |
| Hex | E2 | 8 | 7B | 0 | 60 | 2E | B | 148 | 5D | 2E |
| Octal | 342 | 10 | 173 | 0 | 140 | 56 | 13 | 510 | 135 | 56 |
| Binary | 11100010 | 1000 | 1111011 | 0 | 1100000 | 101110 | 1011 | 101001000 | 1011101 | 101110 |
Color Harmonies of #E2087B
Complementary color
Monochromatic Colors of #E2087B
Black with #E2087B
Text Example
Text Example
White with #E2087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2087B; }
p { color: rgb(226,8,123); }
H1.HeaderClassName
{
color: #E2087B;
}
.AnyTagClassName
{
color: #E2087B;
}
</style>
background-color css
<style>
a { background-color: #E2087B; }
a { background-color: rgb(226,8,123); }
div.DivClassName
{
background-color: #E2087B;
}
.BgClassName
{
background-color: #E2087B;
}
</style>
border-color css
<style>
span { border-color: #E2087B; }
span { border-color: rgb(226,8,123); }
td.TdClassName
{
border-color: #E2087B;
}
.TagClassName
{
border-color: #E2087B;
}
</style>