Shades of Ruby #E8097B
Tints of Ruby #E8097B
RGB
CMYK
RGB Variations
Color information
#E8097B (or 0xE8097B) is known color: Ruby. HEX triplet: E8, 09 and 7B. RGB value is (232,9,123). Sum of RGB (Red+Green+Blue) = 232+9+123=364 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.74% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 232 - color contains mainly: red. Hex color #E8097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8097B is #17F684. Grayscale: #585858. Windows color (decimal): -1570437 or 8063464. OLE color: 8063464.
HSL color Cylindrical-coordinate representation of color #E8097B: hue angle of 329.33º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8097B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.09 |
| HSL | 329.33º | 0.93% | 0.47% | - |
| HSV(B) | 329.33º | 0.96% | 0.91% | - |
| XYZ | 36.95 | 18.78 | 20.42 | - |
| YUV | 88.67 | 147.38 | 230.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 123 | 0 | 0.96 | 0.47 | 0.09 | 329.33 | 0.93 | 0.47 |
| Hex | E8 | 9 | 7B | 0 | 60 | 2F | 9 | 149 | 5D | 2F |
| Octal | 350 | 11 | 173 | 0 | 140 | 57 | 11 | 511 | 135 | 57 |
| Binary | 11101000 | 1001 | 1111011 | 0 | 1100000 | 101111 | 1001 | 101001001 | 1011101 | 101111 |
Color Harmonies of #E8097B
Complementary color
Monochromatic Colors of #E8097B
Black with #E8097B
Text Example
Text Example
White with #E8097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8097B; }
p { color: rgb(232,9,123); }
H1.HeaderClassName
{
color: #E8097B;
}
.AnyTagClassName
{
color: #E8097B;
}
</style>
background-color css
<style>
a { background-color: #E8097B; }
a { background-color: rgb(232,9,123); }
div.DivClassName
{
background-color: #E8097B;
}
.BgClassName
{
background-color: #E8097B;
}
</style>
border-color css
<style>
span { border-color: #E8097B; }
span { border-color: rgb(232,9,123); }
td.TdClassName
{
border-color: #E8097B;
}
.TagClassName
{
border-color: #E8097B;
}
</style>