Shades of Ruby #E8157B
Tints of Ruby #E8157B
RGB
CMYK
RGB Variations
Color information
#E8157B (or 0xE8157B) is known color: Ruby. HEX triplet: E8, 15 and 7B. RGB value is (232,21,123). Sum of RGB (Red+Green+Blue) = 232+21+123=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E8157B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8157B is #17EA84. Grayscale: #5F5F5F. Windows color (decimal): -1567365 or 8066536. OLE color: 8066536.
HSL color Cylindrical-coordinate representation of color #E8157B: hue angle of 331º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8157B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331º | 0.83% | 0.5% | - |
| HSV(B) | 331º | 0.91% | 0.91% | - |
| XYZ | 37.12 | 19.12 | 20.47 | - |
| YUV | 95.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 123 | 0 | 0.91 | 0.47 | 0.09 | 331 | 0.83 | 0.5 |
| Hex | E8 | 15 | 7B | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 350 | 25 | 173 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101000 | 10101 | 1111011 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E8157B
Complementary color
Monochromatic Colors of #E8157B
Black with #E8157B
Text Example
Text Example
White with #E8157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8157B; }
p { color: rgb(232,21,123); }
H1.HeaderClassName
{
color: #E8157B;
}
.AnyTagClassName
{
color: #E8157B;
}
</style>
background-color css
<style>
a { background-color: #E8157B; }
a { background-color: rgb(232,21,123); }
div.DivClassName
{
background-color: #E8157B;
}
.BgClassName
{
background-color: #E8157B;
}
</style>
border-color css
<style>
span { border-color: #E8157B; }
span { border-color: rgb(232,21,123); }
td.TdClassName
{
border-color: #E8157B;
}
.TagClassName
{
border-color: #E8157B;
}
</style>