Shades of Ruby #E8167B
Tints of Ruby #E8167B
RGB
CMYK
RGB Variations
Color information
#E8167B (or 0xE8167B) is known color: Ruby. HEX triplet: E8, 16 and 7B. RGB value is (232,22,123). Sum of RGB (Red+Green+Blue) = 232+22+123=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8167B is #17E984. Grayscale: #606060. Windows color (decimal): -1567109 or 8066792. OLE color: 8066792.
HSL color Cylindrical-coordinate representation of color #E8167B: hue angle of 331.14º 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 #E8167B is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.09 |
| HSL | 331.14º | 0.83% | 0.5% | - |
| HSV(B) | 331.14º | 0.91% | 0.91% | - |
| XYZ | 37.14 | 19.16 | 20.48 | - |
| YUV | 96.3 | 143.07 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 123 | 0 | 0.91 | 0.47 | 0.09 | 331.14 | 0.83 | 0.5 |
| Hex | E8 | 16 | 7B | 0 | 5B | 2F | 9 | 14B | 53 | 32 |
| Octal | 350 | 26 | 173 | 0 | 133 | 57 | 11 | 513 | 123 | 62 |
| Binary | 11101000 | 10110 | 1111011 | 0 | 1011011 | 101111 | 1001 | 101001011 | 1010011 | 110010 |
Color Harmonies of #E8167B
Complementary color
Monochromatic Colors of #E8167B
Black with #E8167B
Text Example
Text Example
White with #E8167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8167B; }
p { color: rgb(232,22,123); }
H1.HeaderClassName
{
color: #E8167B;
}
.AnyTagClassName
{
color: #E8167B;
}
</style>
background-color css
<style>
a { background-color: #E8167B; }
a { background-color: rgb(232,22,123); }
div.DivClassName
{
background-color: #E8167B;
}
.BgClassName
{
background-color: #E8167B;
}
</style>
border-color css
<style>
span { border-color: #E8167B; }
span { border-color: rgb(232,22,123); }
td.TdClassName
{
border-color: #E8167B;
}
.TagClassName
{
border-color: #E8167B;
}
</style>