Shades of Ruby #E8087B
Tints of Ruby #E8087B
RGB
CMYK
RGB Variations
Color information
#E8087B (or 0xE8087B) is known color: Ruby. HEX triplet: E8, 08 and 7B. RGB value is (232,8,123). Sum of RGB (Red+Green+Blue) = 232+8+123=363 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.91% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 232 - color contains mainly: red. Hex color #E8087B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8087B is #17F784. Grayscale: #575757. Windows color (decimal): -1570693 or 8063208. OLE color: 8063208.
HSL color Cylindrical-coordinate representation of color #E8087B: hue angle of 329.2º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8087B is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 123 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.09 |
| HSL | 329.2º | 0.93% | 0.47% | - |
| HSV(B) | 329.2º | 0.97% | 0.91% | - |
| XYZ | 36.94 | 18.76 | 20.41 | - |
| YUV | 88.09 | 147.71 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 123 | 0 | 0.97 | 0.47 | 0.09 | 329.2 | 0.93 | 0.47 |
| Hex | E8 | 8 | 7B | 0 | 61 | 2F | 9 | 149 | 5D | 2F |
| Octal | 350 | 10 | 173 | 0 | 141 | 57 | 11 | 511 | 135 | 57 |
| Binary | 11101000 | 1000 | 1111011 | 0 | 1100001 | 101111 | 1001 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E8087B
Complementary color
Monochromatic Colors of #E8087B
Black with #E8087B
Text Example
Text Example
White with #E8087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8087B; }
p { color: rgb(232,8,123); }
H1.HeaderClassName
{
color: #E8087B;
}
.AnyTagClassName
{
color: #E8087B;
}
</style>
background-color css
<style>
a { background-color: #E8087B; }
a { background-color: rgb(232,8,123); }
div.DivClassName
{
background-color: #E8087B;
}
.BgClassName
{
background-color: #E8087B;
}
</style>
border-color css
<style>
span { border-color: #E8087B; }
span { border-color: rgb(232,8,123); }
td.TdClassName
{
border-color: #E8087B;
}
.TagClassName
{
border-color: #E8087B;
}
</style>